PHP 4.3.9
memory_limit: 32M
Drupal 6.2
Firefox 2.0.0.12 on Windows XP
MediaTemple hosting
Views 2 beta 1 installed without incident. But when I enabled the module and clicked 'save configuration', I got the White Screen of Death. Then I started browsing to other URLs on the site, and they each came up 'Page Not Found'. I suspect this is just a memory issue, but I thought I'd post it. It was my understanding that 32 MB was plenty for Drupal and Views to work nicely. (Alpha 5 worked without incident, but the -dev and beta versions have been throwing WSODs for me.)
The last few error logs show memory allocation problems:
[client 128.103.244.237] PHP Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 38 bytes) in /var/www/vhosts/example.com/httpdocs/drupaltest/sites/all/modules/views/includes/view.inc on line 1114, referer: http://example.com/drupaltest/update.php?op=start&id=25
[client 128.103.244.237] PHP Fatal error: views_theme(): Failed opening required './sites/all/modules/views/theme/theme.inc' (include_path='.:.:') in /var/www/vhosts/example.com/httpdocs/drupaltest/sites/all/modules/views/views.module on line 17
[client 128.103.244.237] PHP Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 9 bytes) in /var/www/vhosts/example.com/httpdocs/drupaltest/sites/all/modules/views/includes/view.inc on line 1114, referer: http://example.com/drupaltest/admin/build/modules
[client 128.103.244.237] PHP Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 9 bytes) in /var/www/vhosts/example.com/httpdocs/drupaltest/sites/all/modules/views/includes/view.inc on line 1114, referer: http://example.com/drupaltest/admin/build/modules
Congratulations on getting the Beta out, and thank you!
Comments
Comment #1
merlinofchaos commentedI found a couple of bugs I introduced into the PHP4 stuff pretty recently (tho I'm surprised the alphas worked for you; there was some pretty ugly problems there) and checked them into cvs today. If you have the ability to check out from cvs and help test, that'd be lovely; if not, I will roll another beta before the end of the day (tho it's only 1pm here so that still gives me a pretty big window =)
Comment #2
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.