coppermine-gallery.com/forum

Support => cpg1.3.x Support => Older/other versions => cpg1.3 Upload => Topic started by: Archaic Sage on April 05, 2005, 04:05:25 PM

Title: No file is uploading
Post by: Archaic Sage on April 05, 2005, 04:05:25 PM
Hey,
I've read through the troubleshooting guide, and the FAQ where it states that I should make sure all appropriate folders are CHMOD 777. All of this has been done, I have also created a temp directory as well. However, I still cannot make the images work. I have uploaded ImageMagick to the server, and I've added the path to it; although I am not certain if I've 'turned it on' as I am new to Coppermine and ImageMagick.

I've set up a single album, and when I try to upload to it, it asks me what file, I accept the file, it then says that the upload has been accepted, then it moves onto the description page, the thumbnail is a broken image. I add all relevant information and then:

QuoteThe previous file could not be placed.

You have successfully placed all the files.

It is the same with gif and jpeg files. When I turn ImageMagick off (set it to GD) it works.

Any help is appreciated.

Thanks

Archaic Sage
Title: Re: No file is uploading
Post by: kegobeer on April 05, 2005, 04:59:46 PM
You can't just upload the binaries to your site, ImageMagick must be installed by your webhost.
Title: Re: No file is uploading
Post by: Archaic Sage on April 05, 2005, 05:28:47 PM
Well, I'm on a dedicated server, and my 'host' uses Coppermine with ImageMagick as well. I have full access to cpanels, databases etc. on my area. Would I be able to install it that way?
Title: Re: No file is uploading
Post by: Archaic Sage on April 05, 2005, 09:26:21 PM
Apologies for the double post, but I am not sure on how to delete a message on this type of forum software.

I have determined that the server does have ImageMagick installed. The path that I'm using is:
/usr/bin/X11/

However, I still recieve the same error as posted before. The directories are all CHMODed correctly, and it only does this when I have ImageMagick turned on.

Any help would be appreciated.

Thanks
Title: Re: No file is uploading
Post by: kegobeer on April 05, 2005, 10:40:10 PM
If GD works but ImageMagick doesn't, and you are positive of the path to the convert binary, and the permissions are set correctly on the ImageMagick binaries, then I recommend asking your host about this issue.  In the mean time, use GD2.

There are many posts about ImageMagick on our forums.  Have you researched and tried those solutions?  Have you tried doing a batch add?  As the admin, that's how you should upload images anyway.
Title: Re: No file is uploading
Post by: Archaic Sage on April 06, 2005, 01:02:40 AM
I've looked through them, none seem to help.

I looked at my phpinfo() file, and it states that I have GD 2.0.28, which is gif computable, according to their official website. However, when I attempt to upload a GIF, it states that GIF is not a valid GD file.
Title: Re: No file is uploading
Post by: kegobeer on April 06, 2005, 02:14:40 AM
GD 2.0.28+ have GIF creation support.  Coppermine 1.3.2 does not support GD/GIF out of the box, for reasons I don't feel like repeating.  I posted a mod that allows GD/GIF, just look in the mods board.
Title: Re: No file is uploading
Post by: Archaic Sage on April 06, 2005, 03:14:05 AM
Thanks for your help, and your time.