I have identified a bug that is affected the registration process. Keeps asking for Username when in fact there is one provided. Triggered when set to Enable. Problem doesn't exist when set to Disable.

Comments

Anonymous’s picture

I think it's a conflict with the content_profile module. A node form is merged into the user form, which tricks formfilter_ui into thinking it's seeing just a node form.

I've excluded the profile content type from getting the filterform ui widgets, that seems to have done the trick for now. Can't make a more permanent solution right now, but the problem is that filterform moves the "author" section of the profile node form to an "advanced" fieldset, and that messes up things for content_profile or user module when they try to get the username to make the author of the content profile.

filterform_ui.module. Added an extra condition to an if statement in the hook_form_alter implementation that checks for profile_node_form.

lekvarnik’s picture

Hi, I have the same problem as you. Could you please tell me in which file should I put the statement and how it should look like? I am not very experienced drupal user so detailed answer is very helpful. Thanks in advance.

roblog’s picture

I just had the same problem. Uninstalling and reinstalling spamicide did the trick. (Although I did clear the cache and run cron in the process, so maybe it just needed a bit of this?)

kopeboy’s picture

Issue summary: View changes

HI all guys.

I don't have this module installed but I'm having this same error!

I have no idea where it came from. I tried to disable all the recent modules I added with no luck.
What to do?

roblog, did you disable and renable spamicide or you disabled, unistalled, reinstalled, renabled?

This is driving me crazy..

Thanks

pianomansam’s picture

@kopeboy, you mention you don't have "this module" installed. Which module are you referring to? Formfilter or spamicide? If you don't have formfilter installed, this issue queue isn't the best spot for your bug report.

kopeboy’s picture

I was referring to this one, Formfilter.

I solved it, it was the name of the Honeypot (hidden) field. It was set to 'name'..