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 module issue


Go to End


6 Posts   2704 Views

Avatar
paul.mcilwaine

Community Member, 21 Posts

25 May 2010 at 3:01pm

Edited: 25/05/2010 3:01pm

I seem to be getting this issue with Mollom.

No servers found, populate the serverlist. See setServerList().

Ive followed the http://doc.silverstripe.org/modules:mollom but unsure as to why the server list doesnt get populated with anything. Can anyone help ?

I should state im using SS 2.4.0 and Mollom 0.3rc-1

Avatar
Willr

Forum Moderator, 5523 Posts

25 May 2010 at 11:11pm

It should get populated by talking to mollom. Perhaps check your API key details to make sure they are correct.

Avatar
Phalkunz

Community Member, 69 Posts

29 May 2010 at 9:57pm

Hi Paul,

Are you using Mollom in your custom form? or just normal page comment? If it is in your custom code, can you please post your code in this thread?

Cheers,
Phalkunz

Avatar
paul.mcilwaine

Community Member, 21 Posts

9 June 2010 at 11:40am

Edited: 09/06/2010 11:41am

Ok I resolved the issue for some reason I needed to add this in my _config.php file

Mollom::setServerList(array("http://xmlrpc.mollom.com/1.0"));

Since there was no known server.

Another issue not major. Is there an easy way to refresh the capture on the page ?

Avatar
Phalkunz

Community Member, 69 Posts

29 June 2010 at 1:25pm

This http://xmlrpc*.mollom.com/* are initial servers and shouldn't be called all the time. The problem you had might have been caused by the order by servers, which is fixed by the latest code. Try clear your MollomServer table.

Regarding refreshing captcha, an easy way would be refresh the page. All form fields should retain their values except password fields.

Avatar
stuntmax

Community Member, 21 Posts

2 October 2010 at 3:29am

Edited: 02/10/2010 3:31am

When i add an SpamProtection field on my ContactForm, i receive this erro message (see picture). where does it comes from? but it's happens only on the ContactForm page, the rest works normaly

Attached Files