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-v0.3-rc1 _config


Go to End


2 Posts   1339 Views

Avatar
merrick_sd

Community Member, 99 Posts

19 May 2010 at 9:30pm

Edited: 19/05/2010 10:25pm

in the module config folder

mollom-v0.3 > _config.php

SS_Report::register('ReportAdmin', 'MollomReport');

should that be commeneted out?

And in mysite > config.php
If i enable
SpamProtectorManager::set_spam_protector('MollomSpamProtector');

I get class cannot be found.

I get the same when trying to use Recapatcha v0.4

Class 'SpamProtectorField' not found in /home/godancing/public_html/recaptcha-v0.4/code/RecaptchaField.php on line 24

mysite>_config.php
SpamProtectorManager::set_spam_protector("RecaptchaProtector");

**********************
Fixed
Used Recapatcha
Made sure i had latest spampotection v03 module enabled.

Avatar
Juanitou

Community Member, 323 Posts

20 May 2010 at 3:55am

Simply rename mollom-v0.3 folder to mollom.

Hope it helps,
Juan