coppermine-gallery.com/forum

Support => cpg1.3.x Support => Older/other versions => cpg1.3 Upload => Topic started by: austinite on September 11, 2005, 07:38:28 PM

Title: Impossible to move
Post by: austinite on September 11, 2005, 07:38:28 PM
I have installed Coppermine from the user interface at Successful Hosting.  I cannot upload pics.  I have read the FAQ's and my host has assured me all the folders have 755 permisions.  I have PHP 4.4.0

I have enabled debugging and only have individual file uploading.  I am trying to understand what I can do to use this very cool program.  Bear with me.

Any ideas on how to get this working?

USER:
------------------
Array
(
    [ID] => 0edb58196aff818ec4ebfab1c4dcc14a
    [am] => 1
)

==========================
USER DATA:
------------------
Array
(
    [user_id] => 1
    [user_group] => 1
    [user_active] => YES
    [user_name] => admin
    [user_password] => *****
    [user_lastvisit] => 2005-09-11 13:12:46
    [user_regdate] => 2005-09-04 23:37:23
    [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: Impossible to move
Post by: Nibbler on September 11, 2005, 08:02:26 PM
http://coppermine-gallery.net/tutorial/uploads/troubleshooting.php
Title: Re: Impossible to move
Post by: austinite on September 11, 2005, 08:27:14 PM
Sorry - I did not enable an account.

leighty.net/pics

testuser
coppermine

Thanks in advance
Title: Re: Impossible to move
Post by: Nibbler on September 11, 2005, 08:36:45 PM
Please switch to single file uploads as instructed in that link.
Title: Re: Impossible to move
Post by: austinite on September 11, 2005, 08:48:26 PM
I am sorry - I did what it said but did not apply changes.

It is correct now.

Thanks in advance
Title: Re: Impossible to move
Post by: kegobeer on September 11, 2005, 09:50:40 PM
Change your /albums permissions (and all files/directories inside it) to 777.  Your host's 755 configuration doesn't allow files to be created by the php user.