Help! Spam Blacklist not working
Posted by: BariCarroll
Posted on: 2008-01-06 21:21:00
Hi there,
I've tried installing the Spam Blacklist extension as explained at http://www.mediawiki.org/wiki/Extension:SpamBlacklist. I have downloaded the latest PHP files and saved them to a "SpamBlacklist" folder in my extensions directory. I have also included the following code in my LocalSettings.php file:
require_once( "$IP/extensions/SpamBlacklist/SpamBlacklist.php" );
However, when I go to my wiki site, I receive three error messages:
Warning: Call-time pass-by-reference has been deprecated; 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. in /home/.whoopi/username/mywebsite.com/wiki/extensions/SpamBlacklist/SpamBlacklist.php on line 103
Warning: Call-time pass-by-reference has been deprecated; 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. in /home/.whoopi/username/mywebsite.com/wiki/extensions/SpamBlacklist/SpamBlacklist.php on line 112
Warning: Call-time pass-by-reference has been deprecated; 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. in /home/.whoopi/username/mywebsite.com/wiki/extensions/SpamBlacklist/SpamBlacklist.php on line 112
Does anyone know what this means? Please keep in mind that I have a somewhat limited knowledge of code...
Thank you.