call-time pass-by-reference Error
Status: Inactive
Brought to you by:
eugee
If you get the call-time pass-by-reference error due to
the configuration of your server, you can either update
your PHP.ini file or simply remove the ampersands from
&$errornum and &$errorstr on line 87 of the
PHProxy.class.php file. This also fixed the lack of
images. Go figure.
Logged In: YES
user_id=1051731
Thans for reporting. Call-time pass-by-reference in
functions was deprecated as of PHP 4.3.0. I don't know why I
did have them passed by refernece in the first place.