I just installed PHP and MySQL much fun. Anyways i forgot to point Coppermine to ImageMaick folder, however install.php went well and im logged the gallery. I triy doing a test upload and get "PHP running on your server does not support the GD image library, check with your webhost if ImageMagick is installed "
Any way to fix this or do i start all over?
Thanks
Just put the path to the ImageMagick binaries in the appropriate entry on the config page. Then select ImageMagick as the method to resize images. You can also recompile/uncomment/whatever the GD module in PHP.
I'm just going to guess that you're running this on a local machine. And I'm going to guess that it's Windows. If that's the case, the easiest thing to do is find php.ini (it's probably in you \Windows directory) and remove the semicolon in front of the line extension=php_gd2.dll. Then restart Apache (another guess) and use GD. It's a lot easier than Imagemagick.