Using Drupal 5.8 and admin_menu 2.5 I get an empty page under /admin/build/menu. Unfortunately I am forced to run Drupal under MySQL 4.1.21 and PHP 5.1.6.

Comments

moritzz’s picture

Using 2.4 instead solves this issue.

joachim’s picture

What's happening is that some javascript from admin_menu is hiding the divs that show the menu forms.

Here's what firebug shows for the main divs beneath each menu title in the form:

<div class="content collapsible collapsed" style="display: none;">

I can confirm that disabling the admin_menu module makes the problem go away.

sun’s picture

Status: Active » Closed (duplicate)