Support Home Page › Forums › Joomla Software › Easy Flash Uploader Plugin › Easy Flash upload doesn't work. every upload failes.
- This topic has 5 replies, 3 voices, and was last updated 10 years, 10 months ago by Michael Gilkes.
-
AuthorPosts
-
March 4, 2014 at 7:49 pm #528philpParticipant
I just bought the module but can’t make it work.
running joomla 3.2.2
with default easy flash uploader settings. (destination images folder)
I have removed all mime except png to test. Got enough file max upload in php.
I have no error message front end.
I can select an image (the system goes directly to png images), the upload starts and always finish in red with the message “1 file uploaded”.
When I go in the root images folder, no file in it.
HELP.
PHP Version: 5.3.27.
upload_max_filesize value is 12M.
post_max_size value is 12M.
memory_limit value is 128M.
max_execution_time value is 30.
FILEINFO_MIME_TYPE is NOT defined.
mime_content_type doesn’t exist.
This is a NON-Windows OS: Linux.
escapeshellarg is callable.
exec is callable.
shell_exec is callable.
Phil.
March 4, 2014 at 8:13 pm #1797Michael GilkesKeymasterHi Phil. I would like you to enable the debug mode. Add ‘ debug=”true” ‘ to your shortcode. For example, if you have {easyflashuploader destination=’some_folder/wherever’}, then change it to {easyflashuploader destination=’some_folder/wherever’ debug=’true’}
After you do this, attempt to upload a file, and it will display the debug data to the screen. Copy all of that text, and post it in the next post, or send it to me in an email, for privacy purposes.
Easy Flash Uploader is a plugin, not a module. What version of the plugin do you have installed?
Also, it would be good to either provide me with screenshots of what you see when you upload, or give me access to the upload page so that I can attempt it myself.
Lastly, you should try to get fileinfo_mime_type installed on your php server. This is normally installed by default on PHP 5.3+ servers. Since it is not installed in yours, you will need to install it.
March 5, 2014 at 3:51 pm #1798gadeckerParticipantI also have the same problem at Joomla 3.2.2. The upload appears to progress normally but then the progress bar turns red yet reports ‘1 file uploaded.’ It had worked with an earlier version of Joomla, possibly 3.1.
Easy Flash Uploader V3.0 reports:
1234567891011121314PHP Version: 5.5.9.<br />upload_max_filesize value is 40M.<br />post_max_size value is 8M.<br />memory_limit value is 120M.<br />max_execution_time value is 50000.<br />FILEINFO_MIME_TYPE is defined.<br />finfo_open is callable.<br />finfo_file is callable.<br />finfo_close is callable.<br />mime_content_type is callable.<br />This is a NON-Windows OS: Linux.<br />escapeshellarg is callable.<br />exec is callable.<br />shell_exec is callable.Here is the debug log from attempting to upload a small pdf file.
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105---SWFUpload Instance Info---<br />Version: 2.2.0 2009-03-25<br />Movie Name: SWFUpload_0<br />Settings:<br />upload_url: http://kofc12017.org/plugins/content/easyflashuploader/efup_files/helper.php<br />flash_url: http://kofc12017.org/media/easyflashuploader/swfs/swfupload.swf?preventswfcaching=1394034148801<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: *.pdf<br />file_types_description: Document and Image Files<br />file_size_limit: 2048<br />file_upload_limit: 10<br />file_queue_limit: 10<br />debug: true<br />prevent_swf_caching: true<br />button_placeholder_id: eflashuButtonPlaceholder0<br />button_placeholder: Not Set<br />button_image_url: http://kofc12017.org/media/easyflashuploader/buttons/buttonSprite_blue.png<br />button_width: 100<br />button_height: 23<br />button_text: <span class="browseText">Browse</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://kofc12017.org/plugins/content/easyflashuploader/efup_files/helper.php<br />SWF DEBUG: File Types String: *.pdf<br />SWF DEBUG: Parsed File Types: pdf<br />SWF DEBUG: HTTP Success: 0<br />SWF DEBUG: File Types Description: Document and Image Files (*.pdf)<br />SWF DEBUG: File Size Limit: 2097152 bytes<br />SWF DEBUG: File Upload Limit: 10<br />SWF DEBUG: File Queue Limit: 10<br />SWF DEBUG: Post Params:<br />SWF DEBUG: b20a1d142ee8a4e2551e7b39a17e0541=4e34b72505be8f6dd4a459baed1f6000<br />SWF DEBUG: replace=0<br />SWF DEBUG: filesize=2048<br />SWF DEBUG: JPATH_BASE=/homepages/10/d510750843/htdocs/htdocs<br />SWF DEBUG: PHPSESSID={4e34b72505be8f6dd4a459baed1f6000}<br />SWF DEBUG: filetypes=*.pdf<br />SWF DEBUG: destination=images/documents<br />SWF DEBUG: recipient=gadecker@earthlink.net<br />SWF DEBUG: format=raw<br />SWF DEBUG: demo=0<br />SWF DEBUG: notify=1<br />SWF DEBUG: mimetypes=application/octet-stream;image/gif;image/jpeg;image/pjpeg;image/png;application/pdf;application/msword;application/zip;application/x-compressed;application/x-zip-compressed;multipart/x-zip;application/excel;application/vnd.ms-excel;application/x-excel;application/x-msexcel<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: *.pdf<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: b20a1d142ee8a4e2551e7b39a17e0541=4e34b72505be8f6dd4a459baed1f6000<br />SWF DEBUG: Global Post Item: replace=0<br />SWF DEBUG: Global Post Item: filesize=2048<br />SWF DEBUG: Global Post Item: JPATH_BASE=/homepages/10/d510750843/htdocs/htdocs<br />SWF DEBUG: Global Post Item: PHPSESSID={4e34b72505be8f6dd4a459baed1f6000}<br />SWF DEBUG: Global Post Item: filetypes=*.pdf<br />SWF DEBUG: Global Post Item: destination=images/documents<br />SWF DEBUG: Global Post Item: recipient=gadecker@earthlink.net<br />SWF DEBUG: Global Post Item: format=raw<br />SWF DEBUG: Global Post Item: demo=0<br />SWF DEBUG: Global Post Item: notify=1<br />SWF DEBUG: Global Post Item: mimetypes=application/octet-stream;image/gif;image/jpeg;image/pjpeg;image/png;application/pdf;application/msword;application/zip;application/x-compressed;application/x-zip-compressed;multipart/x-zip;application/excel;application/vnd.ms-excel;application/x-excel;application/x-msexcel<br />SWF DEBUG: ReturnUploadStart(): File accepted by startUpload event and readied for upload. Starting upload to http://kofc12017.org/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: 27269. Total: 27269<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>/homepages/10/d510750843/htdocs/htdocs/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.March 5, 2014 at 4:48 pm #1799Michael GilkesKeymaster@gadecker. @philp. Easy Flash Uploader has yet to be updated to be fully compatible to Joomla 3.2. I am in the process of updating other extensions. As this is a pressing issue, I will have to update Easy Flash Uploader sooner, rather than later.
However, I would like to point out that the product page clearly states the Joomla version requirements.
@gadecker. I would like to thank you for providing the debugging information. It will be very useful in helping me to fix this issue for Joomla 3.2.x. I will have an update ready between today and Friday (most likely today or tomorrow).
March 5, 2014 at 8:01 pm #1800philpParticipantMichael,
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.
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130---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.March 9, 2014 at 10:36 pm #1801Michael GilkesKeymaster -
AuthorPosts
- The topic ‘Easy Flash upload doesn't work. every upload failes.’ is closed to new replies.