Closed (fixed)
Project:
Rules
Version:
6.x-1.x-dev
Component:
User Interface
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
21 Oct 2008 at 05:18 UTC
Updated:
26 May 2012 at 18:26 UTC
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
Comment #1
ThaboGoodDogs commentedOk 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 ....
Comment #2
NewZeal commentedI'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
Comment #3
mitchell commentedUpdated component.