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