PHP GD not working

Get help on web editors (Frontpage, Dreamweaver) and web languages (HTML, ASP, PHP).
Post Reply
SBSP
Registered User
Posts: 3124
Joined: 09 May 2006, 02:00
Location: Centurion

PHP GD not working

Post by SBSP »

Hi i need some PHP extention help

I cant get the GD extention to work.
this is my ver of PHP

PHP 4.4.2 (cgi-fcgi) (built: Jan 13 2006 13:53:43)
Copyright (c) 1997-2006 The PHP Group
Zend Engine v1.3.0, Copyright (c) 1998-2004 Zend Technologies

Im using it with WAMP on a WinXP machine
WAMP5 Version 1.6.3 which is a compined installation of Apache2 not sure of the exact ver.
with MySQL also not to sure, anyways itsbetween Apache and PHP where the problem lies.

If i run the php -m i get his
C:\wamp\php4>php -m
[PHP Modules]
bcmath
calendar
com
ctype
ftp
gd
mysql
odbc
overload
pcre
session
standard
tokenizer
wddx
xml
zlib

[Zend Modules]

as you can see gd is installed.



but the the PHP content manager's web installer that i'm using doesnt detect GD.
It is a pain.

Please help
defza
Registered User
Posts: 12
Joined: 19 Oct 2007, 02:00
Location: South Africa
Contact:

Post by defza »

Try to see what phpinfo() says on your installation... maybe it's a certain path it is looking in for the GD installation.

The best is to look how the Content manager is trying to detect GD in the source.
Post Reply