Error #2044: Unhandled IOErrorEvent:. text=Error #2038: File I/O Error.
How to fix Error #2044: Unhandled IOErrorEvent:. text=Error #2038: File I/O Error in WordPress 2.5
Edit the .htaccess file and add:
<IfModule mod_security.c>
<Files async-upload.php>
SecFilterEngine Off
SecFilterScanPOST Off
</Files>
</IfModule>







