Mollom does not seem to be installing ..well nothing showing in the admin area.
when i do dev/build i cannot see any tables relating to mollom are created.
I have used composer to download spamprotection and mollom.
I have created a yml file in eg: mysite -> _config ->spamprotection.yml
---
name: spamprotection
---
FormSpamProtection:
default_spam_protector: MollomSpamProtector
Mollom:
public_key: <a2the-rest-of- my-key-ends-here>
private_key: <43the-rest-of- my-key-ends-here>
i do dev/build?flush=1 but the results don't show anything relating to Mollom
..there used to be a tab in the admin, so you knew it was installed
I always managed to get it installed before.
this is my first attempt since we can't use the _config.php any more
//SpamProtectorManager::set_spam_protector('MollomSpamProtector');
// Configure Mollom API keys
//these are for *.myserverdomain and nothing else
//please signup for you free one at http://mollom.com eg add site mydomain.co.uk if you wish to use mollom
//for http://ccsw.co.uk
//MollomServer::setPublicKey('a2fffffffff');
//MollomServer::setPrivateKey('43fffffff');
Am i doing something wrong regards to the yml file maybe ...i don't have any errors.
I have looked at tickets on github
it should be FormSpamProtectionExtension: not FormSpamProtection
not that iit has made any difference.