nextGen uploader problems
-
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?
- The topic ‘nextGen uploader problems’ is closed to new replies.