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.