coppermine-gallery.com/forum

Support => cpg1.4.x Support => Older/other versions => cpg1.4 upload => Topic started by: vladale on October 17, 2006, 11:52:18 PM

Title: upload problem - preview picture won't show up
Post by: vladale on October 17, 2006, 11:52:18 PM
i installed coppermine gallery 3-4 days ago and everything was fine, i uploaded more than 200 pictures. when i decided to upload today more, i created album in one category, uploaded the files and when i get to the step when i must configure when will each picture go to album, preview pictures won't show up. i said, "ok, nevermind, it will work without that". but it doesn't work, it shows me this:

The previous file could not be placed.

You have successfully placed all the files.

it's just won't upload pictures! i don't know where's the problem, i didn't changed anything in admin config file, just name of gallery and template of the gallery.i reset to the defaults, but this don't change anything. i also chmoded(again) all folders in albums folder(include albums to) to 777 and that doesn't help also. what to do?

thank you very much!
Title: Re: upload problem - preview picture won't show up
Post by: vladale on October 17, 2006, 11:52:39 PM
my debuge info is:

USER:
------------------
Array
(
    [ID] => a49ce74919d7d8add43f77b0f5214d55
    [am] => 1
    [lang] => english
)

==========================
USER DATA:
------------------
Array
(
    [user_id] => 1
    [user_name] => vladale
    [groups] => Array
        (
           
Title: Re: upload problem - preview picture won't show up
Post by: Joachim Müller on October 18, 2006, 12:00:52 AM
http://coppermine-gallery.net/demo/cpg14x/docs/index.htm#upload_trouble
Title: Re: upload problem - preview picture won't show up
Post by: vladale on October 18, 2006, 12:11:48 AM
yes, i tried that and it doesn't work. it shows me this:

The file 'albums/userpics/10146262vladale92200682844PM~1.jpg' can't be inserted in the album

Error executing ImageMagick - Return value: 127

Cmd line :
convert -quality 80 -antialias -geometry 100x69 'albums/userpics/10146262vladale92200682844PM~1.jpg' 'albums/userpics/thumb_10146262vladale92200682844PM~1.jpg'


The convert program said:


File: /home/vladale/public_html/gallery/db_input.php - Line: 402
Title: Re: upload problem - preview picture won't show up
Post by: Joachim Müller on October 18, 2006, 12:26:11 AM
By reading your reply I can see that you haven't read thoroughly the section I refered to. Re-read it.
The error message indicates that you either don't have ImageMagick or that you have specified the wrong path. Try using GD2 instead if you have it.
Title: Re: upload problem - preview picture won't show up
Post by: vladale on October 18, 2006, 02:12:28 PM
i fixed it, just changed it to GD. thank you.