View Full Version : help with parse error
psilocybin1
08-06-2009, 04:46 PM
Parse error: syntax error, unexpected '<' in ******/includes/adminfunctions_template.php(2359) : eval()'d code on line 1
anyone have an idea of what this means?
Lynne
08-06-2009, 05:53 PM
Look at line 2359 of adminfunctions_template:
($hook = vBulletinHook::fetch_hook('template_compile')) ? eval($hook) : false;
So, your error is due to a modification using the template_compile hook location. Disable that modification to get the error to go away.
psilocybin1
08-06-2009, 08:25 PM
is there an easy way to tell which mod it is without having to disable them all one by one?
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.