By drupsites on
Hi,
I've got an issue with the White Screen in Drupal. Have followed the advice on the site such as looking at Drupal logs but to no sucess.
The site works, but randomly a white screen appears. When i refresh the page, everything works OK. when the white screen is displayed, an I view the source, the source of the web page is there.
Any ideas? this is really becoming a problem becuase when I submit content and the white screen appears i need to refresh the page resulting in the content being posted twice.
Thanks for any help!
Comments
If you've got Firefox
If you've got Firefox installed, have a look at the Javascript console and see if there's any scripts causing a problem. This could be a rogue javascript issue.
Just a guess.
Thanks for your reply! its
Thanks for your reply!
its not a javascript problem.....becuase it happens in other browsers as well.
In I.E. it used to come up with a page not found error, but was OK once the page was refreshed.
Also, i put the site through the validation site (w3c) and it said there was an error with there being a
with no
Looked through the code and found where it would come up but there was an opening table tag followed by the
so im not sure if this is part of the problem.
White screen is a typical issue...
In my case php memory limit has been the usual root cause.
http://drupal.org/node/158043