After setup the CAPTCHA module I met with this error. If the mollom module is enabled I cannot see content of CAPTCHA settings page. It's coming a clean white page. When mollom is disabled CAPTCHA settings page is coming well. I checked all settings on each modules but I didn't understand what's wrong!

mollom release : 6.x-1.3
captcha release : 6.x-1.0-rc2 (I'd try the release of 6.x-1.x-dev too)

Comments

jrglasgow’s picture

Version: 6.x-1.3 » 6.x-1.6
StatusFileSize
new928 bytes

I am also having this problem. It looks like the problem here is that Mollom has a function called mollom_captcha() and the Captcha module has a hook_captcha().

this patch should fix the problem by changing mollom_captcha() to _mollom_captcha()

dries’s picture

Status: Active » Fixed

I committed a slightly modified version of the patch to the DRUPAL-6--1 branch of the Mollom module. Thanks jrglasgow!

Just out of interest; what is your motivation to use both modules at the same time?

Status: Fixed » Closed (fixed)

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