Closed (fixed)
Project:
Mollom
Version:
6.x-1.7
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
9 Feb 2009 at 15:24 UTC
Updated:
24 Feb 2009 at 06:40 UTC
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
Comment #1
dries commentedThis 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.