2014-08-19, 23:20:22
Hello there, i have a problem with Xampp and Folder permission on Mac.
If I have a folder /htdocs/mywebsite - I right click on mywebsite and select "Get Info"
under "Sharing and Permissions" I then click the padlock and change the permissions of all users to "Read and Write"
Most importantly, I then click the little settings icon next to the +/- icons and select "Apply to enclosed items"
This then obviously acts similar to chmod -R on linux and recursively applies write permissions to all items under "mywebsite"
But i still have a problem in :
Get simple version 3.3.2
OSX Maverick
How can i fix it?
If I have a folder /htdocs/mywebsite - I right click on mywebsite and select "Get Info"
under "Sharing and Permissions" I then click the padlock and change the permissions of all users to "Read and Write"
Most importantly, I then click the little settings icon next to the +/- icons and select "Apply to enclosed items"
This then obviously acts similar to chmod -R on linux and recursively applies write permissions to all items under "mywebsite"
But i still have a problem in :
PHP Code:
Warning: chmod(): Operation not permitted in /Applications/XAMPP/xamppfiles/htdocs/mywebsite/admin/install.php on line 44
Get simple version 3.3.2
OSX Maverick
How can i fix it?