Closed (fixed)
Project:
Drupal core
Version:
6.13
Component:
base system
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
2 Jul 2009 at 00:27 UTC
Updated:
23 Jul 2009 at 17:50 UTC
When installing the new version of Drupal 6.13 files on top of the old 6.12 files, the system just shows a blank home page.
typing in the URL: sitename/admin causes the following PHP error
Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 64 bytes) in /public_html/includes/cache.inc on line 33
Website is completely down....trying to go back to the old 6.12 release.
Comments
Comment #1
avpadernoI installed Drupal 6.13 over Drupal 6.12, and I have not any problems.
What modules do you have enabled in your site? I ask it because 32 MB is the minimum required memory for Drupal 6, which could be 64 MB if you are using Views, or CCK. Depending on the modules you have installed, your site could need more than 32 MB.
Comment #2
vm commentedhttp://drupal.org/node/76156
Comment #3
TechnoBuddhist commentedIn case other people are having this problem. I had the same problem and I *think* it was because I didn't have the latest version of admin_menu 6.x-1.5 which also came out today. I upgraded to the new version, ran update and I no longer seem to get any more blank screens.
My blank screens were only in admin, my site was working fine and I had 128Mb memory allocated on my dev machine.
Hope it helps others.
Keep up the sterling work oh great Drupal Kings and Queens.
Comment #4
jozo.starosta commentedThank you, TechnoBuddhist.
After installing 6.13 over 6.11 I had no problem to see the list of modules when going to http://www.xeuro.ca/?q=admin/build/modules/list.
But, after enabling Administration Menu module (1.3) a blank screen appeared when going againg to http://www.xeuro.ca/?q=admin/build/modules/list.
Downloading the latest Administration Menu (1.5)
and running update.php
solved my problem.
Thanks again
Comment #5
yashirotu commentedjozo.starosta, I have exactly the same problem as yours and trying update results in PHP error "Fatal error: Allowed memory size of xxx bytes exhausted...." Can anyone help with this plz?
Comment #6
rhache commentedyashirotu,
Try updating admin menu to a newer version. Worked for me.
Rene