coppermine-gallery.com/forum

Support => Older/other versions => cpg1.1d PHPnuke Support (deprecated) => Topic started by: hercules on November 01, 2003, 04:54:36 PM

Title: PHP does not support the GD image
Post by: hercules on November 01, 2003, 04:54:36 PM
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.
Title: PHP does not support the GD image
Post by: DJMaze on November 01, 2003, 10:04:08 PM
Open your php.ini and remove the ";" from the line that says:
extension=extensions\php_gd2.dll

then restart server
Title: ImageMajick not installed
Post by: kguske on November 01, 2003, 10:46:01 PM
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
Title: PHP does not support the GD image
Post by: DJMaze on November 01, 2003, 11:14:23 PM
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
Title: hercules
Post by: hercules on November 02, 2003, 12:27:40 PM
Working Great.
Thanks alot DJMaze!