Mac Folder permission! - Printable Version +- GetSimple Support Forum (http://get-simple.info/forums) +-- Forum: GetSimple (http://get-simple.info/forums/forumdisplay.php?fid=3) +--- Forum: Installation & Setup (http://get-simple.info/forums/forumdisplay.php?fid=5) +--- Thread: Mac Folder permission! (/showthread.php?tid=6665) |
Mac Folder permission! - lakaroth - 2014-08-19 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 : 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? RE: Mac Folder permission! - shawn_a - 2014-08-19 You can check your php ini for disabled_functions chmod If you have safe mode on in php then the owner must be the webserver also. RE: Mac Folder permission! - tuxy - 2015-01-02 Hello, I have the same permission problem in OS X Yosemite, but can't solve the problem. XAMPP works perfect! 1. I add a folder 'portfolio' in: Applications/XAMPP/htdocs/ 2. Copy all the GS-files to the portfolio-dir. Try to install GS, but I see permission warnings. - Hope solve this permission-problem with this 2 commands in the terminal: sudo chown -R christophehollebeke:admin portfolio sudo chmod -R 777 portfolio (christophehollebeke is my username on the Mac) But don't work See screenshot: http://bit.ly/1rGcwWg Who can help me?? RE: Mac Folder permission! - tuxy - 2015-01-02 I have a solution. I install MAMP and this works perfect RE: Mac Folder permission! - shawn_a - 2015-01-03 do the notices prevent install ? They shouldn't. either an ownership problem or permissions problem. or chmod is in disabled functions RE: Mac Folder permission! - tuxy - 2015-01-03 disabled_functions are empty in Xampp's php.ini . But with MAMP it works well, without permission issues |