News:

CPG Release 1.6.29
During HTML5 upload, keep pseudo blank code 200 messages from triggering error condition
added Russian language
correct failure to use theme menu icons in album manager
minor vulnerabilities mitigation

Main Menu

PHP does not support the GD image

Started by hercules, November 01, 2003, 04:54:36 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

hercules

i am running php-nuke 6.9 on php 4.3.2 and i get this error while uploading an image:

PHP running on your server does not support the GD image library, check with your webhost if ImageMagick is installed

(i read that php 4.3.x come with support.. isn't it?)
help me please with specific instructions if you can.
Thanks ahead and sorry for my English...

Herc.

DJMaze

Open your php.ini and remove the ";" from the line that says:
extension=extensions\php_gd2.dll

then restart server
There are 2 kinds of users in this world: satisfied and complainers.
Why do we never hear something from the satisfied users?
http://coppermine-gallery.net/forum/index.php?topic=24315.0

kguske

I installed ImageMajick, uncommented the extension in php.ini and rebooted as you suggested, but still get this error.  I'm running a test site with Apache on XP.  Any other suggestions?

Thanks,
Kevin
XP Pro, Apache 2.0.46, PHP 4.3.2, MySQL 4.0.13, phpNuke 6.5, Coppermine for CMS 1.30a, ImageMajick 5.5.7

DJMaze

is php_gd2.dll present on computer and is it in the proper directory

also be shure above solution the path is default:

/php/php4apache.dll
/php/extensions/php_gd2.dll

when php_gd2.dll is placed somewhere else then replace path in php.ini
There are 2 kinds of users in this world: satisfied and complainers.
Why do we never hear something from the satisfied users?
http://coppermine-gallery.net/forum/index.php?topic=24315.0

hercules

Working Great.
Thanks alot DJMaze!