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

avpaderno’s picture

I 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.

vm’s picture

Category: bug » support
Priority: Critical » Normal
Status: Active » Fixed
TechnoBuddhist’s picture

In 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.

jozo.starosta’s picture

Thank 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

yashirotu’s picture

jozo.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?

rhache’s picture

yashirotu,

Try updating admin menu to a newer version. Worked for me.

Rene

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.