This one has me stumped
I’m sure it is something really small that I am overlooking but I think I’ve been looking at it too long to see what the problem is.
WordPress is telling me:
“Upload folder is not writable. Export and file upload features will not be functional.”
Well…specifically it is Gravity Forms that is producing that error message, but uploading media isn’t working either.
Here’s what I’ve checked:
- Uploads folder and all sub-folders permissions are set to 755
- Uploads folder has same owner and group as every other script
- Upload folder setting on Settings->Media page has been set to: empty and wp-content/uploads (with and without trailing slash)
I’m not sure where to go from here. What am I missing?
That’s a server permission problem. According to the WP docs:
From http://codex.wordpress.org/Changing_File_Permissions
So you need to check with your webhost. Who is the host?
You can try setting the Gravity Forms uploads folder to 777 and try uploading, and the set them back to 755 if it works/doesn’t work. Bumping perms to 777 for a moment sometimes will toggle the correct permissions on some webhosts and then 755 will work afterward.
I had the same problem for few of my websites, I think it is happening because of “gravity forms” some web hosting servers with their permissions, but there is a simple trick:
Good luck!