Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • yurivisser Friend
    #128728

    I installed JA Teline but have a problem with the Hot Topic module. I installed mod_ja_catslwi but get an error on my site:

    [PHP]Fatal error: Call to undefined function: imageantialias() in /data/members/paid/h/i/historiek.net/htdocs/www/modules/mod_ja_catslwi/helper.php on line 128[/PHP]

    I checked line 128 in helper.php. It says:

    [PHP]imageantialias ($dst, true);[/PHP]

    Should I change something here?
    My sites is running on Joomla 1.0.15. You can see the error live in action @: http://www.historiek.net

    Hope you’re able to help me out. Thanks in advance.

    ==================================================

    Nevermind, problem solved. Changed some settings, like “imageantialias ($dst, false);”

    mabao Friend
    #251472

    Hi,
    I have the very same problem on a fresh Teline II quickstart install (1.0.15).
    I’ve seen yesterday your site with the error and today with the problem solved.
    Would you help me by advising: what was for you the solution. For me a very simple one: commenting out the referred line. I got back immediately the module, and seemingly without any antialias problems.
    Would be nice to hear your experiences on that.

    Many thanks

    Sherlock Friend
    #251539

    Hi
    Plz change
    From

    imageantialias ($dst, true);

    To

    if (function_exists('imageantialias')) imageantialias ($dst, true);

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

This topic contains 3 replies, has 3 voices, and was last updated by  Sherlock 16 years, 5 months ago.

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