Closed (fixed)
Project:
Mollom
Version:
6.x-1.6
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Reporter:
Created:
9 Sep 2008 at 03:03 UTC
Updated:
27 Dec 2008 at 20:02 UTC
Jump to comment: Most recent file
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)
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | mollom_fix_conflict_with_hook_captcha.patch | 928 bytes | jrglasgow |
Comments
Comment #1
jrglasgow commentedI 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()
Comment #2
dries commentedI 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?