Call-time pass-by-reference
TheGuardian - October 27, 2009 - 15:51
| Project: | Wordpress Import |
| Version: | 6.x-2.x-dev |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | lavamind |
| Status: | closed |
Jump to:
Description
When the module is activated, a white screen with this error message appears:
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 {redacted}/sites/all/modules/wordpress_import/wordpress_import.module on line 663
A copy of this message appears immediately below, and then two more referring to line 664.
I was able to get back into administration, but the errors still appeared over the header.
This is regarding the Oct 26 dev snapshot.

#1
Confirmed, seems like a recent change in PHP is causing this. See this manual page.
#2
Fixed in DRUPAL-6--2.
Thanks!
#3
Automatically closed -- issue fixed for 2 weeks with no activity.