Joomla.it Forum

Joomla! 3 => Joomla! 3 => : lburaggi 14 Apr 2010, 12:29:17

: Fatal error: Call to undefined function imageantialias() in contentmap.php
: lburaggi 14 Apr 2010, 12:29:17
Hi there,
I have a Debian server (Lenny version) with Debian package PHP5 v.5.2.6 and the Contentmap 1.0.3
In many pages I get the error:
:
Fatal error: Call to undefined function imageantialias()

After a brief investigation I discovered that:
I fixed the error commenting out the imageantialias() call in line 657 of file plugins/content/contentmap.php
and I would like to have this patch included in the next contentmap release, may be of course with a switch in the code that uses the function only if it is available.
To discover if your system is affected by this problem you can use this simple php script:
:
<?php
if (false === var_dumpfunction_exists('imageantialias'))) echo 'error1';
if (
false === var_dumpfunction_exists('imagecreatetruecolor'))) echo 'error2';
?>


Luca Buraggi
: Re:Fatal error: Call to undefined function imageantialias() in contentmap.php
: ste 14 Apr 2010, 13:44:35
Hi Luca,
thanks for your feedback I take note for the next release

PS: ma parli anche italiano??
: Re:Fatal error: Call to undefined function imageantialias() in contentmap.php
: lburaggi 14 Apr 2010, 14:13:14
Si ! - sono italiano.
Ho scritto in inglese perchè non sapevo esattamente chi mi avrebbe letto ...
: Re:Fatal error: Call to undefined function imageantialias() in contentmap.php
: ste 14 Apr 2010, 15:32:18
Bene così se legge qualche inglese capisce ;)