![]() |
Quote:
I think the easy answer is if you understand Flash it's very easy to decompile the SWF yourself and look at the source. That's basically what I did to get it working anyway. :D If anyone does find an issue let me know and I'll do my best to incorporate a fix. |
Quote:
There are many free flash / swf file decompilers online you can upload the .swf file and get the source yourself. For example - http://www.showmycode.com |
I belatedly upgraded to VB 4.22 and had to reinstall this afterwards. This should be incorporated into the next VB 4 release so that everyone doesn't have to reinstall this once more.
|
I cant seem to get this to select more than 1 image in IE or Chrome with the settings in the instructions and with deleting browser cache. any ideas?
I am using IE 11 and Chrome version 33.0.1750.146 |
Quote:
|
Quote:
Zack, is there any reason to think this fix doesn't solve the problem? If not, then why not add it back with this fix? |
Quote:
|
Quote:
There have been a long and sordid history with the flash uploader, and YUI's security of flash scripts. The YUI devs themselves have abandoned the script. We can address the changes with something like relying on the HTML5 constructs of modern browsers instead by adding a simple MULTIPLE line to the input. That'd be the fix we'd go with, without adding another issue into the mix. |
Thanks @Zachery, nice explanation. Always appreciated. :)
|
It does not wolve the problem. I have 4.2.2
|
Quote:
|
On 4.2.2 PL1, I get this error:
404 [IOErrorEvent type="ioError" bubbles=false cancelable=false eventPhase=2 text="Error #2038"] It happens every time an image is uploaded, regardless of image size, format, dimensions or file name. After selecting the image to upload and then clicking upload, the progress bar completed and then the red arrow appears next to the file which when hovered, shows that error. We don't have security software installed on the server and the max fliesize limit within VB and in php/mysql is over 100MB (vb's restriction is 1MB per file but we've tried as low as 10kb and it reports the error shown above). Any help is appreciated. |
Quote:
|
Quote:
Are we supposed to have anything for custom YUI path? Currently it's set to "none" (no Google/Yahoo library) and the path is blank beneath that. |
So, to deconstruct the error:
404 [IOErrorEvent type="ioError" bubbles=false cancelable=false eventPhase=2 text="Error #2038"] This is the status of the page returned, 404 after the uploaded completed. This is the error flash returned, which says IO error. This is a super generic, Input/Ouput error thrown by flash. More or less the file wasn't there, when it was done uploading. This is a server issue, and the problem is your server. Some security, or other server setting is blocking the flash uploader from working, period. mod_security suhosin A module of selinux Anti(malware/virus) scanners reverse proxies bad upload configuration An internal server error may even be hiding the real error message. If you disable the flash uploader, to use the ajax one instead, does it work? Yes/No If you disable the asset manager for the legacy uploader, Does it work? Yes/No Does the AdminCP > Maintenance > Diagnostics > Upload File test work? Yes/No |
mod_security - Not installed
suhosin - Not installed (using suexec) A module of selinux - Not installed Anti(malware/virus) scanners - Not installed reverse proxies - We're using NGINX? bad upload configuration - Not sure what this correlates to. If you disable the flash uploader, to use the ajax one instead, does it work? Yes/No One image at a time works. Multiple files selected results in the images not being inserted into the post. (one image at a time does not work on flash uploader) If you disable the asset manager for the legacy uploader, Does it work? Yes/No One image at a time works. Multiple files selected results in the images not being inserted into the post. For example, I upload two different images one at a time and it works. If I select both of them and try to insert them, they fail and neither are inserted. Does the AdminCP > Maintenance > Diagnostics > Upload File test work? Yes/No Yes file_uploads: On open_basedir: None safe_mode: Off upload_tmp_dir: /tmp upload_max_filesize: 100.00 MB No errors occurred while opening the uploaded file for reading. What should my image storage directory permissions be? Thank you |
Problem resolved:
We have a custom "Upload Images" button that calls the same function as the insert image button does on the post editor. However, after we upgraded to 4.2.2 it must not be compatible. Thus, all we have to do now is find the new code and it should work (default vb style works perfect) I can't remember where I found the old code: <span class="cke_button"> <input type="button" style="height: 30px; width: 100px; font-size: 14px; margin-top: 15px;" a id="cke_38" class="cke_off cke_button_vbimage" onclick="CKEDITOR.tools.callFunction(77, this); return false;" onfocus="return CKEDITOR.tools.callFunction(76, event);" onkeydown="return CKEDITOR.tools.callFunction(75, event);" onblur="this.style.cssText = this.style.cssText;" aria-labelledby="cke_38_label" hidefocus="true" tabindex="-1" value="Upload Images"> </a> </span> Anyway it's not a server issue anymore, lol. |
Worked for me V4.1.12
it's a shame VB won't fix the problem. I guess they want to sell new versions. |
Quote:
We have other fixes, it just wont' be the flash uploader. |
you sir are a legend ! working perfectly on 4.2.2
|
Not working for me on 4.2.2 Patch level 1. Yes i also have flash upload enable in admincp. Any help ?
Thanks. |
Quote:
|
After downloading i extracted the file to my desktop then i replaced the one i had and after that i checked into admincp to Make sure the flash uploader is enabled.
Now when i try to post an image from desktop by clicking on Inset Image icon, pop up comes and select from computer and when i click on Select Files nothing happens. It doesn't do anything. |
Quote:
Folder and uploaded the uploader.swf file you mean? Then when to your admincp/Options -> Message Attachment Options -> Asset Manager - Enable -> Select "Yes, Flash Upload by Default |
Yes & Yes. Did exactly what was in instructions and what you just mentioned above, but nothing happened.
|
disable all plugins via config then test
|
Quote:
ARe you using local, or remote YUI under the Server Settings / Optimization Options? |
Quote:
|
Quote:
https://vborg.vbsupport.ru/external/2014/04/34.jpg I am using Remote YUI. |
You can't use a REMOTE YUI, you have to use a local one. The SWF uploader on google/yahoo's servers have been removed.
|
Quote:
|
Quote:
Even after selecting NONE i am still not able to get it done. When i click on "Insert image" nothing happens. |
What browser?
|
Using google chrome.
|
Since u asked for browser , I just checked it in IE and it's working fine. I only use chrome and it was working fine, but all of sudden it's not.
|
For some reason a lot of my plugins will not even appear in Google Chrome but appear in Firefox and Safari no probs
|
Update - The problem seems to be in VB 4.2.2 itself, even when using the 0 byte version of Uploader.swf, the problem still exists.
VB 4.2 PL 1 seems to have broken this. With the modified version of uploader.swf, the images SEEM to work. While editing your message they show up in the post just fine. However... When you save the message, you only get a link to the attachment, not the image. Anyone else seeing this? Anyone got a solution? |
Quote:
a) Upload the modified SWF file and make sure the flash uploader is enabled in the Admin Control Panel Options -> Message Attachment Options -> Asset Manager - Enable -> Select "Yes, Flash Upload by Default" b) vBulletin Options -> Server Settings and Optimization Options Use Remote YUI set to None c) Close your forum page and clear your browser cache - a lot of the issues where clicking the upload button does nothing is due to browser caching issues Hopefully this helps! |
Quote:
|
OK, so here's the odd thing. I run about 6 forums (yes, all licensed). All are, as far as I know, the same. All are running V 4.2.2 PL1. One of the forums is having a problem with the attachments not showing up inline. It's reproducible, but also somewhat random.
|
All times are GMT. The time now is 04:56 PM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|