Hi,
we just updated a range of sites and when we want to access for example the modules we get the following error message on a blank screen
Fatal error: Only variables can be passed by reference in ............/public_html/sites/all/modules/admin_menu/admin_menu.inc on line 536
Am I right to think this is a compatibility problem between Drupal 6.13 and the fantastic and indispensable Administration menu??
Thanks for your swift attention - great module - just can't be without it ....
| Comment | File | Size | Author |
|---|---|---|---|
| #14 | Administration menu | drupal.org_1247103127785.png | 472.9 KB | dave reid |
Comments
Comment #1
jolidog commentedI had the same problem, solved it, by changing to 3.x alpha-1 and runnning update.php.
Just delete the old folder, create the new one and run update.php... You should be good to go!
Maybe this compatibility problem should be correct or at least notified on the project frontpage.
Comment #2
guldi commentedalso having this problem.
attention, for me, this sounds also critical!!
"solving" it by updateing to 3.x
Comment #3
tryitonce commentedThanks Jolidog,
it works.
we uploaded version 6.x-3.0-alpha1 of the Administration menu (http://drupal.org/node/488202).
We updated the database script - essential - Hint: run status report to get the advice what to do if unsure - and ready.
So guldi, "updateing to 3.x" actually referred to the Administration menu Module - not Drupal - ;-).
Thanks and good luck
Comment #4
fmosca commenteda quick fix is to change the code around line 536 of admin_menu.inc like this:
Comment #5
venusrising commentedSame error.
Comment #6
jamesoakleySubscribing
Comment #7
catchDuplicate of #505820: Fatal error after update to Drupal 6.13 (fixed in 6.x-1.5)
Comment #8
catchComment #9
Tikune commentedMe too.
Comment #10
dave reidNew release (6.x-1.5) is out. Please upgrade.
Comment #11
tryitonce commentedThanks - great for doing it so quickly!!!
Comment #12
ashley.maher@didymodesigns.com.au commentedThanks for the quick update.
Fantastic.
Comment #13
calebm12 commentedwhere is the 6.15 i still only see download links for 6.13
Comment #14
dave reid@calebm12: See attached screenshot of the Administration Menu project page for the link to download the latest 6.x-1.5 version. If you are referring to the latest version of Drupal core, 6.13 is the latest version.
Comment #15
calebm12 commentedthanks dave. got confused there. installed drupal 6.13 and had this same prob. will download the admin menu latest version.
Comment #16
pooleery commentedThanks! This worked for me. Now, I shall update the module itself to be up-to-date.
Comment #17
tyates commentedThanks fmosca. I will upgrade the much appreciated Admin Menu, but your fix got my sites back in a heartbeat.