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.
| Comment | File | Size | Author |
|---|---|---|---|
| #4 | nodequeue_1016130.patch | 428 bytes | R.Muilwijk |
| #2 | nodequeue_1016130.patch | 837 bytes | Scott Reynolds |
Comments
Comment #1
bacchus101 commentedAn update: I removed all modules and left just nodequeue and core - and this error was still persistent.
Comment #2
Scott Reynolds commentedSimple fix
- all issue tags because they are worthless.
Comment #3
naheemsays commentedyes, its a PHP 5.3 call by reference bug.
The fix works.
(subscribe)
Comment #4
R.Muilwijk commentedAccording to http://api.drupal.org/api/drupal/modules--node--node.api.php/function/ho... there should also be a $langcode.
Comment #5
Scott Reynolds commentedAhh good call.
Works as well.
Comment #6
slashrsm commentedI can confirm, that error disappears with this patch.
Comment #7
berenddeboer commentedworks for me too.
Comment #8
derekahmedzai commentedWorks for me, too.
Comment #9
anonThis patch works, but Im not sure about the param
$langcodeWhy is that needed?
Comment #10
ceasero commentedWhere 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
Comment #11
slashrsm commentedhttp://drupal.org/patch/apply
Comment #12
upupax commentedWorks fine.
Comment #13
yykucuk commented#4: nodequeue_1016130.patch queued for re-testing.
Comment #14
yykucuk commented#2: nodequeue_1016130.patch queued for re-testing.
Comment #15
merlinofchaos commentedCommitted.