You are not logged in.
Good evening
To facilitate the file transfer from WINscp I replaced the owner of the GLPI folder (which was root) by my user with this command:
chown -R oliv:sudo /var/www/html/glpi/
But since I can no longer access glpi, here is the error message: Unable to create the folder /var/www/html/glpi/files/_plugins/datainjection/
I checked the permissions of the folders and they are all 755. I tried 777, but same problem.
Any idea of the problem?
Thanks
Offline
Good evening
To facilitate the file transfer from WINscp I replaced the owner of the GLPI folder (which was root) by my user with this command:
chown -R oliv:sudo /var/www/html/glpi/But since I can no longer access glpi, here is the error message: Unable to create the folder /var/www/html/glpi/files/_plugins/datainjection/
I checked the permissions of the folders and they are all 755. I tried 777, but same problem.Any idea of the problem?
Thanks
The glpi folders should be httpd:httpd or apache:apache or www:www or something else, its must not own by your user account.
GLPI 10.0.10
Installation mode: zip on OREL9
Offline
Thank you for your answer.
I'm a beginner, sorry.
What do you advise me to do?
Offline
Supposing u are using ubuntu
chown -R www-data:www-data /var/www/html/
If u really want to use winscp, use the root account password to be quickly
Offline
Supposing u are using ubuntu
chown -R www-data:www-data /var/www/html/If u really want to use winscp, use the root account password to be quickly
that works !
You are great thank you very much
Offline