Sudden white screen of death occurrence / site mostly inaccessible
Hello all,
Since yesterday morning, I experience severe "white screen of death" problems on a small Drupal 5.1 site (theme SeoPosition, shared hosting). No changes to the site have been made for quite a while. Just some small content modifications now and then. It had been working
fine since the beginning. Now, I get the white screen almost anywhere on the site, at any time, clicking on whatever link, but most especially when logging on as admin, which has become almost impossible. Striking the F5 key repeatedly eventually seems to get me there in the end. I asked the hosting if they had changed anything, but they say they haven't.
Checking my hosting's log, I find errors I never saw before :
It started with this :
PHP Fatal error: Call to undefined function is_null() in /home/httpd/vhosts/mysite.com/httpdocs/subdir/includes/bootstrap.inc on line 770, referer: http://www.mysite.com/subdir/user/1
And then follow thousands (really !) of these :
PHP Warning: htmlspecialchars() expects parameter 2 to be long, string given in /home/httpd/vhosts/mysite.com/httpdocs/subdir/includes/bootstrap.inc on line 588, referer: http://www.mysite.com/subdir/user/1
Finally concluded by some of these :
PHP Fatal error: Call to undefined function is_null() in /home/httpd/vhosts/mysite.com/httpdocs/subdir/includes/bootstrap.inc on line 770,
referer: http://www.mysite.com/subdir/admin/content/types
PHP Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 2941231668 bytes) in
/home/httpd/vhosts/mysite.com/httpdocs/subdir/includes/install.inc on line 41, referer: http://www.mysite.com/subdir/user/2
PHP Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 2947806512 bytes) in
/home/httpd/vhosts/mysite.com/httpdocs/subdir/includes/install.inc on line 41, referer: http://www.mysite.com/subdir/user/1
PHP Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 2941251448 bytes) in
/home/httpd/vhosts/mysite.com/httpdocs/subdir/includes/install.inc on line 41, referer: http://www.mysite.com/subdir/user/1
So ... tried to allocate 2,941,231,668 bytes ???
(PHP memory = 32M but that never seemed to be a problem before).
Any suggestions would be very much appreciated.
Thank you !

Dito
I have the exact same problem on a Drupal 6 installation. Can't find the cause of it either. Please help ...
White screen
'No takers' for this one, but apparently I got it fixed now. A small report :
As the 'white screen of death' is often related to php memory problems, I was looking into that direction. However what amazes me is that this small site always ran perfectly on php memory limit 32M and then not anymore, all of a sudden. Nothing had changed for months.
I finally got my hosting to increase the memory limit. They granted me 64M. I have been testing for several days now and didn't run into that trouble again. So I guess this is directly related to the problem. Still, I am surprised that the anomaly suddenly occurred on a small site with barely 30 nodes.
For all of you on shared hosting, best to check it out with phpinfo(). And it helps to have willing tech support people on the hosting site.