Skip to main content

This site requires you to update your browser. Your browsing experience maybe affected by not having the most up to date version.

We've moved the forum!

Please use forum.silverstripe.org for any new questions (announcement).
The forum archive will stick around, but will be read only.

You can also use our Slack channel or StackOverflow to ask for help.
Check out our community overview for more options to contribute.

All other Modules /

Discuss all other Modules here.

Moderators: martimiz, Sean, Ed, biapar, Willr, Ingo, swaiba

[SOLVED] User forms 0.2 + Mollom 0.2 + SS 2.4 = Fatal Error ?


Go to End


2 Posts   1309 Views

Avatar
heady

Community Member, 2 Posts

10 March 2010 at 7:28am

Edited: 11/03/2010 4:37am

Hi,

i have begun to build my site in local without configure the mollom public an private keys. All worked fine.

Since i have uploaded it online and configure the mollom keys i get this error:

Fatal error: Class MollomSpamProtector contains 1 abstract method and must therefore be declared abstract or implement the remaining methods (SpamProtector::getFormField) in /homez.344/iameddy/www/mollom/code/MollomSpamProtector.php on line 68

_config.php is well with:

Mollom::setPublicKey("XXXXXXXXXXXXXX");
Mollom::setPrivateKey("XXXXXXXXXXXXXX");
SpamProtectorManager::set_spam_protector('MollomSpamProtector');

And spam protection 0.3 is installed too.

So have i forgotten something or is it a compatibility problem with SS 2.4 or else?

Thank you for your feedback.

Avatar
heady

Community Member, 2 Posts

11 March 2010 at 4:37am

I have solved the mistake with the last trunk of mollom.