coppermine-gallery.com/forum

Support => cpg1.3.x Support => Older/other versions => cpg1.3 Upload => Topic started by: Cristelle on May 30, 2006, 07:19:08 PM

Title: Can't upload anymore
Post by: Cristelle on May 30, 2006, 07:19:08 PM
I have over 5000 files in my gallery (http://summer-glau.net/gallery) and never had any problems with the uploading (I have Coppermine Photo Gallery 1.3.2)
But now I can't upload anything anymore. I tried to upload files manualy and with batch add, neither is working.
When I try to batch add, the images thumbnail don't show. Instead I get this:

When I tried to "upload file" I get the same thing.

I can't seem to understand what went wrong. I tried to click on "Restore factory defaults" in the Configuration part but it did not improve the situation.

Please can someone help me  ???
Title: Re: Can't upload anymore
Post by: Nibbler on May 30, 2006, 07:35:25 PM
http://coppermine-gallery.net/tutorial/uploads/troubleshooting.php

Update your gallery.
Title: Re: Can't upload anymore
Post by: Cristelle on May 30, 2006, 08:50:56 PM
Hum, okay,

Here's what it says:

USER:
------------------
Array
(
    [ID] => 675268830d6808df97df0fbedc39d29b
    [am] => 1
    [liv] => Array
        (
           
Title: Re: Can't upload anymore
Post by: Nibbler on May 30, 2006, 09:05:56 PM
Little I can do to help you if you don't actually do what I suggest.
Title: Re: Can't upload anymore
Post by: Cristelle on May 30, 2006, 10:33:05 PM
What do you mean???

I went to the page you mentionned, and addapted the settings as mentionned on that page. Was there something else I should have done???
I'm sorry, I'm not very good with computer. As long as it works, it's fine for me; but when there's a problem, I'm completly lost  :-[

Title: Re: Can't upload anymore
Post by: Sami on May 30, 2006, 11:58:22 PM
it's silly but are you sure that you are not over quota of your web space!? ::)
Title: Re: Can't upload anymore
Post by: Cristelle on May 31, 2006, 07:37:50 AM
Quote from: bmossavari on May 30, 2006, 11:58:22 PM
it's silly but are you sure that you are not over quota of your web space!? ::)
No I'm not on yahoo or one of these free host. I can still upload other files on the site. It's just the gallery that doesn't work
Title: Re: Can't upload anymore
Post by: Joachim Müller on May 31, 2006, 07:43:35 AM
Quote from: Cristelle on May 30, 2006, 10:33:05 PM
What do you mean???

I went to the page you mentionned, and addapted the settings as mentionned on that page. Was there something else I should have done???
Do as suggested and re-read that tutorial: it doesn't say that you're suppossed to post debug_output. Instead, it says that you're suppossed to post a link to your coppermine-driven page and a non-admin test user account. This is not rocket science, just reading and following simple instructions. If you fail to do so, we can't help you.
Title: Re: Can't upload anymore
Post by: Cristelle on May 31, 2006, 08:32:23 AM
Sorry, did not understand what you meant the first time  :-[
The gallery is here: http://www.summer-glau.net/gallery  Account name created is "test"; passwords is "test"

Thanks for trying to help me
Title: Re: Can't upload anymore
Post by: Joachim Müller on May 31, 2006, 09:09:18 AM
You're still running cpg1.3.2, do as suggested:
Quote from: Nibbler on May 30, 2006, 07:35:25 PM
Update your gallery.

The actual error message you get when uploading is
QuoteThe file 'albums/userpics/10002/Beispiel.jpg' can't be inserted in the album

Error executing ImageMagick - Return value: 127

Cmd line :
/usr/bin/X11/convert -quality 80 -antialias -geometry 133x100 'albums/userpics/10002/Beispiel.jpg' 'albums/userpics/10002/thumb_Beispiel.jpg'


The convert program said:
sh: /usr/bin/X11/convert: No such file or directory
(you could have found out about this yourself if you would have done as suggested in the tutorial, using the test user account you created).

The error message means that you have specified the wrong path to ImageMagick in Coppermine's config, or that you don't have ImageMagick at all. Switch to GD2 if you don't have ImageMagick. Read the FAQ (http://coppermine-gallery.net/demo/cpg14x/docs/faq.htm) for details.
Title: Re: Can't upload anymore
Post by: Cristelle on May 31, 2006, 10:01:36 AM
It works now... ;D

Thank you a hundred time  :-*