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
Comment #1
dave reidThis has been fixed in the latest code, 6.x-3.x. Is this worth fixing in 6.x-1.x?
Comment #2
tobiasbinstall admin menu dev or wait until the next release. June 9, 2009 -> http://drupal.org/project/cvs/108746?nid=108746&page=2&nid=108746
Comment #3
asb commentedConfirming this issue.
-asb
Comment #4
asb commented(Edit: Sorry for double posting, there was a glitch in d.o)
Comment #5
gbirch commentedExact same issue (albeit different path to admin_menu.inc). Solved for the moment by deleting the module.
Comment #6
gbirch commentedI had the exact same issue. Solved for the moment by deleting module from sites/all/modules.
Comment #7
dave reidDuplicate 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.
Comment #8
dave reidActual original issue: #236657: Swapped arguments in system_clear_cache_submit function
Comment #9
pvhee commentedWe 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?