Warning: Parameter 1 to nodequeue_node_view() expected to be a reference, value given in module_invoke_all() (line 817 of /var/www/includes/module.inc).

I'm seeing this today after the latest update (I tried both the DEV and Alpha branches as well as with Drupal RC4 and Today's Drupal 7 release with the same result.)

I know that this was an issue with panels as well (which I am using) but it is fixed in their latest dev branch (not sure what they did) so I can't say if this is a nodequeue issue or a Drupal core issue but I thought that I might as well get a bug report submitted just in case.

Comments

bacchus101’s picture

An update: I removed all modules and left just nodequeue and core - and this error was still persistent.

Scott Reynolds’s picture

Status: Active » Needs review
Issue tags: -panels, -nodequeue
StatusFileSize
new837 bytes

Simple fix

- all issue tags because they are worthless.

naheemsays’s picture

Status: Needs review » Reviewed & tested by the community

yes, its a PHP 5.3 call by reference bug.

The fix works.

(subscribe)

R.Muilwijk’s picture

Status: Reviewed & tested by the community » Needs review
StatusFileSize
new428 bytes
Scott Reynolds’s picture

Status: Needs review » Reviewed & tested by the community

Ahh good call.

Works as well.

slashrsm’s picture

I can confirm, that error disappears with this patch.

berenddeboer’s picture

works for me too.

derekahmedzai’s picture

Works for me, too.

anon’s picture

This patch works, but Im not sure about the param $langcode
Why is that needed?

ceasero’s picture

Where do I add this patch? I'm new to drupal, I know where the nodeque file is, but where do i add this patch?
Thank you

slashrsm’s picture

upupax’s picture

Works fine.

yykucuk’s picture

#4: nodequeue_1016130.patch queued for re-testing.

yykucuk’s picture

#2: nodequeue_1016130.patch queued for re-testing.

merlinofchaos’s picture

Status: Reviewed & tested by the community » Fixed

Committed.

Status: Fixed » Closed (fixed)

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