Page 1 of 1

release 08.06.04 and graphic_text mod

Posted: Tue 8. Jun 2004, 22:52
by cyrano
h there, i have intaled this nice patch and changed some paths and got the module working... great.

the grahic output is much better than in version 1.4 - thak you Jérôme!

now I changed in style the background to transparent and get an error

Code: Select all

Fatal error: Call to undefined function: imagecolorallocatealpha() in /www/htdocs/xxxxx/include/inc_module/mod_graphical_text/inc_front/gt.func.inc.php on line 64
i have gd 2 working.

now i can't do anything, not delete or edit.

what can i do working this gain?

thank you for hints.

Re: release 08.06.04 and graphic_text mod

Posted: Wed 9. Jun 2004, 03:09
by Pappnase
cyrano wrote:h there, i have intaled this nice patch and changed some paths and got the module working... great.

the grahic output is much better than in version 1.4 - thak you Jérôme!

now I changed in style the background to transparent and get an error

Code: Select all

Fatal error: Call to undefined function: imagecolorallocatealpha() in /www/htdocs/xxxxx/include/inc_module/mod_graphical_text/inc_front/gt.func.inc.php on line 64
i have gd 2 working.

now i can't do anything, not delete or edit.

what can i do working this gain?

thank you for hints.
hello cyrano

ask your provider if he can install a newer version of PHP and GD lib.
i have the same error. what yoz know need is goto your sql and delete the recods in the 3 font tables.

Posted: Wed 9. Jun 2004, 03:17
by DeXXus
From Jerome's post:
http://www.phpwcms.de/forum/viewtopic.php?t=1452
You will need freetype support enabled on your server. Search your phpinfo() for the string "freetype" to check if you have it.
For transparency you need at least PHP 4.3.2.

Posted: Wed 9. Jun 2004, 03:30
by Pappnase
hello dexxus

thanks for your additional thread! cyrano and i at the same hoster! :wink:

and so it could be that we have both the same 4.3.0 php version.

i looked to the phpinfo and freetype is enabled.

Posted: Wed 9. Jun 2004, 15:56
by Pappnase
hello

i found following in the net!
the gt mod needs PHP 4.3.2 cos read this!
php 4.3.2 has a bug, the transparency function imagecopymerge not correctly accomplishes. Since php 4.3.3 this bug is solved.