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

Mollom installation error


Go to End


3 Posts   1441 Views

Avatar
animasola

Community Member, 121 Posts

1 December 2009 at 2:40am

Ok, so I extracted the mollom archive onto the site and build the db and flushed the site as well. I created an account on mollom and added a localhost site.

I then added this to my _config.php

Mollom::setPublicKey('082d19cae3b73f3719f49668dc88d501');
Mollom::setPrivateKey('24cb07a4093cb6c670bdb513d6e0df92');
SpamProtectorManager::set_spam_protector('MollomSpamProtector');

When I flush my site, it then returns this error:

Fatal error: Class 'SpamProtectorManager' not found in C:\wamp\www\ateneoswimming\mysite\_config.php on line 29

Line 29 is this: SpamProtectorManager::set_spam_protector('MollomSpamProtector');

Can anyone help? Thanks!

Avatar
Juanitou

Community Member, 323 Posts

1 December 2009 at 3:04am

Have you installed the Spam Protection module (as indicated in the Mollom module requirements)?

Avatar
animasola

Community Member, 121 Posts

1 December 2009 at 4:13am

Ooops! didn't see that. Thanks for pointing that out! :)