Hello everyone,

I found a major bug that creates inconsistency in the database. When a user registers as an applicant, TWO profiles are created automatically with the same name, etc. Afterwards, when this user edits his profile, one of them is modified, not both of them.

So you can see in the Resume Administration page that there are two profiles that go to the same user page (i.e. mysite/resume/148 ) but only one is the correct one... The problem of this is that when you have a lot of users, there will be many unused profiles... and the Resume Search engine is indexing all of them.

Thanks!

Comments

mh86’s picture

Status: Active » Postponed (maintainer needs more info)

Actually the rules for initializing the resume has been adapted in RC3 to be more stable (we encountered the same bug in combination with some contrib modules).
Maybe you have to revert the according rules.

oglok’s picture

This is a bug from Profile2 module:

http://drupal.org/node/1549224

What have you changed in RC3 in order to fix this?? @mh86, I'm sorry but I don't understand you.

mh86’s picture

We've slightly changed the rule for initializing a resume once an applicant registers. Under certain conditions the old rule could led to a duplication of profiles.

mh86’s picture

Status: Postponed (maintainer needs more info) » Closed (cannot reproduce)

Closing this issue, as I think this has been fixed in the latest Recruiter version. Furthermore it seems like that the underlying problem comes from the Profile2 module itself.