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

grahamvalue’s picture

Also tried disabling image captcha in captcha-6.x-2.1

grahamvalue’s picture

Ok, 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.

grahamvalue’s picture

Possibly due to this
http://drupal.org/node/761254

Seems like the same issue

Am uninstalling login_destination in favour of logintoboggan