• I am at 2.7 of WP. New install with Gatorhost. New install of nextGen photo gallery plugin. I am getting this error when attempting to upload pictures into an existing gallery (I believe this is the Flash version of the uploader). All my directories have 777 permissions.

    Error #2044: Unhandled IOErrorEvent:. text=Error #2038: File I/O Error.

    I have tried the .htaccess fix:

    # END WordPress

    <IfModule mod_security.c>
    <Files async-upload.php>
    SecFilterEngine Off
    SecFilterScanPOST Off
    </Files>
    </IfModule>

    This does not work. My .htaccess file is in the same directory as wp-config.php.
    Can anyone lead me to another possible solution and what is happening with uploading with nextGen plugin?

Viewing 1 replies (of 1 total)
  • Thread Starter gordo019

    (@gordo019)

    I got my Error 2044 solved with Gatorhost…..

    My SyAdm said, “It is not Flash related, it is a common problem for this wp image upload gallery script on servers running mod_security version 1.”

    He had to reconfigure mod_security is some way. The second thing I had to do was to have this in my .htaccess file:

    SecFilterEngine Off
    SecFilterScanPOST Off

    It would be good if the nextGen folks could sort this out while the plugin is attempting to be installed. I wasted alot of time troubleshooting the problem.

Viewing 1 replies (of 1 total)
  • The topic ‘nextGen uploader problems’ is closed to new replies.