I am using cmsms 1.6.5.
Many times when surfing on my webpage I click on a link, it starts charging and then just stop with a blank screen. I then have to actualize once or twice to get my full page charged.
I thought it was may be a server problem but it just happened to me on a xampp install.
Any idea where come from the problem?
thanks
getting blank screen
Re: getting blank screen
Check site's "memory_limit" http://forum.cmsmadesimple.org/index.ph ... #msg181728
Re: getting blank screen
I do not think it is a memory problem
I have the following:
PHP Effective Memory Limit (memory_limit): 80M
Could it be the execution time? I have
Maximum Execution Time (max_execution_time): 30
I don't know anuthing about session path. I got a yellow flag:
Session Save Path (session_save_path): No check because open basedir active
And a yellow flag for:
PHP Open Basedir (open_basedir): /var/www/vhosts/lacasaenelarbol.org/subdomains/spanish/httpdocs:/tmp
The link you gave me does't say much about session path nor open basedir
I have the following:
PHP Effective Memory Limit (memory_limit): 80M
Could it be the execution time? I have
Maximum Execution Time (max_execution_time): 30
I don't know anuthing about session path. I got a yellow flag:
Session Save Path (session_save_path): No check because open basedir active
And a yellow flag for:
PHP Open Basedir (open_basedir): /var/www/vhosts/lacasaenelarbol.org/subdomains/spanish/httpdocs:/tmp
The link you gave me does't say much about session path nor open basedir
Re: getting blank screen
Active debug in config.php and look for errors (or look in html source for blank page) and in your server logs
Alby
Alby
Re: getting blank screen
In debug I always got error(0)
My error log is giving errors but not related to it I think
Today it works fine but at times I get my site with bkank screen. I never have this problem when surfing the web. Just my site!
I guess the server is too busy!
My error log is giving errors but not related to it I think
Code: Select all
[Fri Oct 23 02:31:12 2009] [warn] RSA server certificate CommonName (CN) `plesk' does NOT match server name!?
[Fri Oct 23 03:49:27 2009] [error] [client 93.158.151.24] File does not exist: /var/www/vhosts/lacasaenelarbol.org/httpdocs/robots.txt
[Fri Oct 23 03:44:28 2009] [error] [client 66.249.71.13] PHP Warning: mb_substr() [<a href='function.mb-substr'>function.mb-substr</a>]: Unknown encoding "" in /var/www/vhosts/lacasaenelarbol.org/subdomains/spanish/httpdocs/modules/Glossary/Glossary.module.php on line 1494
I guess the server is too busy!
Re: getting blank screen
Probably but look in html source with active debug if you have blank pageboby wrote: I guess the server is too busy!
Alby