-
AuthorPosts
-
marceltj Friend
marceltj
- Join date:
- February 2012
- Posts:
- 41
- Downloads:
- 0
- Uploads:
- 3
- Thanks:
- 5
- Thanked:
- 1 times in 1 posts
April 16, 2012 at 10:45 pm #176198Hello,
After upgrading to 1.5.4, All I see on the create a job form is the apply instruction check box. There is no method for recruiter to select apply type from front end or back end.Please assist.
Thanks,
MarcelBlaine FriendBlaine
- Join date:
- August 2007
- Posts:
- 1443
- Downloads:
- 0
- Uploads:
- 25
- Thanks:
- 98
- Thanked:
- 177 times in 154 posts
April 17, 2012 at 1:40 am #448635Hi, I think I have seen additional threads by you on these problems after the upgrade. How was the upgrade done and have you checked that all permissions on files, folders, and extensions are set correctly after the upgrade.
Please also tell me what type upgrade you did, a core Joomla one and if so to what version and how was it done?marceltj Friendmarceltj
- Join date:
- February 2012
- Posts:
- 41
- Downloads:
- 0
- Uploads:
- 3
- Thanks:
- 5
- Thanked:
- 1 times in 1 posts
April 17, 2012 at 4:40 am #448666Hi Blaine,
This is my first post for 1.5.4. I did post others related to 1.5.3 which where resolved thanks to your team’s help and other on the forum.
I have not changed anything related to permissions but maybe you can guide me on which folders I can check and which permissions should be set? All I did was upgrade from 1.5.3 to 1.5.4 per the upgrade instructions. So far this has been the only issue i have seen other than the one already addressed by another member regarding an error accessing some of the pages (i.e. job postings listing) which I have fixed based on the fix provided in that thread. Have you taken a look at the site and admin with the credentials I provided? Basically when I go to create a new job or edit an existing job, I only see check both for apply instruction but no other field displays to enter the url or instructions.
Thanks,
Marcelmarceltj Friendmarceltj
- Join date:
- February 2012
- Posts:
- 41
- Downloads:
- 0
- Uploads:
- 3
- Thanks:
- 5
- Thanked:
- 1 times in 1 posts
April 18, 2012 at 2:35 am #448807Can someone from Joomlart please assist?
Blaine FriendBlaine
- Join date:
- August 2007
- Posts:
- 1443
- Downloads:
- 0
- Uploads:
- 25
- Thanks:
- 98
- Thanked:
- 177 times in 154 posts
April 19, 2012 at 1:32 am #448996As I aksed earlier ~ How was the upgrade done? FTP? jUpgrade? How??
I have tried to access the site and see you have Gantry framework installed. This may be a conflict with T3.
I also see you have some RT and a JA template installed but see none set as default. May i ask which template is being used as default please.
Also 1.5 will no longer be supported as of this April and we highly encourage you to update your Joomla to the 2.5. We would be better able to help you in this way as we are developing for 2.5.
Thanksmarceltj Friendmarceltj
- Join date:
- February 2012
- Posts:
- 41
- Downloads:
- 0
- Uploads:
- 3
- Thanks:
- 5
- Thanked:
- 1 times in 1 posts
April 19, 2012 at 3:39 pm #449138Hi Blaine,
I did the update via ftp. I have uninstalled the gantry and other unused templates. The default is JA_Purity_II.
Just so I understand, you just released 1.5.4 but will no longer support it after the Joomla 2.5 version is out? What is the ETA on the release?Also, I am still having the issue. When I try to post a job it does not let me choose an apply type or enter instructions or external url.
Thanks,
MarcelBlaine FriendBlaine
- Join date:
- August 2007
- Posts:
- 1443
- Downloads:
- 0
- Uploads:
- 25
- Thanks:
- 98
- Thanked:
- 177 times in 154 posts
April 20, 2012 at 4:59 pm #449357Maybe I misunderstand you. We did not just release 1.5 and we are not ending it. Do you mean a template version or Joomla version?
Joomla.org is no longer supporting it and when the version reaches end of life then template clubs also follow on the support being dropped. That is why we are encouraging all users to upgrade to Joomla 2.5 versions.marceltj Friendmarceltj
- Join date:
- February 2012
- Posts:
- 41
- Downloads:
- 0
- Uploads:
- 3
- Thanks:
- 5
- Thanked:
- 1 times in 1 posts
April 20, 2012 at 5:19 pm #449359I’m talking about the your component. Ja Job Board Version 1.5.4 that was just released. After I did that update is when this stopped working. Please use the credentials provided to log into site and see.
HeR0 FriendHeR0
- Join date:
- August 2011
- Posts:
- 3626
- Downloads:
- 0
- Uploads:
- 61
- Thanks:
- 33
- Thanked:
- 588 times in 549 posts
April 25, 2012 at 3:54 am #450041Can you tell me about detail of your issue and send me some attachment screenshot of this issue?
<em>@marceltj 315035 wrote:</em><blockquote>I’m talking about the your component. Ja Job Board Version 1.5.4 that was just released. After I did that update is when this stopped working. Please use the credentials provided to log into site and see.</blockquote>HeR0 FriendHeR0
- Join date:
- August 2011
- Posts:
- 3626
- Downloads:
- 0
- Uploads:
- 61
- Thanks:
- 33
- Thanked:
- 588 times in 549 posts
April 26, 2012 at 4:13 am #450248Hi, Marceltj
When after upgraded success. you will see issues in backend as:
A. “Catchable fatal error: Object of class JParameter could not be converted to string in libraries/joomla/environment/request.php on line 593”
and this is solution to solve them:
Solution:
1 . edit form line 52->54 in files :
administrator/components/com_jajobboard/controllers/jacandidates.php
administrator/components/com_jajobboard/controllers/jaimportusers.php
administrator/components/com_jajobboard/controllers/jajobs.php
administrator/components/com_jajobboard/controllers/jamanagefields.php
comment or remove 3 line code
$jbconfig = $temp->getItems();
$jbconfig = new JParameter($jbconfig->data);
JRequest::setVar(‘config’, $jbconfig);2 . Remove
$jbconfig = JRequest::getVar(‘config’);
and edit
global $option;
change to
global $option, $jbconfig;
in
administrator/components/com_jajobboard/views/jamail/view.htm.php
line 62B. Not display “Instruction apply” textarea
Solution: Change “‘direct_url'” to ‘direct_url’ in components/com_jajobboard/assets/rendfield.phpHope that will help you. Let me know if you have any issues with JA Jobboard, i will happy if help you
1 user says Thank You to HeR0 for this useful post
April 27, 2012 at 8:37 am #450475Hi Hung,
I had the same problem with Marceltj. Thanks to you I was able to fix ‘Direct URL’ for the back-end.
However, Direct URL doesn’t show when employer posting a new job. Please suggest how to fix it.ps. I will send you employer user and pass via private message.
Best regards,
ZealzeHeR0 FriendHeR0
- Join date:
- August 2011
- Posts:
- 3626
- Downloads:
- 0
- Uploads:
- 61
- Thanks:
- 33
- Thanked:
- 588 times in 549 posts
April 27, 2012 at 10:32 am #450501Hi Hung,
Thank you for your prompt support.
It’s working now. Great job !!!Have a good long weekend 🙂
<em>@Hung Phung 316439 wrote:</em><blockquote>Hi Zealze
Please fix it on the front end, you can find it at components/com_jajobboard/assets/rendfield.php
Regards</blockquote>
-
AuthorPosts
This topic contains 14 replies, has 4 voices, and was last updated by marceltj 12 years, 7 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum