Active
Project:
Content Profile
Version:
6.x-1.0
Component:
User registration module
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
26 May 2010 at 09:36 UTC
Updated:
29 May 2010 at 04:56 UTC
Using:
drupal-6.16
cck-6.x-2.6 with groups
content_profile-6.x-1.0
legal-6.x-2.2-beta4
reg_with_pic-6.x-1.7
Using:
Mandotory fields -> cck-date, one cck-location and one cck-checkboxes field
No optional fields
Tried so far:
Giving anon access for profile creation
removing cck groups
removing validation in form_alter
removing location mandotory field and using node location instead
removing trigger actions on user creation
No errors!
The content profile is simply never created even though all the fields are shown correctly with validations during registration.
Would appreciate any pointers.
Comments
Comment #1
grahamvalue commentedAlso tried disabling image captcha in captcha-6.x-2.1
Comment #2
grahamvalue commentedOk, i think I narrowed it down after nearly a week.
The user registration doesn't work if email verification is disabled - ie, if I have opted for users to be logged in immediately without passwords being sent to their email address.
So that solves my problem but hope it helps you fix the bug.
Comment #3
grahamvalue commentedPossibly due to this
http://drupal.org/node/761254
Seems like the same issue
Am uninstalling login_destination in favour of logintoboggan