I got a very strange issue with content profile module, I can create a "profile" fields with CCK Profile content type and display the field in the user registration page using the option that content profile module provided in the user interface.
The problem if the a new user registered while the content profile is displayed in the registration form then the user will get an infinite redirect loop of death. Tested in firefox the browser simply just showing an error about redirection will never complete, safari states a too many redirection error and opera simply just print the title of the page.
The url that causes this "users/gekko?destination=user/6" where gekko is the username.
Oddly enough if I disabled the content profile in the registration page, a new user can register and didn't get any redirection error. But the old user who registered while the content profile is enabled in the registration page still suffer the same error.
Do you have any clue of what may cause this phenomena?
thanks in advance