First of all, thank you very much for this module. I've actually gotten it working previously but have since decided to rebuild my site and am having a heck of a time with it this go around. The Main profile (and its simple text field) appear when I check show this on all user account registration forms but when I check enable unique registration path and go to that address (or when I set it to user and try the regular page) the fields and apparently entire profile is missing without an error message.

I'm working from a fresh install on a local environment with the following:

  • Drupal 7.23
  • Entity 7.x-1.2
  • Ctools 7.x-1.3
  • Profile2 7.x-1.3
  • Profile2 Registration Path 7.x-1.x-dev

All of those are the latest stable releases with the exception of Registration path but it seems like I have tried every combination of dev version for each one and am running into the same issue across the board.

My Steps:

  • Install and enable the above modules
  • Create a couple roles
  • Create a couple profiles
  • Disable Show on all user account registration forms
  • Enable unique registration path and complete the URL path
  • Assign one of my new roles (although I don't think this matters)
  • visit http://localhost/mysite/example/register or http://localhost/mysite/user/register (depending on what I set the URL to)
  • Only the normal profile fields are displayed

Like I said, I have had this working previously so I may be overlooking a simple setting, but I don't believe that is the case as the profile type appears when show this on all user account registration forms is selected. Also note that I have a copy of my old site on my localhost which seems to be working as expected.

This is my first issue on drupal, so if any additional information is needed I'd be happy to provide it. I'm going to keep working on this; but, I'm pulling my hair out as is so any help would be appreciated.

Comments

GotYourGuy’s picture

Priority: Normal » Minor

I've been fooling around with this on a live environment and it seems to be working! However, I've repeated the steps I took on my local server and still no dice. Somewhere in my quest to fix this I remember a blurb about file structure (I believe the context was a multilingual site) so I think it may be related to that issue. Anyway, I'm just going to continue my development on my live test platform and go from there. The site it was locally working on seems to support this as I have a number of url redirect etc modules installed which actually resulted in http://localhost/example//content

Because I never found a solution to developing on my local environment, I'm leaving this issue open but downgrading the priority.

Thanks again!