content profile data not showing when adding user by admin
| Project: | Content Profile |
| Version: | 6.x-1.0-beta4 |
| Component: | User registration module |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Jump to:
I had multiple installations. They were all working fine. However, on the latest two installations, the profile data is not showing up when admin is adding a user. It works fine if a user is registered from the front using "Create New Account".
I have checked the system weight. I see 'content profile' has -1, 'content profile registration' has 0. My own module has weight 11 (don't know if that matters).
I stepped into my own form_alter() call. I call see all content profile data were populated in the form if called via "Create New Account", but these data items were not there if called via admin to add a new user.
I don't think it's a permission issue. I checked the permission as much as I can, plus I'm logged in as administrator.
I'm lost :(
Please help. Thx!

#1
Well, I guess I get what asked for when I took the risk of running the dev version.
It turned out that dev branch dated 01-07-2009 is having the problem. The older branch dated 02-18-2008 is working correctly ...
#2
I tried beta 3, it has the same problem, that perhaps should make it a bug.
#3
I believe I'm seeing the same thing, but it includes some where the user created a profile in a different way (not through the account page). I'm trying to dig into the code & db to figure out how the account page determines what profile to grab or fails to a lack of appropriate profile. I haven't been able to figure it out yet. Any help would be appreciated.
#4
Closing old issue, please reopen if the problem persists.
#5
For me the problem persists but with beta-4 version.
Have you solved the problem?
Thanks!!