Login | Forgot password | Register
What is OpenID?
OpenID is an Internet-wide identity system that allows you to sign in to many websites with a single account.
With OpenID, your ID becomes a URL (e.g. http://username.myopenid.com/). You can get a free OpenID for example from myopenid.com.
For more information visit the official OpenID site.
All other Modules
SilverStripe Forums » All other Modules » Unable to call Mollom::getServerList()
Discuss all other Modules here.
|
Page:
1
|
Go to End | |
| Author | Topic: Unable to call Mollom::getServerList() | 827 Views |
-
Unable to call Mollom::getServerList()

22 March 2009 at 5:29am
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)
-
Re: Unable to call Mollom::getServerList()

24 March 2009 at 10:32pm
Nobody with a smart idea?
I checked a few things; bugzilla shows no PHP bugs for RHEL 5.3. I tried modifying Mollom::getServerList to always return a certain value to exclude problems with the return status, but that didn't help either.
-
Re: Unable to call Mollom::getServerList()

25 March 2009 at 12:08am
see http://open.silverstripe.org/ticket/3770 - as a temporary fix you change "call_user_func_array( 'Mollom::' . $name, $params)" to "call_user_func_array(array('Mollom', $name), $params)" in line ~87 of MollomServer.php
-
Re: Unable to call Mollom::getServerList()

25 March 2009 at 12:16am
Thanks (and I feel stupid for checking bugzilla and not checking trac)
| 827 Views | ||
|
Page:
1
|
Go to Top |
Currently Online: There is nobody online.
Welcome to our latest member: GreenWork


