Quote:
Originally Posted by Webbstre
I've also made that template and on any page other than the CMS home I still get this:
PHP Code:
Fatal error: Class 'vb_Types' not found in /home/user/mysite.com/includes/class_bootstrap.php(549) : eval()'d code on line 78
|
I am getting something similar, but my forum is failing to load due to Database Error.
My logs show
PHP Code:
[24-Nov-2011 02:22:37] PHP Warning: Unexpected character in input: '\' (ASCII=92) state=1 in /home1/******i/public_html/includes/class_bootstrap.php(555) : eval()'d code on line 548
I am having to manually go through my DB to try and fix this =[
I found that
PHP Code:
($hook = vBulletinHook::fetch_hook('process_templates_complete')) ? eval($hook) : false;
Is on line 555 of bootstrap, so that kinda shows why its phailing, now to look into that *Sigh*
I really want the slider working nicely, its the whole reason I bought the publishing suite :P