coppermine-gallery.com/forum

Support => Older/other versions => cpg1.3.x Support => Topic started by: wickedtoucan on April 11, 2005, 09:01:40 PM

Title: Ok First time stupid mistake
Post by: wickedtoucan on April 11, 2005, 09:01:40 PM
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
Title: Re: Ok First time stupid mistake
Post by: kegobeer on April 11, 2005, 09:19:20 PM
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.
Title: Re: Ok First time stupid mistake
Post by: tomrock on April 12, 2005, 03:23:19 PM
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.