After installing the module the admin/build/modules screen is blank. Don't know why but removing the module from my modules directory fixes the problem. I am running drupal 6.5.

Comments

ThaboGoodDogs’s picture

Priority: Critical » Normal
Status: Active » Closed (fixed)

Ok looks like it had nothing to do with this module but was the admin_menu-6.x-1.1 module messing up that page for some reason. From apache error logs:

PHP Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 214701 bytes) in /home/xxx.com/includes/menu.inc on line 958

Over and out ....

NewZeal’s picture

I've experienced the same problem with admin menu 6x1.1 on Drupal 6.6. Increasing memory limit has no effect.

Note this comment has nothing to do with rules.module. Maybe this post should go to the admin.module issue queue.

Edit: alas and alack, I think this was caused by lack of memory. Error messages are not showing and I hadn't noticed that my php memory directives in settings.php were not changing the actual memory ceiling. After upgrading half a dozen modules (not including admin menu) then admin menu started experiencing memory problems on admin/build/modules

mitchell’s picture

Component: Miscellaneous » User Interface

Updated component.