-
AuthorPosts
-
kdy4092 Friend
kdy4092
- Join date:
- January 2013
- Posts:
- 23
- Downloads:
- 0
- Uploads:
- 3
- Thanks:
- 10
- Thanked:
- 1 times in 1 posts
March 3, 2013 at 1:19 am #185453Some jobseeker users have sent complaints about they cannot use the job board system after the user registrations.
and I found that they do NOT belong to any group on the job system.However, on our website, there are only two choices to be a member which are ‘Join as Employers’ and ‘Join as Jobseekers’
and when I tested my site, my user registrations as jobseekrs and employers are all working fine,
so.. now I don’t know why this happens, and I have tried to find the reason of this issue, but I couldn’t find any reason which causes this problem.Please advise me why this happens on my website. Thank you…
David
-
HeR0 Friend
HeR0
- Join date:
- August 2011
- Posts:
- 3626
- Downloads:
- 0
- Uploads:
- 61
- Thanks:
- 33
- Thanked:
- 588 times in 549 posts
March 4, 2013 at 3:41 am #485185Hi David,
That mean that some users do not belong to any group on the job system. I think there is missing step when they register to Job user system. To fix this, you could check their transactions and import these users to Jobs system via Import users method in backend.
Regards
kdy4092 Friendkdy4092
- Join date:
- January 2013
- Posts:
- 23
- Downloads:
- 0
- Uploads:
- 3
- Thanks:
- 10
- Thanked:
- 1 times in 1 posts
April 15, 2013 at 3:54 am #489854Hi Hero,
For the Job seeker, it is free registration, so they just need to submit the job seeker registration form to be a member of our website.
I dont know why, but some new users didn’t belong to the job seeker group and just stayed in the basic registered joomla group,
and I always needed to import them manually.Do you have any idea what could be the cause of this issue???
or where should I look at to find out the problem??I tried to find out myself, but my job seeker registrations are always successful…
Please advise me.. Thank you!
HeR0 FriendHeR0
- Join date:
- August 2011
- Posts:
- 3626
- Downloads:
- 0
- Uploads:
- 61
- Thanks:
- 33
- Thanked:
- 588 times in 549 posts
April 16, 2013 at 2:45 am #489975Dear Kdy,
Please pm me admin account, ftp info and your site url. I need to take a closer look to check the issue.
Regards
kdy4092 Friendkdy4092
- Join date:
- January 2013
- Posts:
- 23
- Downloads:
- 0
- Uploads:
- 3
- Thanks:
- 10
- Thanked:
- 1 times in 1 posts
April 26, 2013 at 1:03 am #491080Hi Hero,
I just sent you the detail through PM.
and I have found the cause of the problem.
when job seekers select any wrong type of files for photos or CV upload, the systems shows the error message saying the file type is wrong then job seekers will be asked to upload the allowed file type.
However, there is a hidden process that the system creates new joomla user even though the file type validation has been failed.
and when job seekers try to re-submit their registration, system says that the user is already existed :@…so.. Please help me to resolve this issue. Thanks..
HeR0 FriendHeR0
- Join date:
- August 2011
- Posts:
- 3626
- Downloads:
- 0
- Uploads:
- 61
- Thanks:
- 33
- Thanked:
- 588 times in 549 posts
April 26, 2013 at 3:46 am #491094Dear,
I fixed this issue on your site as solution below:
– Open file components/com_jajobboard/controllers/jauserregister.php
– Go to functions register_profile_save and register_resume_save
– Find code line
[PHP]} else {
$succ = false;
}[/PHP]
– Replace to
[PHP]} else {
// Delete new Joomla user if can not save Jobboard user
if($user){
$user->delete();
}$succ = false;
}[/PHP]
Kindly check and let me the result.Regards
-
AuthorPosts
Viewing 6 posts - 1 through 6 (of 6 total)This topic contains 6 replies, has 2 voices, and was last updated by HeR0 11 years, 6 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Jump to forum