Quote:
Originally Posted by Greebo
I hate to repost this so soon, but this is very frustrating and there has been a lot of churn since my first post, so... here goes:
I'm getting this error message 7 times on my forums:
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 /usr/local/www/low/low_new/forum/arcade.php on line 906.
The line numbers change, but everything else stays the same. That appears at the top of the page.
I also get:
Unable to add cookies, header already sent.
File: /usr/local/www/low/low_new/forum/arcade.php
Line: 108
That appears in the body of the page.
ANY ideas would be appreciated - this is nothing like I've seen before and I have no idea where to begin troubleshooting.
|
Create a .htaccess file and put it in your forums directory, with this in it:
php_value allow_call_time_pass_reference 1
If it's any consolation, John posted yesterday that this has been fixed in the upcoming release.