just rad message 👿
log directory /files/logs is locked : it means you cannot write in this folder, and than cannot log messages.
You have to change write rights on this folder to allow php user to write into it.
For instance on Linux (Debian / Unbut example) :
chown -R www-data: /var/www/html/projeqtor/files chmod -R 755 /var/www/html/projeqtor/files
(commands tyo adapt to your context)
Appreciated response from team...
but I have installed on windows server. File path is inetpubwwwrootptojeqtor....
Please help me on windows server setting. how to solve this issue..!!
Open File Explorer
Right click directory inetpubwwwrootptojeqtor
Select property
On Géneral tab, uncheck ReadOnly and validate.
Once again , Right click directory inetpubwwwrootptojeqtor
Select property
Goto security tab, for user lanuching PHP (may be current user), select "total control', adn validate
