problem with admin section display

General project discussion. NOT for help questions.
Post Reply
ewb
New Member
New Member
Posts: 9
Joined: Wed Sep 05, 2007 4:57 am

problem with admin section display

Post 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?
nivekiam

Re: problem with admin section display

Post 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.
ewb
New Member
New Member
Posts: 9
Joined: Wed Sep 05, 2007 4:57 am

Re: problem with admin section display

Post by ewb »

Here it is. Let me know if you see anything odd. http://www-rohan.sdsu.edu/~ewb/phpinfo.php.
ewb
New Member
New Member
Posts: 9
Joined: Wed Sep 05, 2007 4:57 am

Re: problem with admin section display

Post by ewb »

it does look like a loading matter.
nivekiam

Re: problem with admin section display

Post 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.
alby

Re: problem with admin section display

Post 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
Post Reply

Return to “General Discussion”