coppermine-gallery.com/forum

Support => cpg1.4.x Support => Older/other versions => cpg1.4 upload => Topic started by: windwalker on July 30, 2007, 10:48:26 PM

Title: Issues with uploading pics
Post by: windwalker on July 30, 2007, 10:48:26 PM
Good afternoon all,

I am having difficulty in getting pics to show in the gallery. I have CHMOD the upload folder from 755 to 777 and there was not any difference between the two permissions. When users upload to the gallery they are stored on the server just fine, but no matter what I do I cannot get them to be shown in the gallery. Question: Does the pics themselves need to be 777 as well??

Here's the link to my gallery http://www.milsimempire.com/gallery/index.php
and here is an example pic stored on the server http://www.milsimempire.com/gallery/albums/AlbumUploads/10001/soulesskydex5avatar.jpg

Any help would be greatly appreciated!
Title: Re: Issues with uploading pics
Post by: Nibbler on July 31, 2007, 12:41:55 AM
http://coppermine-gallery.net/demo/cpg14x/docs/index.htm#upload_trouble
Title: Re: Issues with uploading pics
Post by: windwalker on July 31, 2007, 03:17:22 AM
Quote from: Nibbler on July 31, 2007, 12:41:55 AM
http://coppermine-gallery.net/demo/cpg14x/docs/index.htm#upload_trouble

Nibbler,
thank you for replying, I have read that....could you perhaps point out what in particular that I am missing or doing wrong?
Title: Re: Issues with uploading pics
Post by: windwalker on July 31, 2007, 03:38:39 AM
I don't think I explained myself clearly...I am and have been doing exactly as you have directed me to, but I am getting
red x's on some and PB on others and they're all in the same file!

Here's and error on one of the broken links:
Error executing ImageMagick - Return value: 127


Cmd line :
/usr/bin/convert -quality 80 -antialias -geometry 100x100 'albums/AlbumUploads/10001/soulesskydex5avatar.jpg' 'albums/AlbumUploads/10001/thumb_soulesskydex5avatar.jpg'



The convert program said:
Title: Re: Issues with uploading pics
Post by: windwalker on July 31, 2007, 04:18:13 AM
Fixed the problem. The problem was the Safe-Mode and Imagemagick do not play nice together. I Changed it to GD2 and fixed the problem. I appreciate all the great replies ;)