Welcome, Guest
Please Login or Register.    Lost Password?

Warning: Call-time pass-by-reference has been depr
(1 viewing) (1) Guest
General Application Support
Go to bottomPage: 1
TOPIC: Warning: Call-time pass-by-reference has been depr
#72
Warning: Call-time pass-by-reference has been depr 2 Years, 3 Months ago Karma: 0
Warning: Call-time pass-by-reference has been deprecated
There are two ways to fix this..
    <li> Change the php.ini file to allow it by adding this to your php.ini file { allow_call_time_pass_reference = On }</li>
    <li> Add This {php_flag allow_call_time_pass_reference 1} to your htaccess file


Either one of those should resolve this issue.
Stan
Moderator
Posts: 38
graph
User Offline Click here to see the profile of this user
The administrator has disabled public write access.
Stan Bush
President/CEO
Some people do, some people don't, and some people have no clue what that means.
 
Go to topPage: 1
Moderators: STANninja, Stan, JBush

Subscriber Login