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
| Comment | File | Size | Author |
|---|---|---|---|
| #4 | 228263.patch | 714 bytes | ezra-g |
Comments
Comment #1
mustafau commentedI get the same error message with Node queue 2.0, PHP 5.2.5.
Comment #2
itzzmesur commentedI'm also getting same problem and it seems it's the PHP Bug please check http://bugs.php.net/bug.php?id=44139
Comment #3
merlinofchaos commentedWarnings 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).
Comment #4
ezra-g commentedThis patch should resolve the issue.
Comment #5
merlinofchaos commentedCommitted to both DRUPAL-5--2 and HEAD.
Comment #6
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.