Especially when using autocomplete, it seems:
Deprecated function: Call-time pass-by-reference has been deprecated [error]
in drupal_load() (line 1100 of
/var/local/drupal/sdl-qa/web/includes/bootstrap.inc).
Especially when using autocomplete, it seems:
Deprecated function: Call-time pass-by-reference has been deprecated [error]
in drupal_load() (line 1100 of
/var/local/drupal/sdl-qa/web/includes/bootstrap.inc).
Comments
Comment #1
amateescu commentedDo you have only nodequeue enabled, or smartqueue as well?
I searched the project for '&$' and the only suspicious bits were:
http://drupalcode.org/project/nodequeue.git/blob/4edc806ccea946a5bf8daa6...
and
http://drupalcode.org/project/nodequeue.git/blob/4edc806ccea946a5bf8daa6...
Can you try to comment those lines and check if your error disappears?
Comment #2
mlncn commentedThis goes down as my most embarrassing bug report ever! Very obvious error in my module, sorry to waste your time-- but there's a lot of old code in Nodequeue (including a function that doesn't work; wasn't upgraded to D7 database layer) that i'd like to try to lend something of a hand in cleaning up.
Comment #3
mlncn commentedBoth those bits of code from nodequeue look legit for PHP 5.3, at least.