Closed (fixed)
Project:
Wordpress Import
Version:
6.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
27 Oct 2009 at 15:51 UTC
Updated:
10 Nov 2009 at 23:50 UTC
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.
Comments
Comment #1
lavamind commentedConfirmed, seems like a recent change in PHP is causing this. See this manual page.
Comment #2
lavamind commentedFixed in DRUPAL-6--2.
Thanks!