I use IIS to build up CPG. However, I cannot see picture, when I use Batch add pictures and upload picture. The message as follow
"PHP running on your server does not support the GD image library, check with your webhost if ImageMagick is installed "
However, I already insert all the GD files into C:\php.
Also, I already install ImageMagick into my computer.
Therefore, what can I do now????
Just putting the GD files on your hard drive won't help, you have to enable it in the php configuration as well. You have to edit php.ini and remove the ";" in front of the GD2-library. You will have to stop and restart the service for the settings to come into effect.
Please understand that this board is not the best place to look for help on general server setup issues, as Coppermine is an application that assumes you already have a webserver that is configured properly.
Joachim