Advanced search  

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

Pages: [1]   Go Down

Author Topic: ImageMagick Question  (Read 4003 times)

0 Members and 1 Guest are viewing this topic.

kylie_xx

  • Coppermine newbie
  • Offline Offline
  • Posts: 12
ImageMagick Question
« on: December 22, 2003, 01:32:10 pm »

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
Logged

Casper

  • VIP
  • Coppermine addict
  • ***
  • Country: 00
  • Offline Offline
  • Gender: Male
  • Posts: 5231
ImageMagick Question
« Reply #1 on: December 22, 2003, 01:45:08 pm »

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
Code: [Select]
<?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.
Logged
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

  • Dev Team member
  • Coppermine addict
  • ****
  • Offline Offline
  • Gender: Male
  • Posts: 47843
  • aka "GauGau"
    • gaugau.de
ImageMagick Question
« Reply #2 on: December 22, 2003, 06:04:48 pm »

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

GauGau
Logged

kylie_xx

  • Coppermine newbie
  • Offline Offline
  • Posts: 12
ImageMagick Question
« Reply #3 on: December 22, 2003, 06:34:36 pm »

thanks, its workin now :D
xx
Logged

BlueRoses (Celia)

  • Coppermine newbie
  • Offline Offline
  • Posts: 3
ImageMagick problem.
« Reply #4 on: December 23, 2003, 05:26:07 am »

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!
Logged

Joachim Müller

  • Dev Team member
  • Coppermine addict
  • ****
  • Offline Offline
  • Gender: Male
  • Posts: 47843
  • aka "GauGau"
    • gaugau.de
ImageMagick Question
« Reply #5 on: December 23, 2003, 10:52:50 am »

do not double-post! :evil:

GauGau
Logged
Pages: [1]   Go Up
 

Page created in 0.021 seconds with 19 queries.