Mollom and filefield
billnbell - April 27, 2009 - 22:34
| Project: | Mollom |
| Version: | 6.x-1.x-dev |
| Component: | Code |
| Category: | bug report |
| Priority: | critical |
| Assigned: | Dave Reid |
| Status: | fixed |
Jump to:
Description
When using filefield and mollom we get the following message:
The CAPTCHA field is required.
It allows the upload, but we have not yet submitted the form. Any fix for this?

#1
Any ideas? The CAPTCHA should not always show up right? It shows on all forms.!?
Is there a way to not have the message: The CAPTCHA field is required.
show up when uploading files, when the CAPTCHA field shows up from mollom?
SO there are 2 questions.
#2
I ran across this last night too. It shouldn't ask for captcha that early. Only once you hit preview or save.
#3
Can someone please confirm this is still a bug with the latest 6.x-1.9?
#4
I can confirm with latest Mollom 6.x-1.9 and FileField 6.x-3.1. I am working on debugging this.
#5
This is still a bug in the latest version of Acquia Drupal which ships with Mollom 6.x-1.9. I know 6.x-1.10 is out but it isn't in Acquia yet.
Hopefully this is fixed in there. I will say that the captcha magically appears at the bottom of my custom CCK form though!! Very nice!
#6
And with a multiple value field I get the "The CAPTCHA field is required" warning multiple times, one for each upload.
#7
#8
Have still been trying to debug this. Frustrating so far. Hopefully we can get a test written for this once I get it figured out.
#9
#10
It would be good to try and reproduce this problem with the latest development snapshot in the DRUPAL-6 HEAD branch of Mollom. Because of the refactoring, this might no longer be an issue.
#11
Some initial testing shows that I've been able to upload files into file fields using the AJAX mode. Testing with some other configurations.
#12
I feel confident with sun's form patches and some testing that this is fixed now. Thanks sun!