Viewing 14 posts - 1 through 14 (of 14 total)
  • Author
    Posts
  • marceltj Friend
    #176198

    Hello,
    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,
    Marcel

    Blaine Friend
    #448635

    Hi, 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 Friend
    #448666

    Hi 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,
    Marcel

    marceltj Friend
    #448807

    Can someone from Joomlart please assist?

    Blaine Friend
    #448996

    As 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.
    Thanks

    marceltj Friend
    #449138

    Hi 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,
    Marcel

    Blaine Friend
    #449357

    Maybe 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 Friend
    #449359

    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.

    HeR0 Friend
    #450041

    Can 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 Friend
    #450248

    Hi, 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 62

    B. Not display “Instruction apply” textarea
    Solution: Change “‘direct_url'” to ‘direct_url’ in components/com_jajobboard/assets/rendfield.php

    Hope that will help you. Let me know if you have any issues with JA Jobboard, i will happy if help you

    zealze Friend
    #450475

    Hi 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,
    Zealze

    HeR0 Friend
    #450480

    Hi Zealze

    Please fix it on the front end, you can find it at components/com_jajobboard/assets/rendfield.php

    Regards

    zealze Friend
    #450501

    Hi 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>

    marceltj Friend
    #450558

    Thanks Hung and zealae! This works perfectly now!

Viewing 14 posts - 1 through 14 (of 14 total)

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