Anonymous
05-28-2005, 09:52 PM
this is what i got after the installation
i already check in this forum about that bug so in case if you want to know what is write on the line 434 it s:
$fp = @fsockopen ($urlArray[host].'.', $urlArray[port], &$errno, &$errstr , 10);
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 fsockopen(). 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 /var/www/links/classes/class.Link.php on line 434
how can i fix that ?
i already check in this forum about that bug so in case if you want to know what is write on the line 434 it s:
$fp = @fsockopen ($urlArray[host].'.', $urlArray[port], &$errno, &$errstr , 10);
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 fsockopen(). 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 /var/www/links/classes/class.Link.php on line 434
how can i fix that ?