In a testing environment, it not possible to build a resume with an applicant account on WAMP or MAMP (with Solr, etc) with beta3.

The "plus" buttons does not work (do not even appear). Beta1 works very well in this environment but beta3 is broken. Even if I update from beta1 to beta3 it breaks.

CommentFileSizeAuthor
#7 erecruiter-admin.png46.35 KBmcabalaji
#6 erecruiter.png25.9 KBmcabalaji

Comments

fago’s picture

Title: Resume issue » Resume creation issue
Status: Active » Postponed (maintainer needs more info)

hm, in my test-installation everything seems to work fine. Please check whether your features are not overridden.

Which plus buttons do you mean exactly?

bendruapal’s picture

Scenario:

I create a new applicant (test user) and his account is created.

But I cannot edit his/my test user resume.

I was briefly able to do it by getting the status field to show and change the resume status but I am unable to re-create this..

bendruapal’s picture

Fresh install of Beta3 but replace module recruiter_resume v.beta1 --> does not seem to work with beta3 but to be confirmed..

So I got it to work but I had to the following:

1) Home » Administration » Structure » Profile types ---> Show during user account registration.
2) Home » Administration » Structure » Profile types » Resume ---> Resume state (make it visible)

Create a new applicant --> Edit Resume tab is available, change status to visible ---> new I can edit my (user) resume

what is your opinion about this?

bendruapal’s picture

Assigned: bendruapal » Unassigned
bendruapal’s picture

Status: Postponed (maintainer needs more info) » Active
mcabalaji’s picture

StatusFileSize
new25.9 KB

Hi

1) I can confirm this , For an applicant under My Resume I just see the titles , No Add button (Attached Screenshot)
2) For Admin , I could see the Add button , but on clicking it shows page not found

mcabalaji’s picture

StatusFileSize
new46.35 KB
Oceanman’s picture

I can confirm that I get the same image as seen in #7 for the admin user.
I click on the "my resume" link
I click on the "add" link
I get the popup "page not found. The requested page could not be found." as seen in the image in #7

When I create a new user I also get the same result as #6 where there are no "add" links.

When I check the structure/field_collections I find that all the fields are there as in the beta1 version.

I have a LAMP stack on a dedicated server. What other useful information can I provide?

fago’s picture

Status: Active » Postponed (maintainer needs more info)

Looks like the automatic profile-entity creation for accounts doesn't work properly? You could turn on rules debugging, try creating a user account and see what the debug log is. It should tell us what is going wrong.

Oceanman’s picture

I turned on the rules debugger. I created a new applicant and a recruiter (both work) and here are the debug results. I can add details to the applicant resume and create a job.

The first created applicant is still not working (no add links) and the admin resume also does not work either.

Applicant:
1. At create new account
Rules evaluation log

0 ms Reacting on event After saving a new user account.
12.008 ms Evaluating rule Register as applicant.
26.577 ms The condition data_is evaluated to TRUE
26.59 ms AND evaluated to TRUE.
27.442 ms Evaluating the action user_add_role.
28.609 ms Evaluating rule Resume initialization on insert.
29.133 ms The condition user_has_role evaluated to TRUE
29.144 ms AND evaluated to TRUE.
31.988 ms Evaluating the action entity_create.
32.415 ms Added the provided variable resume of type profile2
32.479 ms Evaluating rule Register as recruiter.
33.005 ms The condition data_is evaluated to FALSE
33.013 ms AND evaluated to FALSE.
33.072 ms Saved resume of type profile2.
85.975 ms Finished reacting on event After saving a new user account.

2. At enter password for first time
Rules evaluation log

0 ms Reacting on event After updating an existing user account.
7.248 ms Evaluating rule Resume initialization on update.
20.238 ms The condition user_has_role evaluated to TRUE
21.298 ms The condition user_has_role evaluated to TRUE
21.31 ms AND evaluated to FALSE.
21.351 ms Finished reacting on event After updating an existing user account.

This is for a recruiter account:
1. recruiter account
Rules evaluation log

0 ms Reacting on event After saving a new user account.
5.621 ms Evaluating rule Register as applicant.
15.33 ms The condition data_is evaluated to FALSE
15.339 ms AND evaluated to FALSE.
15.371 ms Evaluating rule Resume initialization on insert.
16.054 ms The condition user_has_role evaluated to FALSE
16.062 ms AND evaluated to FALSE.
16.081 ms Evaluating rule Register as recruiter.
16.612 ms The condition data_is evaluated to TRUE
16.621 ms AND evaluated to TRUE.
17.161 ms Evaluating the action user_add_role.
17.665 ms Finished reacting on event After saving a new user account.

2. Set unblocked in admin
Rules evaluation log

0 ms Reacting on event After updating an existing user account.
4.573 ms Evaluating rule Resume initialization on update.
14.543 ms The condition user_has_role evaluated to FALSE
14.554 ms AND evaluated to FALSE.
14.587 ms Finished reacting on event After updating an existing user account.

3. set password for first time
Rules evaluation log

0 ms Reacting on event After updating an existing user account.
8.611 ms Evaluating rule Resume initialization on update.
17.815 ms The condition user_has_role evaluated to FALSE
17.826 ms AND evaluated to FALSE.
17.855 ms Finished reacting on event After updating an existing user account.

iRex’s picture

subscribing

iRex’s picture

It seems that resume creation has to be forced to happen during registration. Additionally the applicant has to be aware enough to select 'make resume visible' in order to be able to see and add/edit a resume.

Couldn't the resume be created in the same way that a recruiter creates jobs - i.e., via a link in "Add Content" in the user menu. This could perhaps have some note about the maximum number of resumes an applicant is allowed to create.

Thanks

fago’s picture

Status: Postponed (maintainer needs more info) » Fixed

problem was the ordering of the rules, if the role was assigned too late no resume initalization happened. I committed a fix.

bendruapal’s picture

Any temp. solution to this?

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.

clashar’s picture

Status: Closed (fixed) » Active

I used ready package 7.x-1.0-beta4 (18.08.2011) from http://epiqo.com/recruiter.
And still got the error "The requested page could not be found." while trying to add fields in Resume.

dasjo’s picture

Status: Active » Closed (fixed)

please open another issue, as the previous has been fixed quite some time ago and yours might be related but should not be the same.