Hello,

Drupal Version:6.17
Content Profile: 6.x-1.0
CCK: 6.x-2.7

This message appears for me when the active profile content type to "Use this content type as a content profile for users" and edit the fields, but when the new user accesses the Create a New Account, nothing appears.

Grateful for the help.

Comments

hagent’s picture

Component: Miscellaneous » User registration module

What does not show are the fields that I created with CCK!

julianmancera’s picture

Hi Hagent,

I have the same problem, it occurs when I tried to configure my content type profile settings and does not allow me to integrate with autoassignrole module. I'll do some debugging.

Regards,

Julian

julianmancera’s picture

Hi Hagent,

I found the problem after some debugging. It has something to do with a settings variable for the autoroleassign module. I just ask the developers of the module to see if my changes to fix the issue has secondary effects. I just test it in my test site and works fine.

--- autoassignrole.module
+++ autoassignrole.module
@@ -482,7 +482,7 @@
--$autoassignrole['values'] = array_keys(user_roles((TRUE)));
++$autoassignrole['autoassignrole_use'] = array_keys(user_roles((TRUE)));

Any issues let me know,

Julian

babycourageous’s picture

subscribing

ayalsule’s picture

#3 worked for me but you must re configure Use on Auto Assign Role paths:

Michsk’s picture

HelloStephanie’s picture

#3 fixed my problem. Thanks!

sistro’s picture

#3 fixed the problem also for me. Thanks!

Noe_’s picture

#3 fixed the problem for me too, but it has the side effect that if I did not assign a role before. So there is no role selected in /admin/content/node-type/[my-content-type]/profile it defaults to all roles, instead of no role.