I am in my admin panel and I have turned debug mode on, now when I do things like press save settings in settings page it shows as saving successfully but php outputs:
Also I am testing the Multi User plugin, and when I go to user management in settings and press update plugin I am faced with:
How can I correct these permission issues? Also, I have set permissions to 777 on everything in the gms folder (Bad practice) so what would be the best permissions for normal and safe usage ?
Quote:Warning: file_put_contents(../sitemap.xml): failed to open stream: Permission denied in ../admin/inc/basic.php on line 315
Also I am testing the Multi User plugin, and when I go to user management in settings and press update plugin I am faced with:
Quote:Warning: file_put_contents(../plugins/user-managment.php): failed to open stream: Permission denied in ../plugins/user-managment.php on line 537
Warning: chmod(): Permission denied in ../plugins/user-managment.php on line 539
Warning: file_put_contents(../plugins/user-managment/): failed to open stream: Is a directory in ../plugins/user-managment.php on line 537
Warning: chmod(): Permission denied in ../plugins/user-managment.php on line 539
Warning: file_put_contents(../plugins/user-managment/ckeditor.php): failed to open stream: Permission denied in ../plugins/user-managment.php on line 537
Warning: chmod(): Permission denied in ../plugins/user-managment.php on line 539
Warning: file_put_contents(../plugins/user-managment/lang/): failed to open stream: Is a directory in ../plugins/user-managment.php on line 537
Warning: chmod(): Permission denied in ../plugins/user-managment.php on line 539
Warning: file_put_contents(../plugins/user-managment/lang/.htaccess): failed to open stream: Permission denied in ../plugins/user-managment.php on line 537
Warning: chmod(): Permission denied in ../plugins/user-managment.php on line 539
Warning: file_put_contents(../plugins/user-managment/lang/en_US.php): failed to open stream: Permission denied in ../plugins/user-managment.php on line 537
Warning: chmod(): Permission denied in ../plugins/user-managment.php on line 539
Warning: file_put_contents(../plugins/user-managment/lang/it_IT.php): failed to open stream: Permission denied in ../plugins/user-managment.php on line 537
Warning: chmod(): Permission denied in ../plugins/user-managment.php on line 539
How can I correct these permission issues? Also, I have set permissions to 777 on everything in the gms folder (Bad practice) so what would be the best permissions for normal and safe usage ?