I have been receiving several errors related to deprecated call in code of some drupal modules. I contacted the module developer and a new version of the module was release with no errors.
The error seems related to PHP5 and beyond
A similar error is shown related to node import too.
Error:
Warning: Call-time pass-by-reference has been deprecated; If you would like to pass it by reference, modify the declaration of [runtime function name](). 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. in ~/main/sites/all/modules/node_import/node_import.module on line 616
Warning: Call-time pass-by-reference has been deprecated; If you would like to pass it by reference, modify the declaration of [runtime function name](). 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. in ~/main/sites/all/modules/node_import/node_import.module on line 659
ps. link to other module bug report:
http://drupal.org/node/230513
| Comment | File | Size | Author |
|---|---|---|---|
| #3 | pass-by-ref.patch | 1.12 KB | johnalbin |
Comments
Comment #1
ultimikesubscribe
Comment #2
giggler commentedsame here, get the message on install...
subscribe
Comment #3
johnalbinPretty easy patch.
And, btw, this isn't PHP 5 related. Call-time pass-by-reference was deprecated in PHP 4.0.
Comment #4
johnalbinComment #5
Robrecht Jacques commentedFixed. Will be included in next release of node_import (5.x-1.5). Thanks!
Comment #6
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.