ImageMagick Question ImageMagick Question
 

News:

CPG Release 1.6.26
Correct PHP8.2 issues with user and language managers.
Additional fixes for PHP 8.2
Correct PHP8 error with SMF 2.0 bridge.
Correct IPTC supplimental category parsing.
Download and info HERE

Main Menu

ImageMagick Question

Started by kylie_xx, December 22, 2003, 01:32:10 PM

Previous topic - Next topic

0 Members and 2 Guests are viewing this topic.

kylie_xx

ok i sorted out the install thing i posted about before.
but im taking it i have to have ImageMagick on my pc yea?
(sorry if this is really simple or if its in the wrong forum im really new to coppermine, i was recommended it cos i used 2 use 4images n i was told coppermine was better)
xxx

Casper

No, not unless you are self hosting on your own pc.

You need either imagemagick or GD installed on your server.  This is something only the webhost can do. To find out what your server has, do the following;

1. create a new file with notebook or similar, and call it info.php

2. cut and paste the following code into it
<?php phpinfo&#40;&#41;; ?>

3. use ftp to upload this file into your webspace.

4. now use your browser to go to http://'yourdomain'/info.php.

This should give you a page full of info about your php settings.  Look for a table showing either 'Imagemagic', or 'GD'.

this will tell you what version of which is installed, and you can set your config accordingly.

IMPORTANT.  When done, delete the info.php file from your website.
It has been a long time now since I did my little bit here, and have done no coding or any other such stuff since. I'm back to being a noob here

Joachim Müller

small correction: Casper is right, but Image Magick won't show up in phpinfo, as it is not a PHP module.

GauGau

kylie_xx


BlueRoses (Celia)

Okay, I've got coppermine running, but when I go to upload a photo to my
> gallery, I get the following error message:
>
> The picture 'albums/userpics/Polter000.JPG' can't be inserted in the album
>
> Error executing ImageMagick - Return value: 127
>
>
> http://www.heathermicheleorourke.com/coppermine/db_input.php


What do I need to do??? Please reply soon!

Thanks in advance!

Joachim Müller