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 /home/.nurse/reikiman/d6.davidherron.com/sites/all/modules/emfield/emfield.module on line 39

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 /home/.nurse/reikiman/d6.davidherron.com/sites/all/modules/emfield/emfield.module on line 39

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 /home/.nurse/reikiman/d6.davidherron.com/sites/all/modules/emfield/emfield.module on line 249
CommentFileSizeAuthor
#1 emfield.diff800 bytesreikiman

Comments

reikiman’s picture

StatusFileSize
new800 bytes

Inspecting the code I see there are two function calls (at the above line numbers) where the function call uses pass-by-reference ('&') and it appears my web hosting provider has configured the PHP on the system to not allow this. Removing the &'s on those two lines causes the warnings to go away.

alex ua’s picture

Status: Active » Closed (duplicate)

That is not an acceptable solution, but I am marking this as a duplicate of http://drupal.org/node/275976