Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • wskyguide Friend
    #165423

    Employer gets that Notice in “view resume” section.
    index.php?option=com_jajobboard&view=jaresumes&layout=jalist

    Notice: Undefined property: stdClass::$category_tmp /httpdocs/components/com_jajobboard/views/jaresumes/tmpl/themes/inline/jalist-item.php on line 74

    Notice: Undefined property: stdClass::$category_tmp /httpdocs/components/com_jajobboard/views/jaresumes/tmpl/themes/inline/jalist-item.php on line 75

    Vinh CV Friend
    #397327

    Hi wskyguide,

    Please give us your site URL, Admin, FTP account for closer check by editing to update information in your first post.

    wskyguide Friend
    #397702

    Try to use your demo site with the following option: php_value display_errors 1

    Vinh CV Friend
    #397762

    Hi wskyguide,

    Thanks for your report. We will check and update to our demo site.

    wskyguide Friend
    #398436

    I have that problem on my localhost too. Please, send me a note regarding this situation after your review. Thank you!

    Vinh CV Friend
    #398590

    Hi wskyguide,

    Please give us your following file to fix on your site:
    componentscom_jajobboardviewsjaresumestmplthemesinlinejalist-item.php

    wskyguide Friend
    #400141

    Please, download that file. Thank you!


    1. jalist-item.zip
    Vinh CV Friend
    #400511

    Hi wskyguide,

    Did you change category field name in Resume form?
    If you did, you can replace to correct field name for variable: category_tmp
    Eg: if you change “category” to “cat”, you must change variable to “cat_tmp”

    wskyguide Friend
    #400584

    I have upgraded 1.5.1 beta to 1.5.1 stable.

    The list of fields for resume form:
    1 General Details
    2 Job Seeker
    3 Title
    4 Photo
    5 Resume details
    6 Telephone
    7 Address
    8 Location
    9 Education
    10 Description
    11 Created Date
    12 Hot resume
    13 Uploaded CV
    14 Published
    15 Approved
    16 ID

    Vinh CV Friend
    #400712

    Hi wskyguide,

    To fix this issue, you can remove following lines:

    [PHP]

    if(is_array($item->category_tmp)) $cats = implode(‘,’, $item->category_tmp);
    else $cats = $item->category_tmp;
    $cat_names = getCategories($cats);
    $cats = explode(‘,’,$cat_names);

    [/PHP]

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

This topic contains 10 replies, has 2 voices, and was last updated by  Vinh CV 13 years, 2 months ago.

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