Log in

View Full Version : Site down, blank page...need help


redtailboa
08-12-2010, 07:23 PM
Hey Guys,

Today around noon my site started displaying blank pages. No changes have been made to the site for months. I logged into my machine and took a look and found that I ran out of space on the drive that stores public_html (/home). I cleared up space and restart apache. Same thing. I figured at that point it maybe db related so I did a check on all tables and they show ok.

can anyone give me some pointers on how to figure this out. I have tried multiple things.

I disabled plugins by editing config.php and adding:

define('DISABLE_HOOKS', true);

Same issue.

Site is: http://redtailboa.net

The weird thing is, all my other vbulletin sites are working fine, this is the only one with issues.

No errors in apache error_log and none in mysqld.log

Naan-Kadavul
08-12-2010, 10:54 PM
Contact your host buddy..since it shows up a blank page.

redtailboa
08-12-2010, 11:01 PM
I own the machine it runs on, and all my other vbulletin site (and non vbulletin sites) work. I wrote a few php test files and they work, and I confirmed that I can connect to the db and it works.

I just restored the database and that did not fix it. I am restoring the backup of public_html now, hope it works.