Support Home Page › Forums › Joomla Software › Easy Flash Uploader Plugin › Easy Flash upload doesn't work. every upload failes. › Re: Easy Flash upload doesn't work. every upload failes.
March 5, 2014 at 8:01 pm
#1800
philp
Participant
Michael,
I found that the message “Fatal error: Call to protected method JApplicationS” appears hidden under the progress bar when upload is done and failed.
Find below the debug codes.
Hope this will help to fix and update the plugin to 3.2.2
Phil.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 |
---SWFUpload Instance Info---<br /> Version: 2.2.0 2009-03-25<br /> Movie Name: SWFUpload_0<br /> Settings:<br /> upload_url: http://xxxxxx/plugins/content/easyflashuploader/efup_files/helper.php<br /> flash_url: http://xxxxxx/media/easyflashuploader/swfs/swfupload.swf?preventswfcaching=1394047118383<br /> use_query_string: false<br /> requeue_on_error: false<br /> http_success:<br /> assume_success_timeout: 0<br /> file_post_name: Filedata<br /> post_params: [object Object]<br /> file_types: *.png<br /> file_types_description: Image Files<br /> file_size_limit: 2048<br /> file_upload_limit: 2<br /> file_queue_limit: 2<br /> debug: true<br /> prevent_swf_caching: true<br /> button_placeholder_id: eflashuButtonPlaceholder0<br /> button_placeholder: Not Set<br /> button_image_url: http://xxxxxxxx/media/easyflashuploader/buttons/buttonSprite_grey.png<br /> button_width: 100<br /> button_height: 23<br /> button_text: <span class="browseText">Choisir un fichier</span><br /> button_text_style: .browseText { font-size: 12; color: #ffffff; font-family: Arial; text-align: center; }<br /> button_text_top_padding: 3<br /> button_text_left_padding: 0<br /> button_action: -110<br /> button_disabled: false<br /> custom_settings: [object Object]<br /> Event Handlers:<br /> swfupload_loaded_handler assigned: true<br /> file_dialog_start_handler assigned: true<br /> file_queued_handler assigned: true<br /> file_queue_error_handler assigned: true<br /> upload_start_handler assigned: true<br /> upload_progress_handler assigned: true<br /> upload_error_handler assigned: true<br /> upload_success_handler assigned: true<br /> upload_complete_handler assigned: true<br /> debug_handler assigned: true<br /> <br /> SWFUpload.SWFObject Plugin settings:<br /> minimum_flash_version: 9.0.28<br /> swfupload_pre_load_handler assigned: true<br /> swfupload_load_failed_handler assigned: true<br /> <br /> SWF DEBUG: SWFUpload Init Complete<br /> SWF DEBUG:<br /> SWF DEBUG: <hr class="bbcode_rule" /> SWF DEBUG OUTPUT ----<br /> SWF DEBUG: Build Number: SWFUPLOAD 2.2.0<br /> SWF DEBUG: movieName: SWFUpload_0<br /> SWF DEBUG: Upload URL: http://xxxxxxx/plugins/content/easyflashuploader/efup_files/helper.php<br /> SWF DEBUG: File Types String: *.png<br /> SWF DEBUG: Parsed File Types: png<br /> SWF DEBUG: HTTP Success: 0<br /> SWF DEBUG: File Types Description: Image Files (*.png)<br /> SWF DEBUG: File Size Limit: 2097152 bytes<br /> SWF DEBUG: File Upload Limit: 2<br /> SWF DEBUG: File Queue Limit: 2<br /> SWF DEBUG: Post Params:<br /> SWF DEBUG: JPATH_BASE=/home/phil2136/public_html/xxxxx..<br /> SWF DEBUG: replace=0<br /> SWF DEBUG: PHPSESSID={a5ba33902d71bb892713ee60077c00d1}<br /> SWF DEBUG: filetypes=*.png<br /> SWF DEBUG: destination=images<br /> SWF DEBUG: notify=1<br /> SWF DEBUG: recipient=info@philportugal.com<br /> SWF DEBUG: a60b50f3153caa6a392e73b3faacf762=a5ba33902d71bb892713ee60077c00d1<br /> SWF DEBUG: mimetypes=image/png<br /> SWF DEBUG: format=raw<br /> SWF DEBUG: demo=0<br /> SWF DEBUG: filesize=2048<br /> SWF DEBUG: <hr class="bbcode_rule" /> END SWF DEBUG OUTPUT ----<br /> SWF DEBUG:<br /> SWF DEBUG: Event: fileDialogStart : Browsing files. Multi Select. Allowed file types: *.png<br /> SWF DEBUG: Select Handler: Received the files selected from the dialog. Processing the file list...<br /> SWF DEBUG: Event: fileQueued : File ID: SWFUpload_0_0<br /> SWF DEBUG: Event: fileDialogComplete : Finished processing selected files. Files selected: 1. Files Queued: 1<br /> SWF DEBUG: StartUpload: First file in queue<br /> SWF DEBUG: Event: uploadStart : File ID: SWFUpload_0_0<br /> SWF DEBUG: Global Post Item: JPATH_BASE=/home/phil2136/public_html/xxxxx<br /> SWF DEBUG: Global Post Item: replace=0<br /> SWF DEBUG: Global Post Item: PHPSESSID={a5ba33902d71bb892713ee60077c00d1}<br /> SWF DEBUG: Global Post Item: filetypes=*.png<br /> SWF DEBUG: Global Post Item: destination=images<br /> SWF DEBUG: Global Post Item: notify=1<br /> SWF DEBUG: Global Post Item: recipient=info@philportugal.com<br /> SWF DEBUG: Global Post Item: a60b50f3153caa6a392e73b3faacf762=a5ba33902d71bb892713ee60077c00d1<br /> SWF DEBUG: Global Post Item: mimetypes=image/png<br /> SWF DEBUG: Global Post Item: format=raw<br /> SWF DEBUG: Global Post Item: demo=0<br /> SWF DEBUG: Global Post Item: filesize=2048<br /> SWF DEBUG: ReturnUploadStart(): File accepted by startUpload event and readied for upload. Starting upload to http://xxxxxxx/plugins/content/easyflashuploader/efup_files/helper.php for File ID: SWFUpload_0_0<br /> SWF DEBUG: Event: uploadProgress (OPEN): File ID: SWFUpload_0_0<br /> SWF DEBUG: Event: uploadProgress: File ID: SWFUpload_0_0. Bytes: 9691. Total: 9691<br /> SWF DEBUG: Event: uploadSuccess: File ID: SWFUpload_0_0 Response Received: true Data: <br /><br /> SWF DEBUG: <b>Fatal error</b>: Call to protected method JApplicationSite::route() from context '' in <b>/home/phil2136/public_html/gilbertgrospied.com/plugins/content/easyflashuploader/efup_files/helper.php</b> on line <b>46</b><br /><br /> SWF DEBUG:<br /> SWF DEBUG: Event: uploadComplete : Upload cycle complete.<br /> SWF DEBUG: Event: fileDialogStart : Browsing files. Multi Select. Allowed file types: *.png<br /> SWF DEBUG: Select Handler: Received the files selected from the dialog. Processing the file list...<br /> SWF DEBUG: Event: fileQueued : File ID: SWFUpload_0_1<br /> SWF DEBUG: Event: fileDialogComplete : Finished processing selected files. Files selected: 1. Files Queued: 1<br /> SWF DEBUG: StartUpload: First file in queue<br /> SWF DEBUG: Event: uploadStart : File ID: SWFUpload_0_1<br /> SWF DEBUG: Global Post Item: JPATH_BASE=/home/phil2136/public_html/xxxxxx<br /> SWF DEBUG: Global Post Item: replace=0<br /> SWF DEBUG: Global Post Item: PHPSESSID={a5ba33902d71bb892713ee60077c00d1}<br /> SWF DEBUG: Global Post Item: filetypes=*.png<br /> SWF DEBUG: Global Post Item: destination=images<br /> SWF DEBUG: Global Post Item: notify=1<br /> SWF DEBUG: Global Post Item: recipient=info@philportugal.com<br /> SWF DEBUG: Global Post Item: a60b50f3153caa6a392e73b3faacf762=a5ba33902d71bb892713ee60077c00d1<br /> SWF DEBUG: Global Post Item: mimetypes=image/png<br /> SWF DEBUG: Global Post Item: format=raw<br /> SWF DEBUG: Global Post Item: demo=0<br /> SWF DEBUG: Global Post Item: filesize=2048<br /> SWF DEBUG: ReturnUploadStart(): File accepted by startUpload event and readied for upload. Starting upload to http://xxxxxx/plugins/content/easyflashuploader/efup_files/helper.php for File ID: SWFUpload_0_1<br /> SWF DEBUG: Event: uploadProgress (OPEN): File ID: SWFUpload_0_1<br /> SWF DEBUG: Event: uploadProgress: File ID: SWFUpload_0_1. Bytes: 1265. Total: 1265<br /> SWF DEBUG: Event: uploadSuccess: File ID: SWFUpload_0_1 Response Received: true Data: <br /><br /> SWF DEBUG: <b>Fatal error</b>: Call to protected method JApplicationSite::route() from context '' in <b>/home/phil2136/public_html/xxxxxx/plugins/content/easyflashuploader/efup_files/helper.php</b> on line <b>46</b><br /><br /> SWF DEBUG:<br /> SWF DEBUG: Event: uploadComplete : Upload cycle complete. |