Page 1 of 1

Broken Images, GT Mod

Posted: Tue 26. Apr 2005, 04:14
by Dave_G
Hey Everyone,

I had the GT mod working just fine before, now I'm trying it again and I'm getting broken images (404 error on the actual file in the /content /gt / folder!). Anyone have any ideas as to what it could be? Here is what I know I have done:

chmod all folders correctly (and font files)
changed all font files to lowercase
sucessfully uploaded fonts to the correct folder

Is there something I am missing?


I'm also runing the following:
PHPwcms: 1.1-RC4 27-08-2004
GT MOD 2.0

Website (rough) is at the follwing:
http://davegorrie.com/phpwcms/index.php
Thanks!
-dave

Posted: Wed 27. Apr 2005, 07:09
by Dave_G
I just tried to work with the new Dev version of the software, and the same problem arose (also can't quite get the file upload/ftp takeover functioning)...could the problem exist because my core files are in a folder "above" my base site? What I mean is my phpwcms files are located in "public_html/phpwcms/" not "public_html".

Thanks for any help that can be offered!

-Dave

Posted: Fri 29. Apr 2005, 11:48
by Neelix
I see this on you side in the most parts:
Fatal error: Call to undefined function: imagettfbbox() in ... phpwcms/include/inc_module/mod_graphical_text/inc_front/gt.func.inc.php on line ...

- looks like an problem with your GD-Lib in PHP?
- I found imagettfbbox() is for PHP 3>= 3.0.1..., I hop your PHP-Version is not from an ethnological museum? ;)
- but
I had the GT mod working just fine before
...?

- ask your provider: it's maybe an "new" php-update without GD-LIB Support?