Unable to create directory – Is its parent directory writable by the server?
Filed under: Hacks No Responseswp-content/uploads/ Wordpress Problem Solutions
For mac users Open ftp program
Create the ‘uploads’ folder manually under wp-content,
Now right clicked > info or use the shortcut keys command+i which will show you the folder permission
Check the boxes that allows ‘Groups’ and ‘Others’ to write to this folder also called as the full permission ‘rwxrwxrwx(755)’. Now select the year say for example 2009 .Now select the month for example 04 or 05 then right click >> chmod it to 755
Once you click apply you shouldn’t have any problems uploading media through wordpress.
For Windows Open Ftp
Login to your wp website
Go to upload folder into the wp-content folder ( i have 755 permissions set for this folder)
Now select the year say for example 2009 .Now select the month for example 04 or 05 then right click >> chmod it to 755
if you don’t have folder for current month create it manually and chmod it to 755 that’s it.
If problem persists try
Adding the following to the top of your .htaccess file
<IfModule mod_security.c>
<Files async-upload.php>
SecFilterEngine Off
SecFilterScanPOST Off
</Files>
</IfModule>
3rd solution
Login as admin
Go to SETTINGS –> MISCELLANEOUS.
This is default image of this page if you see any difference in any settings try to remove it by comparing it with this image,if there are two backslash before “wp-content/uploads” then you should remove it as there are no backslash in front of them
Popularity: 1% [?]
If you enjoyed this post, make sure you subscribe to my RSS feed!Related posts:
- Free DNS Server For Accelerating up your internet speed
- How to create Myspace Layouts
- How To Avoid Photo tag on Facebook?
- Removing ActiveX
- Windows Vista Showing Limited resolutions
- Fatal Error Upgrading Wordpress
- How to Edit Settings in Adwords New Interface
- How to Create Free Blog With Yahoo 360
- Translate Pdf Documents With Google Language Tool
- How to Find Video Card In Your Computer
- Removing EBay Enhanced Picture Services ActiveX control
- How To Remove Time/Date Stamp From Blogspot & Wordpress
- Directory Moderation or optimize directory
- How To Check Video Driver Version
- Create Your Own Iphone / Ipod Games Without Coding
- How to transfer Wordpress from subdirectory to root?
- How to make a wapsite With mobisitegalore
- sh404SEF 404 Component Not found Solved
- Fantasy Football Create & Play
- Create Free Iphone Application WITHOUT Coding
- How do I Remove opendns
- How to create your own 3D wall For Your Blog
- How To Turn Off Google Buzz
- How to Add Watermark Using Photoshop
- How to remove the sidebar widgets in Wordpress



Leave a Reply