coppermine-gallery.com/forum

Support => cpg1.3.x Support => Older/other versions => cpg1.3 Upload => Topic started by: Kamuro on March 17, 2005, 12:25:29 PM

Title: nothing happens while uploading
Post by: Kamuro on March 17, 2005, 12:25:29 PM
Hello,
I'm quite sure, this problem is listed somewhere here, but I don't know how to search it, cuz its not that easy to discribe.
So if this problem is solved somewhere, just post a link and that should be it, so plz don't be angry.
Discription of my problem:
I'm on the "Upload file" subpage. Ich can only upload 2 files at the same time. If I want to upload more, nothing happens.
The "Upload file" subpage just reset everything. What should I do? Toupload 30 picture is quite hard when I only can upload 2 picture at the same time.
What sould I do?
Title: Re: nothing happens while uploading
Post by: kegobeer on March 17, 2005, 12:59:34 PM
As the admin, why are you adding pictures this way?  You should use the batch add function.  Read the documentation for instructions.

Upload boxes are controlled in the groups panel, it's unique for each group.
Title: Re: nothing happens while uploading
Post by: Kamuro on March 17, 2005, 01:11:59 PM
I'm using the batch function, but the registered member can only upload via "file upload" on the page

I have notice on the page:
Notice: Undefined offset: 2 in /usr/export/www/vhosts/funnetwork/hosting/"username"/cpg132/upload.php on line 250

Notice: Undefined offset: 3 in /usr/export/www/vhosts/funnetwork/hosting/"username"/cpg132/upload.php on line 256

Notice: Undefined offset: 4 in /usr/export/www/vhosts/funnetwork/hosting/"username"/cpg132/upload.php on line 256

here ist what the debug info says:
USER:
------------------
Array
(
    [ID] => ee8366718d0ffbfdae21b73f78393a00
    [am] => 1
)

==========================
USER DATA:
------------------
Array
(
    [user_id] => 1
    [user_group] => 1
    [user_active] => YES
    [user_name] => Kamuro
    [user_password] => ********
    [user_lastvisit] => 2005-03-16 22:24:38
    [user_regdate] => 2005-03-15 14:01:05
    [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: nothing happens while uploading
Post by: Joachim Müller on March 18, 2005, 10:34:07 AM
batch-add can only be used by the admin, as it requires ftp access to the server, which would be a high security risk if you gave it to users.

Joachim