Upgrading to Drupal core version 6.13 causes administration menu to throw a fatal error and all pages on the site become inaccessible, with the error message

Fatal error: Only variables can be passed by reference in /Users/paul/Sites/drupal-6/sites/all/modules/admin_menu/admin_menu.inc on line 536

Reverting to Drupal 6.12 solved the problem for the time being.

Comments

dave reid’s picture

This has been fixed in the latest code, 6.x-3.x. Is this worth fixing in 6.x-1.x?

tobiasb’s picture

install admin menu dev or wait until the next release. June 9, 2009 -> http://drupal.org/project/cvs/108746?nid=108746&page=2&nid=108746

asb’s picture

Confirming this issue.

-asb

asb’s picture

Status: Closed (duplicate) » Active

(Edit: Sorry for double posting, there was a glitch in d.o)

gbirch’s picture

Exact same issue (albeit different path to admin_menu.inc). Solved for the moment by deleting the module.

gbirch’s picture

I had the exact same issue. Solved for the moment by deleting module from sites/all/modules.

dave reid’s picture

Status: Active » Closed (duplicate)

Duplicate of #507668: Parameter order for system_clear_cache_submit changed in 6.13. Upgrade to 6.x-1.x-dev or 6.x-3.x-dev until we can get another release out.

dave reid’s picture

Status: Active » Closed (duplicate)
pvhee’s picture

We are using the recommended version of both admin menu and Drupal core, but apparently they are incompatible. A 1.x patch would be very much welcome here, it is not an option to ship our website templates with an alpha release, nor is it shipping with an outdated drupal core. I can imagine Acquia Drupal is facing the same issue right now, are they shipping an alpha 1 release of admin_menu?