Ok First time stupid mistake Ok First time stupid mistake
 

News:

CPG Release 1.6.27
change DB IP storage fields to accommodate IPv6 addresses
remove use of E_STRICT (PHP 8.4 deprecated)
update README to reflect new website
align code with new .com CPG website
correct deprecation in captcha

Main Menu

Ok First time stupid mistake

Started by wickedtoucan, April 11, 2005, 09:01:40 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

wickedtoucan

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

kegobeer

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.
Do not send me a private message unless I ask for one.  Make your post public so everyone can benefit.

There are no stupid questions
But there are a LOT of inquisitive idiots

tomrock

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.