Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • kdy4092 Friend
    #184660

    Hi,

    If you visit this url: http://allaboutjobs.com.au/job-list,
    you can see that company logo is not shown on the Featured Employers module even if the company already have their logo on their profile…

    I guess the thumbnail logo for the featured company should be generated automatically when I add the featured company to the module…but it is not doing that..

    Please advise me to solve this issue. Thanks!

    HeR0 Friend
    #482313

    Hi Kdy4092,

    It is a issue regarding to setting. In order to solve it, please edit the code line (file_exists($temp_path)) to (file_exists(JPATH_SITE.$temp_path)) in modules/mod_jafeatured_employer/tmpl/default.php file.

    Regards

    brentwilliams2 Friend
    #491819

    I tried that fix and it only partially worked for me. It showed the images (although really small), but it also threw an error:

    <blockquote>Warning: getimagesize(/images/stories/jbuploads/profiles/20130417010452golf cart2_100_75_27_20.jpg) [function.getimagesize]: failed to open stream: No such file or directory in C:xamppxampplitehtdocsmodulesmod_jafeatured_employertmpldefault.php on line 25</blockquote>


    1. Featured-employers-logo
    HeR0 Friend
    #491850

    Dear Brentwilliams2,

    Please try to find
    [PHP]$imgInfo = getimagesize($items[$i]->logo);[/PHP]
    and change to
    [PHP]$imgInfo = getimagesize(JPATH_SITE . $items[$i]->logo);[/PHP]
    That issue is a sever setting probem. We’ll try to fix it on the next version.

    Regards

    brentwilliams2 Friend
    #491915

    Worked great, thanks!

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

This topic contains 5 replies, has 3 voices, and was last updated by  brentwilliams2 11 years, 6 months ago.

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