Page 1 of 1

getting blank screen

Posted: Fri Oct 23, 2009 4:55 am
by boby
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

Re: getting blank screen

Posted: Fri Oct 23, 2009 9:50 am
by Peciura

Re: getting blank screen

Posted: Fri Oct 23, 2009 2:44 pm
by boby
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

Re: getting blank screen

Posted: Fri Oct 23, 2009 2:58 pm
by alby
Active debug in config.php and look for errors (or look in html source for blank page) and in your server logs

Alby

Re: getting blank screen

Posted: Fri Oct 23, 2009 4:05 pm
by boby
In debug I always got error(0)

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 
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!

Re: getting blank screen

Posted: Fri Oct 23, 2009 4:14 pm
by alby
boby wrote: I guess the server is too busy!
Probably but look in html source with active debug if you have blank page

Alby