forum.coppermine-gallery.net

Support => cpg1.4.x Support => Older/other versions => cpg1.4 upload => Topic started by: kc2jga on August 25, 2006, 03:55:39 am

Title: Vdeck 403 Error.
Post by: kc2jga on August 25, 2006, 03:55:39 am
Yesterday, had no problem uploading files. Tonight, tried to upload again, and I get a 403 forbidden "Server configuration does not allow access to this page. Please go back and try again." I have gone in and enabled the debug mode, changed the group upload config to 1 HTTP and 0 URL. Still does it.
test account info
www.kc2jga.com
user: test
pass: testtest

Here's the debug...
USER:
------------------
Array
(
    [ID] => 569679c5346448f0425d88a0da5eb30b
    [am] => 1
    [lang] => english
    [liv] => Array
        (
            [theme] => classic
)

==========================
USER DATA:
------------------
Array
(
    [user_id] => 1
    [user_name] => admin
    [groups] => Array
        (
           
        )

    [disk_max] => 0
    [disk_min] => 0
    [can_rate_pictures] => 1
    [can_send_ecards] => 1
    [ufc_max] => 0
    [ufc_min] => 0
    [custom_user_upload] => 0
    [num_file_upload] => 1
    [num_URI_upload] => 0
    [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] => 0
    [group_quota] => 0
    [can_see_all_albums] => 1
    [group_id] => 1
)

==========================
Queries:
------------------
Array
(
   
Title: Re: Vdeck 403 Error.
Post by: Joachim Müller on August 25, 2006, 05:20:40 am
403 Forbidden is not a result of anything related to coppermine, but server-sided restrictions. Check permissions and access limitations (e.g. hotlink protection). Read the upload troubleshooting section of the docs and do exactly as suggested there. Don't post debug_output unless requested.
Title: Re: Vdeck 403 Error.
Post by: kc2jga on August 25, 2006, 04:36:31 pm
OK, sorry about the debug. I don't know why, but everything is working now. Changed it to 5 HTTP uploads and it worked also. Possible glitch in the server that fixed itself? Thanks