
01-24-2003, 04:23 PM
|
 |
|
|
Join Date: Apr 2002
Location: Bristol, UK
Posts: 3,644
Благодарил(а): 0 раз(а)
Поблагодарили:
0 раз(а) в 0 сообщениях
|
|
Quote:
Originally posted by Link14716
Code:
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 [runtime function name](). 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/sites/site68/web/forums/alice/src/graphnew.php on line 125
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 [runtime function name](). 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/sites/site68/web/forums/alice/src/graphnew.php on line 231
Fatal error: Call to undefined function: get_defined_functions() in /home/sites/site68/web/forums/alice/src/util.php on line 565
My SquallBot keeps posting that... 
Any ideas? I followed the instructions correctly...
|
Make sure allow_call_time_pass_reference is set to ON in your php.ini I think that should ger rid of that error.
|