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

amateescu’s picture

Status: Active » Postponed (maintainer needs more info)

Do 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?

mlncn’s picture

Project: Nodequeue » Nodequeue queue
Version: 7.x-2.x-dev »
Status: Postponed (maintainer needs more info) » Fixed

This 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.

mlncn’s picture

Both those bits of code from nodequeue look legit for PHP 5.3, at least.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.