PDA

View Full Version : Blank screen with no source code


saeed_violinist
10-21-2008, 07:25 PM
Hello,

I'm using vBulletin 3.7.0 for a long time, suddenly the forum went down without any clue, it just shows a blank screen with no code in pages source.

the forum is http://www.sakhtafzar.com/forum/

I can enter admincp although I should refresh page because the "login.php" shows the blank page too. is there any idea guys?

I have done database repair and optimize through phpmyadmin but it didnt help.

thanks.

Lynne
10-21-2008, 07:43 PM
The site looks fine to me.

Eikinskjaldi
10-21-2008, 10:35 PM
This kind of whiteout can occur if your http timeout is set too low.

vBsquad
10-22-2008, 08:32 AM
Your hosts server may have had the /tmp directory full.

--------------- Added 1224752450 at 1224752450 ---------------

Also:
Enable "display_errors" in php.ini or try to add the following into your .htaccess file
php_value display_errors On

edermix
10-23-2008, 01:33 PM
My dear, included em .htaccess:

<IfModule mod_security.c>
SecFilterEngine Off
SecFilterScanPOST Off
</IfModule>