problem with admin section display
problem with admin section display
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
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.
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
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
it does look like a loading matter.
Re: problem with admin section display
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.
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
Also check your apache error log (sometimes happen for restrictions on mod_security) and php error:ewb wrote: it does look like a loading matter.
Have you (session.save_path) /home/en/ewb/public_html/sessions (sessions subfolder)?
Alby