Log in

View Full Version : My website blank pages. HELP forum not working!


daydie
10-29-2010, 03:33 PM
My website blank pages. HELP forum not working!

its happend all of a sudden

privateserverforums.com

i have tryed inserting the no plugins code but still the same.
i tryed uploading and running install file but that wont work says page not found.
i tryed removing/ changing .htacess file. no luck
i have re-uploaded all origional vbulletin files just incase any file errors but nothing changes!

i can access admincp but most pages from there are blank also.

PLEASE I BEG FOR A LITTLE HELP?

Lynne
10-29-2010, 10:48 PM
Check your error_logs - those will most likely tell you want the problem is. Then, here is a page from the manual about troubleshooting blank or 'white' pages: http://www.vbulletin.com/docs/html/blank_pages

daydie
10-30-2010, 07:48 AM
i think it may have something to do this this error:

PHP Fatal error: require() [<a href='function.require'>function.require</a>]: Failed opening required '/home/content/d/a/y/daydie/html/dbtech/status/hooks/cache_templates.php' (include_path='.:/usr/local/php5/lib/php') in /home/content/d/a/y/daydie/html/global.php(355) : eval()'d code on line 74

the thing is this does not exsist no more i deleted it.

kh99
10-30-2010, 12:38 PM
It looks like you have a plugin using hook "cache_templates" which is trying to include the file that you deleted.

Lynne
10-30-2010, 01:54 PM
Line 355 of global.php:
($hook = vBulletinHook::fetch_hook('cache_templates')) ? eval($hook) : false;

Your problem is with a plugin. Try disabling your modifications/plugins and then go in and remove/disable that product.
Note: To temporarily disable the plugin system, edit includes/config.php and add this line right under <?php

define('DISABLE_HOOKS', true);

daydie
10-30-2010, 08:00 PM
thanks sorted it :D Lynne ur always here to help. i hope they reward you big x