Advanced search  

News:

CPG Release 1.6.26
Correct PHP8.2 issues with user and language managers.
Additional fixes for PHP 8.2
Correct PHP8 error with SMF 2.0 bridge.
Correct IPTC supplimental category parsing.
Download and info HERE

Pages: [1]   Go Down

Author Topic: Re: Flash Driven Upload wont work  (Read 128275 times)

0 Members and 1 Guest are viewing this topic.

apfelthaler

  • Coppermine newbie
  • Offline Offline
  • Posts: 2
Re: Flash Driven Upload wont work
« on: September 16, 2011, 02:36:42 pm »

I have same problem.

Small pics (44kb) have no specified errors, larger pics (144kb) error 403.
My upload settings (settings and group) are larger then 1MB.
userpics chmod 777
chown tested with FTP user and user of webserver.

Code: [Select]
USER:
------------------
Array
(
    [ID] => ae56918549d72bc4791934aae9b169d3
    [am] => 1
    [lang] => german
    [upload_method] => swfupload
    [liv] => Array
        (
        )

)

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

    [disk_max] => 500000
    [disk_min] => 500000
    [can_rate_pictures] => 1
    [can_send_ecards] => 1
    [can_post_comments] => 1
    [can_upload_pictures] => 1
    [can_create_albums] => 0
    [has_admin_access] => 1
    [access_level] => 3
    [pub_upl_need_approval] => 0
    [priv_upl_need_approval] => 0
    [group_name] => Administrators
    [can_create_public_albums] => 0
    [group_quota] => 500000
    [can_see_all_albums] => 1
    [group_id] => 1
    [allowed_albums] => Array
        (
        )

)

==========================
Queries:
------------------
Array
(
    [0] => SELECT name, value FROM cpg15x_config [include/init.inc.php:181] (0 ms)
    [1] => SELECT * FROM cpg15x_plugins ORDER BY priority [include/plugin_api.inc.php:53] (0 ms)
    [2] => DELETE FROM `wjc_coppermine`.cpg15x_sessions WHERE time < 1316171958 AND remember = 0 [bridge/coppermine.inc.php:248] (0 ms)
    [3] => DELETE FROM `wjc_coppermine`.cpg15x_sessions WHERE time < 1314965958 [bridge/coppermine.inc.php:252] (0 ms)
    [4] => UPDATE cpg15x_config SET value = 1316175558 WHERE name = 'session_cleanup' [bridge/coppermine.inc.php:256] (0 ms)
    [5] => SELECT user_id, time FROM `wjc_coppermine`.cpg15x_sessions WHERE session_id = 'cebd89e3b7eaec9973d0c22d8364a505' [bridge/coppermine.inc.php:264] (0 ms)
    [6] => SELECT user_id, user_password FROM `wjc_coppermine`.cpg15x_users WHERE user_id = 1 [bridge/coppermine.inc.php:276] (0 ms)
    [7] => SELECT u.user_id AS id, u.user_name AS username, user_password AS password, u.user_group AS group_id FROM `wjc_coppermine`.cpg15x_users AS u LEFT JOIN `wjc_coppermine`.cpg15x_usergroups AS g ON u.user_group=g.group_id WHERE u.user_id='1' [bridge/udb_base.inc.php:70] (0 ms)
    [8] => SELECT user_group_list FROM `wjc_coppermine`.cpg15x_users AS u WHERE user_id='1' AND user_group_list <> '' [bridge/coppermine.inc.php:202] (0 ms)
    [9] => SELECT MAX(group_quota) AS disk_max, MIN(group_quota) AS disk_min, MAX(can_rate_pictures) AS can_rate_pictures, MAX(can_send_ecards) AS can_send_ecards, MAX(can_post_comments) AS can_post_comments, MAX(can_upload_pictures) AS can_upload_pictures, MAX(can_create_albums) AS can_create_albums, MAX(has_admin_access) AS has_admin_access, MAX(access_level) AS access_level, MIN(pub_upl_need_approval) AS pub_upl_need_approval, MIN( priv_upl_need_approval) AS  priv_upl_need_approval FROM cpg15x_usergroups WHERE group_id in (1) [bridge/udb_base.inc.php:323] (0 ms)
    [10] => SELECT group_name FROM cpg15x_usergroups WHERE group_id= 1 [bridge/udb_base.inc.php:327] (0 ms)
    [11] => SELECT COUNT(*) FROM cpg15x_categorymap WHERE group_id in (1) [bridge/udb_base.inc.php:340] (0 ms)
    [12] => UPDATE `wjc_coppermine`.cpg15x_sessions SET time = 1316175558 WHERE session_id = 'cebd89e3b7eaec9973d0c22d8364a505' [bridge/coppermine.inc.php:321] (0 ms)
    [13] => UPDATE `wjc_coppermine`.cpg15x_users SET user_lastvisit = NOW() WHERE user_id = '1' [bridge/coppermine.inc.php:325] (0 ms)
    [14] => SELECT lang_id FROM cpg15x_languages WHERE enabled='YES' [include/init.inc.php:329] (0 ms)
    [15] => SELECT user_favpics FROM cpg15x_favpics WHERE user_id = 1 [include/init.inc.php:387] (0 ms)
    [16] => DELETE FROM cpg15x_banned WHERE expiry < '2011-09-16 14:19:18' [include/init.inc.php:443] (0 ms)
    [17] => SELECT null FROM cpg15x_banned WHERE (user_id=1 OR '62.212.180.108' LIKE ip_addr ) AND brute_force=0 LIMIT 1 [include/init.inc.php:459] (0 ms)
    [18] => SELECT aid, title, cid, name FROM cpg15x_albums INNER JOIN cpg15x_categories ON cid = category WHERE category < 10000 [upload.php:571] (0 ms)
    [19] => SELECT aid, title FROM cpg15x_albums WHERE category = 0 [upload.php:573] (0 ms)
    [20] => SELECT aid, title FROM cpg15x_albums WHERE category='10001' ORDER BY title [upload.php:599] (0 ms)
    [21] => SELECT user_id AS user_id, user_password AS pass_hash FROM `wjc_coppermine`.cpg15x_users WHERE user_id = '1' [bridge/udb_base.inc.php:740] (0 ms)
    [22] => SELECT COUNT(*) FROM cpg15x_pictures WHERE approved = 'NO' [include/functions.inc.php:2438] (0 ms)
    [23] => SELECT lang_id, abbr FROM cpg15x_languages WHERE available='YES' AND enabled='YES' [include/themes.inc.php:2316] (0 ms)
    [24] => DELETE FROM cpg15x_temp_messages WHERE time < 1316171958 [include/functions.inc.php:4947] (0 ms)
    [25] => SELECT cid, parent, name FROM cpg15x_categories WHERE 1 [upload.php:247] (0 ms)
)

==========================
GET :
------------------
Array
(
    [method] => swfupload
    [album] => 7
)

==========================
POST :
------------------
Array
(
)

==========================
COOKIE :
------------------
Array
(
    [cpg15x_data] => YTo1OntzOjI6IklEIjtzOjMyOiJhZTU2OTE4NTQ5ZDcyYmM0NzkxOTM0YWFlOWIxNjlkMyI7czoyOiJhbSI7aToxO3M6NDoibGFuZyI7czo2OiJnZXJtYW4iO3M6MTM6InVwbG9hZF9tZXRob2QiO3M6MTE6Imh0bWxfc2luZ2xlIjtzOjM6ImxpdiI7YTowOnt9fQ==
    [07e8c88da2e6d726c347bcd52992d38f] => 60b77c453e1042554bc8578ee68b5b94
    [PHPSESSID] => 75diht2s5jptmrf8gmr5538lb3
)

==========================
SESSION :
------------------
Array
(
    [php_captcha] => 54fefdd6b2aa28d420383b7575c4faa6
)

==========================
VERSION INFO :
------------------
PHP version        5.2.9                        OK   
MySQL version      5.0.22-Debian_0ubuntu6.06.10 OK   
Coppermine version 1.5.16                       stable

==========================
Module: GD
------------------
Exact version                    2.0.34                     
GD Version                       bundled (2.0.34 compatible)
FreeType Support                 1                         
FreeType Linkage                 with freetype             
T1Lib Support                                               
GIF Read Support                 1                         
GIF Create Support               1                         
JPG Support                      1                         
PNG Support                      1                         
WBMP Support                     1                         
XPM Support                                                 
XBM Support                      1                         
JIS-mapped Japanese Font Support                           

==========================
Key config settings
------------------
site_url             http://www.waldviertler-jugendcamp.at/cpg/ 
charset              utf-8                                       
allow_private_albums 1                                           
cookie_name          cpg15x                                     
cookie_path          /                                           
impath               /usr/bin/                                   
lang                 german                                     
main_page_layout     breadcrumb/catlist/alblist/random,2/lastup,2
silly_safe_mode      1                                           
smtp_host                                                       
theme                water_drop                                 
thumb_method         gd2                                         

==========================
Plugins
------------------

==========================
Server restrictions
------------------
safe_mode                0                                                       
safe_mode_exec_dir                                                               
safe_mode_gid                                                                   
safe_mode_include_dir                                                           
sql.safe_mode                                                                   
disable_functions                                                               
file_uploads             1                                                       
include_path             .:/usr/share/pear                                       
open_basedir             /var/www/vhosts/waldviertler-jugendcamp.at/httpdocs:/tmp
allow_url_fopen          1                                                       
max_execution_time       30                                                     
max_input_time           60                                                     
upload_max_filesize      2M                                                     
post_max_size            8M                                                     
memory_limit             128M                                                   
suhosin.post.max_vars                                                           
suhosin.request.max_vars                                                         


==========================
Page (performance)
------------------
Parameter        Current Peak   
Memory usage     3,03 MB 4,47 MB
Page generation  101 ms  101 ms
Page query time  0 ms    0 ms   
Page query count 26      26     


==========================
                ---SWFUpload Instance Info---
Version: 2.2.0 2009-03-25
Movie Name: SWFUpload_0
Settings:
upload_url:               /cpg/upload.php
flash_url:                js/swfupload/swfupload.swf?preventswfcaching=1316175555103
use_query_string:         false
requeue_on_error:         false
http_success:             
assume_success_timeout:   0
file_post_name:           Filedata
post_params:              [object Object]
file_types:               *.*
file_types_description:   Alle Dateien
file_size_limit:          10000 KB
file_upload_limit:        0
file_queue_limit:         0
debug:                    true
prevent_swf_caching:      true
button_placeholder_id:    browse_button_place_holder
button_placeholder:       Not Set
button_image_url:         /cpg/images/browse_swf.png
button_width:             130
button_height:            20
button_text:             
button_text_style:        .browse { font-family: Arial,Helvetica,sans-serif; color: #D0CFD0;}
button_text_top_padding:  0
button_text_left_padding: 30
button_action:            -110
button_disabled:          true
custom_settings:          [object Object]
Event Handlers:
swfupload_loaded_handler assigned:  true
file_dialog_start_handler assigned: false
file_queued_handler assigned:       true
file_queue_error_handler assigned:  true
upload_start_handler assigned:      true
upload_progress_handler assigned:   true
upload_error_handler assigned:      true
upload_success_handler assigned:    true
upload_complete_handler assigned:   true
debug_handler assigned:             true

SWFUpload.SWFObject Plugin settings:
minimum_flash_version:                      9.0.28
swfupload_load_failed_handler assigned:     true

SWF DEBUG: SWFUpload Init Complete
SWF DEBUG:
SWF DEBUG: ----- SWF DEBUG OUTPUT ----
SWF DEBUG: Build Number:           SWFUPLOAD 2.2.0
SWF DEBUG: movieName:              SWFUpload_0
SWF DEBUG: Upload URL:             /cpg/upload.php
SWF DEBUG: File Types String:      *.*
SWF DEBUG: Parsed File Types:     
SWF DEBUG: HTTP Success:           0
SWF DEBUG: File Types Description: Alle Dateien (*.*)
SWF DEBUG: File Size Limit:        10240000 bytes
SWF DEBUG: File Upload Limit:      0
SWF DEBUG: File Queue Limit:       0
SWF DEBUG: Post Params:
SWF DEBUG:                         process=1
SWF DEBUG:                         user=YToyOntzOjc6InVzZXJfaWQiO3M6MToiMSI7czo5OiJwYXNzX2hhc2giO3M6MzI6ImE0NjU1M2ZkYTlkZDUyMWYyNmFkYjAzZmU0ZjZhZDMzIjt9
SWF DEBUG: ----- END SWF DEBUG OUTPUT ----
SWF DEBUG:
SWF DEBUG: Event: fileDialogStart : Browsing files. Multi Select. Allowed file types: *.*
SWF DEBUG: Select Handler: Received the files selected from the dialog. Processing the file list...
SWF DEBUG: Event: fileQueued : File ID: SWFUpload_0_0
SWF DEBUG: Event: fileDialogComplete : Finished processing selected files. Files selected: 1. Files Queued: 1
SWF DEBUG: StartUpload: First file in queue
SWF DEBUG: Event: uploadStart : File ID: SWFUpload_0_0
SWF DEBUG: Global Post Item: process=1
SWF DEBUG: Global Post Item: album=7
SWF DEBUG: Global Post Item: user=YToyOntzOjc6InVzZXJfaWQiO3M6MToiMSI7czo5OiJwYXNzX2hhc2giO3M6MzI6ImE0NjU1M2ZkYTlkZDUyMWYyNmFkYjAzZmU0ZjZhZDMzIjt9
SWF DEBUG: ReturnUploadStart(): File accepted by startUpload event and readied for upload.  Starting upload to /cpg/upload.php for File ID: SWFUpload_0_0
SWF DEBUG: Event: uploadProgress (OPEN): File ID: SWFUpload_0_0
SWF DEBUG: Event: uploadProgress: File ID: SWFUpload_0_0. Bytes: 44465. Total: 44465
SWF DEBUG: Event: uploadSuccess: File ID: SWFUpload_0_0 Response Received: true Data:
SWF DEBUG: Event: uploadComplete : Upload cycle complete.
Logged

apfelthaler

  • Coppermine newbie
  • Offline Offline
  • Posts: 2
Re: Re: Flash Driven Upload wont work
« Reply #1 on: September 16, 2011, 02:41:16 pm »

this is error with 144kb pic
Code: [Select]
USER:
------------------
Array
(
    [ID] => ae56918549d72bc4791934aae9b169d3
    [am] => 1
    [lang] => german
    [upload_method] => swfupload
    [liv] => Array
        (
        )

)

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

    [disk_max] => 500000
    [disk_min] => 500000
    [can_rate_pictures] => 1
    [can_send_ecards] => 1
    [can_post_comments] => 1
    [can_upload_pictures] => 1
    [can_create_albums] => 0
    [has_admin_access] => 1
    [access_level] => 3
    [pub_upl_need_approval] => 0
    [priv_upl_need_approval] => 0
    [group_name] => Administrators
    [can_create_public_albums] => 0
    [group_quota] => 500000
    [can_see_all_albums] => 1
    [group_id] => 1
    [allowed_albums] => Array
        (
        )

)

==========================
Queries:
------------------
Array
(
    [0] => SELECT name, value FROM cpg15x_config [include/init.inc.php:181] (1 ms)
    [1] => SELECT * FROM cpg15x_plugins ORDER BY priority [include/plugin_api.inc.php:53] (0 ms)
    [2] => DELETE FROM `wjc_coppermine`.cpg15x_sessions WHERE time < 1316173087 AND remember = 0 [bridge/coppermine.inc.php:248] (0 ms)
    [3] => DELETE FROM `wjc_coppermine`.cpg15x_sessions WHERE time < 1314967087 [bridge/coppermine.inc.php:252] (0 ms)
    [4] => UPDATE cpg15x_config SET value = 1316176687 WHERE name = 'session_cleanup' [bridge/coppermine.inc.php:256] (0 ms)
    [5] => SELECT user_id, time FROM `wjc_coppermine`.cpg15x_sessions WHERE session_id = 'cebd89e3b7eaec9973d0c22d8364a505' [bridge/coppermine.inc.php:264] (0 ms)
    [6] => SELECT user_id, user_password FROM `wjc_coppermine`.cpg15x_users WHERE user_id = 1 [bridge/coppermine.inc.php:276] (0 ms)
    [7] => SELECT u.user_id AS id, u.user_name AS username, user_password AS password, u.user_group AS group_id FROM `wjc_coppermine`.cpg15x_users AS u LEFT JOIN `wjc_coppermine`.cpg15x_usergroups AS g ON u.user_group=g.group_id WHERE u.user_id='1' [bridge/udb_base.inc.php:70] (0 ms)
    [8] => SELECT user_group_list FROM `wjc_coppermine`.cpg15x_users AS u WHERE user_id='1' AND user_group_list <> '' [bridge/coppermine.inc.php:202] (0 ms)
    [9] => SELECT MAX(group_quota) AS disk_max, MIN(group_quota) AS disk_min, MAX(can_rate_pictures) AS can_rate_pictures, MAX(can_send_ecards) AS can_send_ecards, MAX(can_post_comments) AS can_post_comments, MAX(can_upload_pictures) AS can_upload_pictures, MAX(can_create_albums) AS can_create_albums, MAX(has_admin_access) AS has_admin_access, MAX(access_level) AS access_level, MIN(pub_upl_need_approval) AS pub_upl_need_approval, MIN( priv_upl_need_approval) AS  priv_upl_need_approval FROM cpg15x_usergroups WHERE group_id in (1) [bridge/udb_base.inc.php:323] (0 ms)
    [10] => SELECT group_name FROM cpg15x_usergroups WHERE group_id= 1 [bridge/udb_base.inc.php:327] (0 ms)
    [11] => SELECT COUNT(*) FROM cpg15x_categorymap WHERE group_id in (1) [bridge/udb_base.inc.php:340] (0 ms)
    [12] => UPDATE `wjc_coppermine`.cpg15x_sessions SET time = 1316176687 WHERE session_id = 'cebd89e3b7eaec9973d0c22d8364a505' [bridge/coppermine.inc.php:321] (0 ms)
    [13] => UPDATE `wjc_coppermine`.cpg15x_users SET user_lastvisit = NOW() WHERE user_id = '1' [bridge/coppermine.inc.php:325] (0 ms)
    [14] => SELECT lang_id FROM cpg15x_languages WHERE enabled='YES' [include/init.inc.php:329] (0 ms)
    [15] => SELECT user_favpics FROM cpg15x_favpics WHERE user_id = 1 [include/init.inc.php:387] (0 ms)
    [16] => DELETE FROM cpg15x_banned WHERE expiry < '2011-09-16 14:38:07' [include/init.inc.php:443] (0 ms)
    [17] => SELECT null FROM cpg15x_banned WHERE (user_id=1 OR '62.212.180.108' LIKE ip_addr ) AND brute_force=0 LIMIT 1 [include/init.inc.php:459] (0 ms)
    [18] => SELECT aid, title, cid, name FROM cpg15x_albums INNER JOIN cpg15x_categories ON cid = category WHERE category < 10000 [upload.php:571] (0 ms)
    [19] => SELECT aid, title FROM cpg15x_albums WHERE category = 0 [upload.php:573] (0 ms)
    [20] => SELECT aid, title FROM cpg15x_albums WHERE category='10001' ORDER BY title [upload.php:599] (0 ms)
    [21] => SELECT user_id AS user_id, user_password AS pass_hash FROM `wjc_coppermine`.cpg15x_users WHERE user_id = '1' [bridge/udb_base.inc.php:740] (0 ms)
    [22] => SELECT COUNT(*) FROM cpg15x_pictures WHERE approved = 'NO' [include/functions.inc.php:2438] (0 ms)
    [23] => SELECT lang_id, abbr FROM cpg15x_languages WHERE available='YES' AND enabled='YES' [include/themes.inc.php:2316] (0 ms)
    [24] => DELETE FROM cpg15x_temp_messages WHERE time < 1316173087 [include/functions.inc.php:4947] (0 ms)
    [25] => SELECT cid, parent, name FROM cpg15x_categories WHERE 1 [upload.php:247] (0 ms)
)

==========================
GET :
------------------
Array
(
)

==========================
POST :
------------------
Array
(
)

==========================
COOKIE :
------------------
Array
(
    [cpg15x_data] => YTo1OntzOjI6IklEIjtzOjMyOiJhZTU2OTE4NTQ5ZDcyYmM0NzkxOTM0YWFlOWIxNjlkMyI7czoyOiJhbSI7aToxO3M6NDoibGFuZyI7czo2OiJnZXJtYW4iO3M6MTM6InVwbG9hZF9tZXRob2QiO3M6OToic3dmdXBsb2FkIjtzOjM6ImxpdiI7YTowOnt9fQ==
    [07e8c88da2e6d726c347bcd52992d38f] => 60b77c453e1042554bc8578ee68b5b94
    [PHPSESSID] => 75diht2s5jptmrf8gmr5538lb3
)

==========================
SESSION :
------------------
Array
(
    [php_captcha] => 54fefdd6b2aa28d420383b7575c4faa6
)

==========================
VERSION INFO :
------------------
PHP version        5.2.9                        OK   
MySQL version      5.0.22-Debian_0ubuntu6.06.10 OK   
Coppermine version 1.5.16                       stable

==========================
Module: GD
------------------
Exact version                    2.0.34                     
GD Version                       bundled (2.0.34 compatible)
FreeType Support                 1                         
FreeType Linkage                 with freetype             
T1Lib Support                                               
GIF Read Support                 1                         
GIF Create Support               1                         
JPG Support                      1                         
PNG Support                      1                         
WBMP Support                     1                         
XPM Support                                                 
XBM Support                      1                         
JIS-mapped Japanese Font Support                           

==========================
Key config settings
------------------
site_url             http://www.waldviertler-jugendcamp.at/cpg/ 
charset              utf-8                                       
allow_private_albums 1                                           
cookie_name          cpg15x                                     
cookie_path          /                                           
impath               /usr/bin/                                   
lang                 german                                     
main_page_layout     breadcrumb/catlist/alblist/random,2/lastup,2
silly_safe_mode      1                                           
smtp_host                                                       
theme                water_drop                                 
thumb_method         gd2                                         

==========================
Plugins
------------------

==========================
Server restrictions
------------------
safe_mode                0                                                       
safe_mode_exec_dir                                                               
safe_mode_gid                                                                   
safe_mode_include_dir                                                           
sql.safe_mode                                                                   
disable_functions                                                               
file_uploads             1                                                       
include_path             .:/usr/share/pear                                       
open_basedir             /var/www/vhosts/waldviertler-jugendcamp.at/httpdocs:/tmp
allow_url_fopen          1                                                       
max_execution_time       30                                                     
max_input_time           60                                                     
upload_max_filesize      2M                                                     
post_max_size            8M                                                     
memory_limit             128M                                                   
suhosin.post.max_vars                                                           
suhosin.request.max_vars                                                         


==========================
Page (performance)
------------------
Parameter        Current Peak   
Memory usage     3,03 MB 4,47 MB
Page generation  105 ms  105 ms
Page query time  1 ms    1 ms   
Page query count 26      26     


==========================
                ---SWFUpload Instance Info---
Version: 2.2.0 2009-03-25
Movie Name: SWFUpload_0
Settings:
upload_url:               /cpg/upload.php
flash_url:                js/swfupload/swfupload.swf?preventswfcaching=1316176683805
use_query_string:         false
requeue_on_error:         false
http_success:             
assume_success_timeout:   0
file_post_name:           Filedata
post_params:              [object Object]
file_types:               *.*
file_types_description:   Alle Dateien
file_size_limit:          10000 KB
file_upload_limit:        0
file_queue_limit:         0
debug:                    true
prevent_swf_caching:      true
button_placeholder_id:    browse_button_place_holder
button_placeholder:       Not Set
button_image_url:         /cpg/images/browse_swf.png
button_width:             130
button_height:            20
button_text:             
button_text_style:        .browse { font-family: Arial,Helvetica,sans-serif; color: #D0CFD0;}
button_text_top_padding:  0
button_text_left_padding: 30
button_action:            -110
button_disabled:          true
custom_settings:          [object Object]
Event Handlers:
swfupload_loaded_handler assigned:  true
file_dialog_start_handler assigned: false
file_queued_handler assigned:       true
file_queue_error_handler assigned:  true
upload_start_handler assigned:      true
upload_progress_handler assigned:   true
upload_error_handler assigned:      true
upload_success_handler assigned:    true
upload_complete_handler assigned:   true
debug_handler assigned:             true

SWFUpload.SWFObject Plugin settings:
minimum_flash_version:                      9.0.28
swfupload_load_failed_handler assigned:     true

SWF DEBUG: SWFUpload Init Complete
SWF DEBUG:
SWF DEBUG: ----- SWF DEBUG OUTPUT ----
SWF DEBUG: Build Number:           SWFUPLOAD 2.2.0
SWF DEBUG: movieName:              SWFUpload_0
SWF DEBUG: Upload URL:             /cpg/upload.php
SWF DEBUG: File Types String:      *.*
SWF DEBUG: Parsed File Types:     
SWF DEBUG: HTTP Success:           0
SWF DEBUG: File Types Description: Alle Dateien (*.*)
SWF DEBUG: File Size Limit:        10240000 bytes
SWF DEBUG: File Upload Limit:      0
SWF DEBUG: File Queue Limit:       0
SWF DEBUG: Post Params:
SWF DEBUG:                         process=1
SWF DEBUG:                         user=YToyOntzOjc6InVzZXJfaWQiO3M6MToiMSI7czo5OiJwYXNzX2hhc2giO3M6MzI6ImE0NjU1M2ZkYTlkZDUyMWYyNmFkYjAzZmU0ZjZhZDMzIjt9
SWF DEBUG: ----- END SWF DEBUG OUTPUT ----
SWF DEBUG:
SWF DEBUG: Event: fileDialogStart : Browsing files. Multi Select. Allowed file types: *.*
SWF DEBUG: Select Handler: Received the files selected from the dialog. Processing the file list...
SWF DEBUG: Event: fileQueued : File ID: SWFUpload_0_0
SWF DEBUG: Event: fileDialogComplete : Finished processing selected files. Files selected: 1. Files Queued: 1
SWF DEBUG: StartUpload: First file in queue
SWF DEBUG: Event: uploadStart : File ID: SWFUpload_0_0
SWF DEBUG: Global Post Item: process=1
SWF DEBUG: Global Post Item: album=7
SWF DEBUG: Global Post Item: user=YToyOntzOjc6InVzZXJfaWQiO3M6MToiMSI7czo5OiJwYXNzX2hhc2giO3M6MzI6ImE0NjU1M2ZkYTlkZDUyMWYyNmFkYjAzZmU0ZjZhZDMzIjt9
SWF DEBUG: ReturnUploadStart(): File accepted by startUpload event and readied for upload.  Starting upload to /cpg/upload.php for File ID: SWFUpload_0_0
SWF DEBUG: Event: uploadProgress (OPEN): File ID: SWFUpload_0_0
SWF DEBUG: Event: uploadProgress: File ID: SWFUpload_0_0. Bytes: 65536. Total: 151869
SWF DEBUG: Event: uploadProgress: File ID: SWFUpload_0_0. Bytes: 131072. Total: 151869
SWF DEBUG: Event: uploadProgress: File ID: SWFUpload_0_0. Bytes: 151869. Total: 151869
SWF DEBUG: Event: uploadError: HTTP ERROR : File ID: SWFUpload_0_0. HTTP Status: 403.
Error Code: HTTP Error, File name: Unbenannt-2.jpg, Message: 403
SWF DEBUG: Event: uploadComplete : Upload cycle complete.
Logged

Αndré

  • Administrator
  • Coppermine addict
  • *****
  • Country: de
  • Offline Offline
  • Gender: Male
  • Posts: 15764
Re: Flash Driven Upload wont work
« Reply #2 on: September 16, 2011, 02:59:06 pm »

I have same problem.

Small pics (44kb) have no specified errors

So it's not the same issue. Please respect our board rules, don't hijack threads, don't post the debug output unless you're asked to do so, read the upload troubleshooting docs, post a link to your gallery and a test user account with upload privileges.
Logged
Pages: [1]   Go Up
 

Page created in 0.02 seconds with 19 queries.