I just installed XAMPP on Mac OSX.

When I tried to install a theme into a newly created WordPress site, I got this error:

Unable to create directory /Applications/XAMPP/xamppfiles/htdocs/wordpress/wp-content/uploads/2011/03. Is its parent directory writable by the server?

Anyone know how to make a directory writable on Mac OSX? version 10.6

link|improve this question

62% accept rate
feedback

migrated from stackoverflow.com Mar 11 '11 at 20:28

This question came from our site for professional and enthusiast programmers.

1 Answer

up vote 0 down vote accepted

Use sudo with Anne's answer if you are still having the problem (As evident from the comment). That should do the trick.

sudo chmod -R 777 /Applications/XAMPP/xamppfiles/htdocs/
link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.