GT MOD: imagettfbbox()

Get help with installation and running phpwcms here. Please do not post bug reports or feature requests here.
Post Reply
fmaltez
Posts: 25
Joined: Sun 12. Mar 2006, 12:55

GT MOD: imagettfbbox()

Post by fmaltez »

I looked all around but i still didnt find the anwser...

how do i solve this problem?

Graphical Text MOD 2.0

Fatal error: Call to undefined function: imagettfbbox() in /home/xmp/public_html/X/include/inc_module/mod_graphical_text/inc_front/gt.func.inc.php on line 55

error appears in font (list the fonts, no buttons) and style (no buttons, no add button) tab....

ALL info (ask more if needed to help me)
phpWCMS 1.3.3

$phpwcms['charset'] = 'iso-8859-1';
$phpwcms['gt_mod'] = 1;

content/gt 777

PHP INFO (my server is professional hosting, allways update last versions, and i have old site phpwcms 1.2.5 in this server using GT-MOD fine.... i dont think that's the problem)
----------------------------------
Version 4.4.7

Configure Command './configure' '--with-apxs=/usr/local/apache/bin/apxs' '--prefix=/usr/local' '--with-xml' '--enable-bcmath' '--enable-calendar' '--enable-ftp' '--with-gd' '--with-jpeg-dir=/usr/local' '--with-png-dir=/usr' '--with-xpm-dir=/usr/X11R6' '--enable-mbstring' '--enable-mbstr-enc-trans' '--enable-mbregex' '--enable-magic-quotes' '--with-mysqli' '--with-mysql=/usr' '--enable-discard-path' '--with-pear' '--enable-sockets' '--enable-track-vars' '--with-zlib'

GD-----------------------------
GD Support enabled
GD Version bundled (2.0.28 compatible)
GIF Read Support enabled
GIF Create Support enabled
JPG Support enabled
PNG Support enabled
WBMP Support enabled
XBM Support enabled

Is the problem is i'm using iso-8859-1 charset?
User avatar
flip-flop
Moderator
Posts: 8178
Joined: Sat 21. May 2005, 21:25
Location: HAMM (Germany)
Contact:

Post by flip-flop »

Hi fmaltez,

I have found http://www.phpwcms.de/forum/viewtopic.p ... bbox#59302
by a search with Call to undefined function: imagettfbbox()

Knut
>> HowTo | DOCU | FAQ | TEMPLATES/DOCS << ( SITE )
fmaltez
Posts: 25
Joined: Sun 12. Mar 2006, 12:55

Post by fmaltez »

http://www.phpwcms.de/forum/viewtopic.p ... bbox#59302
http://www.phpwcms.de/forum/viewtopic.p ... e+freetype
http://www.phpwcms.de/forum/viewtopic.p ... t=freetype
http://www.phpwcms.de/forum/viewtopic.php?t=9877


i've seen those post, all them, and maybe is my fault, but i dont see a pratical solution for this problem in none of them.....

i can post all the php info here.... but its phpinfo the problem?
User avatar
flip-flop
Moderator
Posts: 8178
Joined: Sat 21. May 2005, 21:25
Location: HAMM (Germany)
Contact:

Post by flip-flop »

------------------------------
GD Support enabled
GD Version bundled (2.0.28 compatible)
FreeType Support enabled
FreeType Linkage with freetype
T1Lib Support enabled
GIF Read Support enabled
GIF Create Support enabled
JPG Support enabled
PNG Support enabled
WBMP Support enabled
XBM Support enabled
------------------------------
I think that is the problem. You (your provider) haven´t enabled FreeType.

Knut
>> HowTo | DOCU | FAQ | TEMPLATES/DOCS << ( SITE )
fmaltez
Posts: 25
Joined: Sun 12. Mar 2006, 12:55

Post by fmaltez »

and how do i check that? cpanel? phpinfo? provider?

i have an old site with phpwcms 1.2.6 and GT working fine in the "same" hosting, is freetype a new function in GT2.0?
User avatar
Oliver Georgi
Site Admin
Posts: 9930
Joined: Fri 3. Oct 2003, 22:22
Location: Dessau-Roßlau
Contact:

Post by Oliver Georgi »

ask your provider - nothing you can do!

Oliver
Oliver Georgi | phpwcms Developer | GitHub | LinkedIn
fmaltez
Posts: 25
Joined: Sun 12. Mar 2006, 12:55

Post by fmaltez »

thanks... i'll keep u in notice of my progress....
Post Reply