coppermine-gallery.com/forum

Support => cpg1.3.x Support => Older/other versions => cpg1.3 Upload => Topic started by: janellepierzinaorg on August 21, 2005, 12:50:08 AM

Title: Can't upload any files!
Post by: janellepierzinaorg on August 21, 2005, 12:50:08 AM
When I upload files, it gives me the broken link sign so nothing uploads. I've followed all the directions, I don't know what I'm doing wrong!

USER:
------------------
Array
(
    [ID] => 67cd4a538cdc161a7b8822fdf1c06ecd
    [am] => 1
)

==========================
USER DATA:
------------------
Array
(
    [user_id] => 1
    [user_group] => 1
    [user_active] => YES
    [user_name] => janelle
    [user_password] => ********
    [user_lastvisit] => 2005-08-20 15:11:02
    [user_regdate] => 2005-08-18 18:08:35
    [user_group_list] =>
    [user_email] =>
    [user_website] =>
    [user_location] =>
    [user_interests] =>
    [user_occupation] =>
    [user_actkey] =>
    [disk_max] => 0
    [disk_min] => 0
    [can_rate_pictures] => 1
    [can_send_ecards] => 1
    [ufc_max] => 3
    [ufc_min] => 3
    [custom_user_upload] => 0
    [num_file_upload] => 5
    [num_URI_upload] => 3
    [can_post_comments] => 1
    [can_upload_pictures] => 1
    [can_create_albums] => 1
    [has_admin_access] => 1
    [pub_upl_need_approval] => 0
    [priv_upl_need_approval] => 0
    [group_name] => Administrators
    [upload_form_config] => 3
    [group_quota] => 0
    [can_see_all_albums] => 1
    [group_id] => 1
    [groups] => Array
        (
            [1] => 1
        )

)

==========================
Queries:
------------------
Array
(
   
Title: Re: Can't upload any files!
Post by: Nibbler on August 21, 2005, 12:54:57 AM
Trouble-Shooting the upload process (http://coppermine-gallery.net/tutorial/uploads/troubleshooting.php)
Title: Re: Can't upload any files!
Post by: janellepierzinaorg on August 21, 2005, 12:59:42 AM
I did what it said there and it still isn't working.
Title: Re: Can't upload any files!
Post by: kegobeer on August 21, 2005, 01:00:16 AM
Upload problems?
What should I do first? (http://coppermine.sourceforge.net/faq.php#firstSteps)
Troubleshooting the upload process. (http://coppermine.sourceforge.net/tutorial/uploads/troubleshooting.php)
General upload troubleshooting. (http://coppermine.sourceforge.net/faq.php#uploadGeneralTroubleshooting)

How to ask/how to search
How to ask your question. (http://coppermine.sourceforge.net/faq.php#howtoask)
How to search. (http://coppermine.sourceforge.net/board/index.php?topic=16416.0)
Title: Re: Can't upload any files!
Post by: janellepierzinaorg on August 21, 2005, 01:14:18 AM
I went through all of that and did everything and it still isn't working! I need real help.
Title: Re: Can't upload any files!
Post by: kegobeer on August 21, 2005, 01:21:27 AM
No you haven't.  The tutorial explains you need to post a test account and a link to your site.
Title: Re: Can't upload any files!
Post by: janellepierzinaorg on August 21, 2005, 03:08:50 AM
Sorry. Test account is:

username: test
password: password

www.janellepierzina.org/gallery
Title: Re: Can't upload any files!
Post by: kegobeer on August 21, 2005, 03:57:58 AM
I can't log in - verify the username and password is correct.
Title: Re: Can't upload any files!
Post by: janellepierzinaorg on August 21, 2005, 04:26:44 AM
Woops. Try now. It's fixed.
Title: Re: Can't upload any files!
Post by: kegobeer on August 21, 2005, 04:50:52 AM
Does your host allow file uploads?  You need to ask.  Have you searched the forums for "check that the server allows file uploads"? How to search. (http://coppermine.sourceforge.net/board/index.php?topic=16416.0)

You also have set your maximum file size way too high - set it back to around 2000 kb.

Have you tried batch adding files instead of using the web interface?  Refer to the documentation for how to batch add.
Title: Re: Can't upload any files!
Post by: janellepierzinaorg on August 21, 2005, 04:54:56 AM
Quote from: kegobeer on August 21, 2005, 04:50:52 AM
Does your host allow file uploads?  You need to ask.  Have you searched the forums for "check that the server allows file uploads"? How to search. (http://coppermine.sourceforge.net/board/index.php?topic=16416.0)

You also have set your maximum file size way too high - set it back to around 2000 kb.

Have you tried batch adding files instead of using the web interface?  Refer to the documentation for how to batch add.

My host does allow file uploads, and I have tried batch adding files.  Nothing has worked.
Title: Re: Can't upload any files!
Post by: kegobeer on August 21, 2005, 05:14:58 AM
Are you using GD or ImageMagick?
Title: Re: Can't upload any files!
Post by: janellepierzinaorg on August 21, 2005, 05:24:56 AM
I think ImageMagick.

I cliccked on the broken file icon when I tried to upload them through batch adding (again) and I get this error message:

Error executing ImageMagick - Return value: 127

Cmd line :
/usr/bin/convert -quality 80 -antialias -geometry 100x75 'albums/BigBrother/CBSPromotionalImages/001.PNG' 'albums/BigBrother/CBSPromotionalImages/thumb_001.PNG'


The convert program said:
sh: line 1: /usr/bin/convert: No such file or directory
Title: Re: Can't upload any files!
Post by: kegobeer on August 21, 2005, 05:28:45 AM
That's what I thought.  You either don't have the ImageMagick binaries available, or the path is incorrect.  Switch to GD2.
Title: Re: Can't upload any files!
Post by: janellepierzinaorg on August 21, 2005, 05:30:12 AM
How do I do that?
Title: Re: Can't upload any files!
Post by: kegobeer on August 21, 2005, 05:31:31 AM
In your config settings.  Please read the documentation.
Title: Re: Can't upload any files!
Post by: janellepierzinaorg on August 21, 2005, 09:27:49 AM
You were right. I fixed that and everything works now. Thank you SO much for your time and for your help. :)
Title: Re: Can't upload any files!
Post by: Serapis on August 21, 2005, 05:27:39 PM
/me salutes to kegobeer's patience
and wonders ...