After Intallation there's blank page in many administer pages. some of them after F5 - you can see. But /admin/build/menu was all the time blank.

The problem vanished after uninstalling module (removing by ftp).

Any help? Cause the module is great idea :-)

Andrzej

Comments

vm’s picture

http://drupal.org/node/31819 & http://drupal.org/node/158043

blank pages are apache errors, checking your apache logs would help.

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);
sun’s picture

Status: Active » Postponed (maintainer needs more info)

Please check if this bug might be caused by another module. See also http://drupal.org/node/197060

sun’s picture

Status: Postponed (maintainer needs more info) » Fixed

Without further information I'm obliged to mark this fixed.

Anonymous’s picture

Status: Fixed » Closed (fixed)

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