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.
Open your php.ini and remove the ";" from the line that says:
extension=extensions\php_gd2.dll
then restart server
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
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
Working Great.
Thanks alot DJMaze!