My website got hit today. 1000 spam messages were left in the blog. Obviously the spam protection measures of SS 2.3.0- are not sufficient anymore.
I updated to 2.3.1 an installed mollom and spamprotection. However, when I load a blog page I get:
[Warning] call_user_func_array() [function.call-user-func-array]: Unable to call Mollom::getServerList()
The error comes from doCall in MollomServer.php.
I verified that Mollom::getServerList(); has no problems when called directly from MollomServer.php. What is going on?
The system is RHEL5.3 without SELinux running PHP 5.1.6 (RedHat stock PHP)