I checked my machine's error_log and noticed the following this morning. Wondered what's going on here:

[Mon Feb 09 08:28:47 2009] [error] [client 173.18.202.212] mollom_form_alter registered mollom_validate_captcha handler, referer: http://[snip]/node/24/results

[Mon Feb 09 08:28:47 2009] [error] [client 173.18.202.212] _mollom_insert_captcha, referer: http://[snip]/node/24/results

[Mon Feb 09 08:28:48 2009] [error] [client 173.18.202.212] called mollom.getImageCaptcha at server http://88.151.243.81 with no session ID, referer: http://[snip]/node/24/results

[Mon Feb 09 08:28:48 2009] [error] [client 173.18.202.212] _mollom_insert_captcha retrieved URL 'http://xmlrpc1.mollom.com:80/bddac91313368a3a.png' and session ID 'a2252338212662ec', referer: http://[snip]/node/24/results

[Mon Feb 09 08:29:26 2009] [error] [client 173.18.202.212] mollom_expand_element: submitted handler, referer: http://[snip]/user/register

[Mon Feb 09 08:29:26 2009] [error] [client 173.18.202.212] mollom_validate_captcha, referer: http://[snip]/user/register

[Mon Feb 09 08:29:26 2009] [error] [client 173.18.202.212] called mollom.checkCaptcha at server http://88.151.243.81 with session ID 'a2252338212662ec', referer: http://[snip]/user/register

[Mon Feb 09 08:29:26 2009] [error] [client 173.18.202.212] mollom_validate_captcha the captcha result was 1, referer: http://[snip]/user/register

Comments

dries’s picture

Status: Active » Fixed

This is debug output from the Mollom module -- it are not actually errors. You can disable it by commenting out error_log($message) in the _mollom_debug() function.

I changed the behavior in the development version of the Mollom module. It will not happen in the next version of the module.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.