I am working with all error messages reporting right now and am getting this since upgrading from 2.0.rc3 to 2.0. Posting here in case it is useful.

Warning: Call-time pass-by-reference has been deprecated - argument passed by value; If you would like to pass it by reference, modify the declaration of nodequeue_api_subqueues(). If you would like to enable call-time pass-by-reference, you can set allow_call_time_pass_reference to true in your INI file. However, future versions may not support this any longer. in /sites/all/modules/nodequeue/nodequeue_generate.module on line 141

CommentFileSizeAuthor
#4 228263.patch714 bytesezra-g

Comments

mustafau’s picture

Version: 5.x-2.0-rc » 5.x-2.0
Priority: Minor » Critical

I get the same error message with Node queue 2.0, PHP 5.2.5.

itzzmesur’s picture

I'm also getting same problem and it seems it's the PHP Bug please check http://bugs.php.net/bug.php?id=44139

merlinofchaos’s picture

Priority: Critical » Minor

Warnings in nodequeue_generate are not critical. Chances are nodequeue_generate isn't even seen by your users. At least, I hope not. In the worst case, turn off nodequeue generate when not in use.

(Not saying it's not a bug, just that it's not critical).

ezra-g’s picture

Status: Active » Needs review
StatusFileSize
new714 bytes

This patch should resolve the issue.

merlinofchaos’s picture

Status: Needs review » Fixed

Committed to both DRUPAL-5--2 and HEAD.

Anonymous’s picture

Status: Fixed » Closed (fixed)

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