When I try to upload a photo to my gallery this is what it says:
QuoteThe picture 'albums/userpics/10001/nopic.jpg' can't be inserted in the album
Error executing ImageMagick - Return value: 127
Does anyone know what is wrong?
yes, it means you
- don't have Image Magick on your server at all
- you haven't configured Image Magick properly
- you haven't specified the correct path to Image Magick inside coppermine config[/list:u]Do a search on
error executing ImageMagick - Return value: 127
, switch on debug mode. If you're not able to solve your problem on your own, then make sure you give us enough information on your server (os, version, paths, link, test account) to give you support, but remember that this board deals with coppermine, not "how to set up a server properly". If your problem is server-related, there are better places to look for help.
GauGau
Sorry to sound stupid but I dont know that info, but heres what I got with my hosting package:
Quote500MB of disk space
6GB of data transfer per month
Frontpage extensions version 2002
Unlimited POP3 mail@yourdomain.com
Unlimited mail forwarding mail@yourdomain.com
Email is filtered for Spam and Viruses.
Unlimited subdomains of your domain name
e.g. http://subdomain.yourdomain.com/
CGI-BIN directory
Control Panel
Perl 5
PHP 4
SSI (server side includes)
MySQL Database
phpMyAdmin for MySQL management
Full Telnet / SSH access
Full FTP access
Detailed visitor statistics
Close control downflow air conditioning units.
UPS system and Generator back-up
well, at least your host doesn't boast having IM. I'd go for GD, it's easier to set up anyway.
You will have to find out wether GD is installed: do so by crating a text file, use an editor to put this code into it:<?php phpinfo(); ?>
, save the file as test.php and upload it to your webspace. Then run it by entering it's url into the browser's address bar.
You should have some block labelled "gd" (see http://coppermine.sourceforge.net/faq.php?q=VersionGD#VersionGD for more details).
If you don't have gd, contact your webhost and ask them if you can have gd or Image Magick. If they say "no", you won't be able to use coppermine unless you look for another host.
GauGau