Is its Parent Directory writable by server?
-
I uploaded a copy of wordpress with my wp-config.php file correct, went through the process of adding my username, password, etc. and it seemed to work fine until I went to Import. I went to wordpress, it said I would need to upload the plug-in so I did. It said it was activated, but when I tried to click through it gave me the following message…
Before you can upload your import file, you will need to fix the following error:
Unable to create directory ../wordpress/wp-content/uploads/2011/06. Is its parent directory writable by the server?I figured this might be a server issue so I called their help desk about what permissions the directory might have and they couldn’t tell me anything, instead they claimed it was a wordpress issue.
Is this actually a wordpress issue and if so, how should I resolve it?
Thanks!
-
Sounds like a clueless web host. See Changing File Permissions « WordPress Codex. Change uploads and wp-content to 755
Ok thanks. I tried that, I even tried 775 just in case but neither worked. Think this is something my host can reset on their end or is it something I need to take care of in wordpress? Could it possibly be an issue with the database I set up?
At this point, it’s the host’s problem. Ask them to set permissions for you. If they can’t, they don’t support WordPress, much other software isn’t going to run, either, and so I’d look for a new host.
try 777. some hosts run the web server as the nobody user, so it’s under the ‘others’ category.
if that works, lower the permissions till it doesn’t. you’ll probably be able to change it to 707.
The 777 trick worked. Thanks so much!
777 permissions are vulnerable to hacking. Don’t leave them at 777.
Yeah, I bumped em back to 755 so all’s good.
The topic ‘Is its Parent Directory writable by server?’ is closed to new replies.