The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#8
|
|||
|
|||
![]() Quote:
I haven't tried this at all myself, but you might try editing file includes/class_core.php and (temporarily) changing the lines around line 4715 like this (the red parts are added): Code:
if (strpos($template_code, '$final_rendered') !== false) { ob_start(); eval($template_code); if (($error = ob_get_clean()) !== '') { echo $error; echo "\nTemplate '{$this->template}'\n\n"; var_dump(debug_backtrace()); } } else and maybe 'die' after the backtrace if you don't want a bunch of them. Again that would be temporary of course because you normally wouldn't want to be doing all that for every template. If you want to try it and you aren't used to doing things like that, I'd suggest that you copy class_core.php to another name before changing it, that way if you run in to problems you can just copy it back. |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|