10375 Posts in 2190 Topics by 1707 members
|
Page:
1
|
Go to End | |
| Author | Topic: | 1417 Views |
-
Mollom module issue

25 May 2010 at 3:01pm Last edited: 25 May 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
-
Re: Mollom module issue

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.
-
Re: Mollom module issue

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 -
Re: Mollom module issue

9 June 2010 at 11:40am Last edited: 9 June 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 ?
-
Re: Mollom module issue

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.
-
Re: Mollom module issue

2 October 2010 at 3:29am Last edited: 2 October 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
| 1417 Views | ||
|
Page:
1
|
Go to Top |


