test
Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • jdponce Friend
    #131704

    Hi, I installed the Spotlight Module Content with Image, and I got the following error:

    Fatal error: Call to undefined function imageantialias() in /var/www/sitios/admin/consejoc@consejocafe.org/consejocafe.org/subdominios/www/modules/mod_ja_catslwi/helper.php on line 128

    Please help me, mmmm, not is easy to configure this templeate, at least with joomla 1.0.15 :confused:

    Sherlock Friend
    #263709

    Hi
    you must enable GD2 in PHP config

    jdponce Friend
    #263763

    I was trying to install the gd library but it was already installed, and I manually activated it on php.ini, this is the setting I got on joomla php.ini:

    GD Support enabled
    GD Version 2.0 or higher

    But I got the same error:
    Fatal error: Call to undefined function imageantialias() in /var/www/sitios/admin/consejoc@consejocafe.org/consejocafe.org/subdominios/www/modules/mod_ja_catslwi/helper.php on line 128
    :confused:

    Sherlock Friend
    #263770

    Hi
    plz edit /var/www/sitios/admin/consejoc@consejocafe.org/consejocafe.org/subdominios/www/modules/mod_ja_catslwi/helper.php
    Search this line

    imageantialias ($dst, true);
    Change to

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

    jdponce Friend
    #263778

    Thanks to you, is already published!, but it’s ugly right now, I’ll customize it for a good look, thanks again 😀

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

This topic contains 5 replies, has 2 voices, and was last updated by  jdponce 16 years, 4 months ago.

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