release 08.06.04 and graphic_text mod

If you've problems with unsupported - non official ;-) - functionalities use this forum please.
Post Reply
cyrano
Posts: 1598
Joined: Sat 31. Jan 2004, 18:33
Location: Stuttgart
Contact:

release 08.06.04 and graphic_text mod

Post 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.
Gruß/ regards cyrano
--------------------------------------------------------
templates -> http://www.128.weitzelmedia.de
planepix -> http://www.planepix.de
XING -> https://www.xing.com/profile/Thomas_Weitzel3
Pappnase

Re: release 08.06.04 and graphic_text mod

Post 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.
User avatar
DeXXus
Posts: 2168
Joined: Fri 28. Nov 2003, 06:20
Location: USA - Florida

Post 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.
Pappnase

Post 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.
Pappnase

Post 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.
Post Reply