Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • jiberi Friend
    #177970

    Undefined property: stdClass::$job_tags in /var/www/website/components/com_jajobboard/views/jajobs/view.html.php on line 997

    Thanh Nguyen Viet Friend
    #456900

    Hello jiberi,

    To fix this issue, please open the file:
    components/com_jajobboard/views/jajobs/view.html.php

    Find and replace below code snippet:
    [PHP]$items[$i]->job_tags = $model->getJobTags($items[$i]->job_tags);[/PHP]

    With:
    [PHP]if(isset($items[$i]->job_tags)) {
    $items[$i]->job_tags = $model->getJobTags($items[$i]->job_tags);
    } else {
    $items[$i]->job_tags = ”;
    }[/PHP]

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

This topic contains 2 replies, has 2 voices, and was last updated by  Thanh Nguyen Viet 12 years, 3 months ago.

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