After installing Ver 2.1, I encountered the following error and the entire site became blank.
Fatal error: Out of memory (allocated 127664128) (tried to allocate 66237 bytes) in /virtual/***/public_html/includes/common.inc
As soon as I deleted the admin_menu directory, the site got back.
Also, after I reinstalled Ver 1.2, things went fine as well.

I like this module and think it absolutely necessary.
Thanks in advance.

Comments

vm’s picture

increase your memory limit

see: http://drupal.org/node/76156

which by the way is explained in the Troubleshooting FAQ section of the handbook

sun’s picture

Could you please supply a list of enabled core and contrib modules?

sun’s picture

Furthermore, do you also encounter a WSOD if you apply the following change to admin_menu.inc at line 41?

   // Adjust some menu items for better user experience.
-  admin_menu_adjust_items($_admin_menu);
+  // admin_menu_adjust_items($_admin_menu);
ryo’s picture

And I'm very sorry, I found WSOD is due to the custom module.
After disabling the module and update the admin_menu to 2.1, things went quite well without having to applying the following change to admin_menu.inc at line 41.

sun’s picture

Status: Active » Fixed

Thanks for reporting back!

Anonymous’s picture

Status: Fixed » Closed (fixed)

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