We attempted to add mollum and spamprotection to a site, and have spent hours with no result.
We first attempted to use the stable builds, and this gave no result, so tried with the latest builds of mollum, spamprotection, and userforms. Now not only is the the anti spam not present, but the addition of the line:
SpamProtecterManager::set_spam_protecter('MollomSpamProtector');
in the config.php file causes the following to be displayed on all pages (including the ../build ../flush ../admin, etc)
Fatal error: Class 'SpamProtecterManager' not found in /home/trainer/public_html/mysite/_config.php on line 30
Changing ' to " or 'SpamProtecterManager' to SpamProtectorManager' as indicated in other threads has not remedied the situation.
Has anyone else encountered this, and found a solution?