Page 1 of 1

Upload ioError #2038 with YUIUPLOADER

Posted: 25 Nov 2008, 16:32
by Erik
Code
[IOErrorEvent type="ioError" bubbles=false cancelable=false eventPhase=2 text="Error #2038"]
This error is probably occuring because of ModSecurity on your webserver. (googled)

Refer to this post as well: https://forum.photo.gallery/viewtopic.p ... oad++error

Posted: 26 Nov 2008, 15:02
by Nick
I replied you in PM, rule of the thumb - disable mod_security, it wont help much and is unofficial mod anyway.

If you can't get your hands on apache config try adding .htaccess in gallery root with:

SecFilterEngine Off

Also there is like half zillion options so if anybody want to spend some quality time with configs, try to switch them on and off, that might come in handy.

For now I would say that mod_security is half- or not-compatible with any Flash uploader.

About error 406:
http://urbangiraffe.com/2005/08/20/myst ... 406-error/

Posted: 27 Nov 2008, 13:38
by Erik
Yay!

i fixed it with an .htaccess file in the root of the gallery, containing this text:
Code
<IfModule mod_security.c>
SecFilterScanPOST Off
SecFilterEngine Off
</IfModule>