PDA

View Full Version : Warning: Call-time pass-by-reference has been deprecated -


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 ?

David
05-28-2005, 11:58 PM
Take a look here:
{older link removed}

Anonymous
05-29-2005, 12:10 AM
WHAT SHOULD I DO EXACTLY
I SAW THE LINKS BUT IT DOESNT NOT EXPLAIN HOW TO FIX IT ?

PLEASE HELP ME

David
05-29-2005, 12:38 AM
So here is the post I am talking about:
Content visible to registered users only.

To comment out this line, simply add // at the beginning of the line. Alternately, just delete it. Let me know if this still does not work.

lama69
12-28-2005, 02:35 PM
Hi David,

I follow your instructions but I have the same problem with class.email

Content visible to registered users only.

It works if I commented this line in class.Email.php but I am not sure that is a good idea

Content visible to registered users only.