Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • mapp Friend
    #177912

    Hi
    I am having an issue with the job manager back end. I’m pretty sure it is the host and not the component. I contacted the host support and they say they cannot fix it without direct instructions for the component support.

    here is the message I’m getting when I click either job manager or job seeker in the back end.
    We don’t have the ability to modify the php.ini, we have to ask the host to do it. So if that is what is needed can you please tell me what to inform the host support to modify it too.

    Many thanks

    HeR0 Friend
    #456582

    Hi mapp

    After successful upgrade. If you 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”

    The solution to fix the errors is as follows :

    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 displaying “Instruction apply” textarea
    Solution: Change “‘direct_url'” to ‘direct_url’ in components/com_jajobboard/assets/rendfield.php

    Let me know if you have any problem with JA Jobboard, i’ll help you

    Regards

    mapp Friend
    #456802

    Thank you very much,
    That was a quick and easy fix. Your support is excellent.

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

This topic contains 3 replies, has 2 voices, and was last updated by  mapp 12 years, 5 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum