The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
|
#1
|
||||
|
||||
Javascript Error in a basic include
Here's the code of a simple page I'm using just to generate a uniform "look and feel" for some custom content:
Code:
<?php define('NO_REGISTER_GLOBALS', 1); define('THIS_SCRIPT', 'main'); chdir('/full/url/to/my/forumsdir'); require_once('./global.php'); eval('print_output("' . fetch_template('mainpage') . '");'); exit; ?> Why do I receive Javascript errors? This is in vB3.5 Beta 3. |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|