View Single Post
Old 04-01-2012, 08:36 PM   PM User | #5
Juniper747
New Coder

 
Join Date: Apr 2011
Posts: 92
Thanks: 26
Thanked 0 Times in 0 Posts
Juniper747 is an unknown quantity at this point
Thank you Leslie... it was a chown issue...

I ended up using the following after opening terminal as root (which I believe is the same thing you were telling me to do Leslie):


Permissions (to change ownership):

sudo chown -R nobody:admin /Applications/XAMPP/xamppfiles/htdocs
and then entered:
sudo chown -R nobody:admin /Applications/XAMPP/xamppfiles/var

Permissions (to change access level):

sudo chmod -R 777 /Applications/XAMPP/xamppfiles/htdocs

This ended up working.
Juniper747 is offline   Reply With Quote