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
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | emfield.diff | 800 bytes | reikiman |
Comments
Comment #1
reikiman commentedInspecting 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.
Comment #2
alex ua commentedThat is not an acceptable solution, but I am marking this as a duplicate of http://drupal.org/node/275976