When I try to upload images, it gives me a broken image. The dreaded x. Anyone know why? Thanks!
http://mytwistedlogic.com/gallery
http://forum.coppermine-gallery.net/index.php?topic=5841.0
um ok.. thanks for the help >:( pretty sure I already checked all that...
Quote from: vixenerica on October 02, 2005, 10:36:38 PM
um ok.. thanks for the help >:( pretty sure I already checked all that...
You expected us to read your mind? Many people who write minimal information like you did often did not go through the troubleshooting steps. ::) Don't worry, I avoid helping ingrates when I remember.
I did... and I have no idea why its not working... everything is CHMODed right.... the pics are of the right size.... I have no idea....thus why I am posting...
Try updating your Coppermine 1.33 package.
Dennis
I have even tried to upload it first.... then use the URL to upload... still comes up as a broken image...
Quote from: madeinhawaii on October 02, 2005, 10:48:02 PM
Try updating your Coppermine 1.33 package.
Dennis
k, will try now....
http://coppermine-gallery.net/tutorial/uploads/troubleshooting.php
Quote from: Nibbler on October 02, 2005, 10:50:21 PM
http://coppermine-gallery.net/tutorial/uploads/troubleshooting.php
ok sign in with
http://mytwistedlogic.com/gallery
username : tester
password: test
Error executing ImageMagick - Return value: 127
Means the path to imagemagick you have set in config is not correct.
Switch to GD2 in config or determine the correct path to imagemagick on your server.
Quote from: Nibbler on October 02, 2005, 11:00:16 PM
Error executing ImageMagick - Return value: 127
Means the path to imagemagick you have set in config is not correct.
Switch to GD2 in config or determine the correct path to imagemagick on your server.
Thank you so much :) :) :) :)
Quote from: Nibbler on October 02, 2005, 11:00:16 PM
Error executing ImageMagick - Return value: 127
Means the path to imagemagick you have set in config is not correct.
Switch to GD2 in config or determine the correct path to imagemagick on your server.
I am having this same problem. How do I determine the correct path to imagemagik? Or should I open a new thread for this?
You need to ask your webhost for the path
Quote from: Nibbler on October 07, 2005, 05:09:29 AM
You need to ask your webhost for the path
Thank you. I will do that. I appreciate your quick response!
Quote from: Nibbler on October 07, 2005, 05:09:29 AM
You need to ask your webhost for the path
My webhost has contacted me and given me three possible paths to use for ImageMagik, but none of them have worked. GD1 and GD2 also do not seem to work.
if you've a shell login the try 'whereis convert' and it spits you out some pathes
eg. /usr/local/bin/convert
type it into the shell again and if it spits you out something like that
Version: ImageMagick 5.4.8 08/15/02 Q16 http://www.imagemagick.org
Copyright: Copyright (C) 2002 ImageMagick Studio LLC
you've found ImageMagick
To check if GDs enabled open admin tools and click php info. Look if you see a area gd.. .if you don't find anything it's probably not installed
Quote from: anesthezea on October 07, 2005, 07:09:17 PM
My webhost has contacted me and given me three possible paths to use for ImageMagik, but none of them have worked. GD1 and GD2 also do not seem to work.
They gave you three paths? They should know the one path that is suppossed to work for you. I recommend looking for another webhost if this is actually true.
If you don't have GD nor ImageMagick, then you're stuck: you don't have the minimum requirements - means you can't use coppermine. Please read the FAQ (http://coppermine.sourceforge.net/faq.php) for a start.
Quote from: GauGau on October 07, 2005, 08:06:26 PM
If you don't have GD nor ImageMagick, then you're stuck: you don't have the minimum requirements - means you can't use coppermine. Please read the FAQ (http://coppermine.sourceforge.net/faq.php) for a start.
I have checked the FAQ. I have also checked that GD is enabled with info.php and it is.
then use GD instead of trying to get ImageMagick to work. Go to coppermine's config and change "method for resizing pics" from "ImageMagick" to the GD version you have (preferably GD2). Do as suggested in http://coppermine.sourceforge.net/faq.php#VersionGD and post the GD details (the lines from phpinfo that refer to GD).