Drupal: 6.4
Mollom: 6.x-1.4

Action:
Anonymous user submits comment

Expected result:
comment evaluated for hamness or spamness

Result:
1. error message:
warning: implode() [function.implode]: Bad arguments. in /var/www/example.com/sites/all/modules/mollom/mollom.module on line 318.

2. comment treated as ham even with spammy test content

More info:
Watchdog shows comment being added and Mollom accepting it as ham

Investigation:
Error occurs in mollom_comment():
implode(' ', $GLOBALS['mollom_response']['languages'])

Comments

litelus’s picture

It also reproduces on my site, after upgrading from Mollom 1.3 to 1.4

wmostrey’s picture

Priority: Normal » Critical

Same here.

jpoesen’s picture

Indeed - forgot to mention problem occurred after upgrade from 1.3

jpoesen’s picture

upgrade to 6.x-1.5 seems to solve the problem.

wmostrey’s picture

Status: Active » Fixed

Same here, I'm not seeing the issue anymore.

Anonymous’s picture

Status: Fixed » Closed (fixed)

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