Log in

View Full Version : Blank frontend and backend if mods are activated


rotor
02-18-2009, 10:41 AM
Hi,

All of a sudden without making any changes to my site, my site went completely blank - no front end or back end. After advice I disabled mods in my config.php file.

I have vbAdvanced CMPS on the front of my site so after disabling mods I changed the VB index file back to index.php and renamed my CMPS index file to get it out of the way while I looked at things.

Ok, after that I can access my backend and the forum. I have disabled all of the mods in the vb backend but when I enable mods in the config file I get the blank front and backend again ...

I'm at a loss to know what is causing this .....

Any advise would be appreciated

rotor

Lynne
02-18-2009, 03:15 PM
I would check your error_logs and see if something is in there about the issue.

snakes1100
02-18-2009, 05:02 PM
You will need to make sure that you have enabled a few things when tailing the error_log

1. php.ini - display_errors = On, log_errors = On, error_log = syslog, make sure there is no ; in front of the error_log line.

2. Turn debug on in apache for apache itself if your vhost entries dont have a ErrorLog setting of their own, if they do you can set debug for the vhost in question.

3. Restart apache.

4. tail apaches error_log & the messages file in /var/log for issues.