I'm not sure what this is, but it puts close to 200 of this warning on the page line 21 to line line 232.
I hope this helps you out, it only seems to show up when I'm an Admin but normal users do not see it.
Thanks
Warning: Call-time pass-by-reference has been deprecated - argument passed by value; If you would like to pass it by reference, modify the declaration of push(). 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. However, future versions may not support this any longer. in /home/glohoeghall/public_html/modules/BizStore/descpage.php on line 21
Warning: Call-time pass-by-reference has been deprecated - argument passed by value; If you would like to pass it by reference, modify the declaration of push(). 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. However, future versions may not support this any longer. in /home/glohoeghall/public_html/modules/BizStore/descpage.php on line 26
Please enter your server specs in your user profile! 😢
PhoenixOffline
Joined: Mar 18, 2004
Posts: 1543
Location: Netosphere
hmm, thought I had eliminated that issue a very long time ago when it hit me - I'd say 198 errors to be precise.
The use of & to force arguments by reference causes it - most hosts set "allow_call_time_pass_reference" in php.ini so it rarely shows up. In reality it is redundant in current versions of php4 and 5.
I guess I must have grabbed the descpage.php to build the release - easily fixed - attached.
Attachment:
descpage.zip
Description
Filename
descpage.zip
Filesize
3.56 KiB
Downloaded
1 Time(s)
You are not allowed to view/download this attachment