The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
|
#1
|
|||
|
|||
Apache Error Log...
Does anyone know what could be causing this I have disabled plugins one by one etc but can't find the cause
Code:
mod_fcgid: stderr: PHP Parse error: syntax error, unexpected '<' in /includes/class_core.php(4742) : eval()'d code on line 1 Code:
protected function render_output($suppress_html_comments = false) { //This global statement is here to expose $vbulletin to the templates. //It must remain in the same function as the template eval global $vbulletin; extract($this->registered, EXTR_SKIP | EXTR_REFS); $actioned = false; ($hook = vBulletinHook::fetch_hook('template_render_output')) ? eval($hook) : false; if (!$actioned) { $template_code = self::fetch_template($this->template); } if (strpos($template_code, '$final_rendered') !== false) { eval($template_code); } else { eval('$final_rendered = "' . $template_code . '";'); } |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|