Page 1 of 1

problem with admin section display

Posted: Sun Feb 10, 2008 2:00 am
by ewb
Hello, for a little while now I have been facing the same problem that is becoming very frustrating. From times to times now when i log into the admin section the page displayed is empty, eventhough the browser is showing a "done" message. I do not understand since it was working fine yesterday, I uploaded and edited my pages fine, but today, I can t access it. i can log in but there is just this empty page, all white. Really don t get it. Does anybody have any idea of what is going on?

Re: problem with admin section display

Posted: Sun Feb 10, 2008 2:37 am
by nivekiam
Can you post a link to a phpinfo page?

Here are instructions on how to do that:
http://wiki.cmsmadesimple.org/index.php ... ith_PHP.3F

If not, please check the available memory for PHP.  It's odd that it works sometimes and other times it doesn't.  Sounds to me like a server config or load issue.

Re: problem with admin section display

Posted: Sun Feb 10, 2008 8:39 pm
by ewb
Here it is. Let me know if you see anything odd. http://www-rohan.sdsu.edu/~ewb/phpinfo.php.

Re: problem with admin section display

Posted: Sun Feb 10, 2008 8:40 pm
by ewb
it does look like a loading matter.

Re: problem with admin section display

Posted: Sun Feb 10, 2008 10:23 pm
by nivekiam
I didn't see anything really odd.  I noticed eAccelerator is enabled (or at least I think it is), maybe try disabling that.
http://www.geekisp.com/faq/6_61_en.html

add these lines to .htaccess:

php_flag eaccelerator.enable 0
php_flag eaccelerator.optimizer 0

You might need set the 0 to off

Also, do you have shell (SSH) access to the server?  If so, I would login and check the load next time this happens.  Is you database on the same server or on a different server?  If on a different server, maybe see if you can check the load of that server too.  I know at my host, I can go to a page on their site and view the status of any server.

Re: problem with admin section display

Posted: Mon Feb 11, 2008 7:53 am
by alby
ewb wrote: it does look like a loading matter.
Also check your apache error log (sometimes happen for restrictions on mod_security) and php error:
Have you (session.save_path) /home/en/ewb/public_html/sessions (sessions subfolder)?

Alby