Posted by zakiya on May 5, 2010 at 4:09pm
I'm building a member registration site and all seems to be going well except that member profiles (using content profile module) aren't saved on site registration. If the user enters profile info after registration, it works perfectly. Permissions don't seem to be the issue and I'm not finding mentions of problems on Drupal.org.
Anybody have any hints as to what could be the problem?
Maybe there's a better way to collect info at registration?
Any insight is appreciated.
-Zakiya

Comments
re: profile wont save
do you have "Use this content type as a content profile for users" checked or unchecked?
yep. That's checked as well
yep. That's checked as well as "Use this content type on the user registration page" The content fields appear on the user/register page but once the user logs in, that information is lost.
module weight
I had a similar problem with a different module (location). I'm not sure if this is your issue, but you might look into module weight: http://drupal.org/node/411572#comment-1696242. In my case, my "Redirect to URL" was firing prior to saving the user-entered data. Perhaps you have something that's taking precedence and preventing the save.
-Tim
When I turned off the Login
When I turned off the Login Redirect Module, registration worked fine. Muchas gracias for the insight about module weight. That explains this and a similar issue I was having with ubercart a few weeks back.
Login destination ?
Zoochia, Did you mean Login destination module, I have same problem I uninstall the Login destination module but problem not solved any idea