Closed (fixed)
Project:
Webform
Version:
6.x-2.0-beta1
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
21 Mar 2008 at 01:45 UTC
Updated:
4 Apr 2008 at 05:12 UTC
When I'm installa webform I have the next message
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 /path/mywebsite/modules/webform/webform_components.inc on line 376
The website are hosted in dreamhost
Comments
Comment #1
quicksketchThanks, just a minor bug that doesn't cause any trouble. You can safely delete the "&" symbol from that line of code:
I've corrected this in CVS and it'll be fixed in the next release. Thanks!
Comment #2
netlite commentedThanks!
I'm too add the next line in .htaccess file in the root directory of the website
php_flag allow_call_time_pass_reference 1Comment #3
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.