Hi after upgrading to 6.1.4 I get these errors in my logs (I get a lot of them):
[2021-03-23 00:00:47] WARNING: E_WARNING: chgrp(): Operation not permitted {"code":2,"message":"chgrp(): Operation not permitted","file":"/home/account1/public_html/application/Espo/Core/Utils/File/Permission.php","line":400} []
[2021-03-23 00:01:20] WARNING: E_WARNING: chown(): Operation not permitted {"code":2,"message":"chown(): Operation not permitted","file":"/home/account1/public_html/application/Espo/Core/Utils/File/Permission.php","line":389} []
I am running Secure Linux with Cpanel (CageFS is enabled)
My files are all owned by the account owner. I have run this command to make sure: chown -R account1 /home/account1/
Can anyone help with this?
[2021-03-23 00:00:47] WARNING: E_WARNING: chgrp(): Operation not permitted {"code":2,"message":"chgrp(): Operation not permitted","file":"/home/account1/public_html/application/Espo/Core/Utils/File/Permission.php","line":400} []
[2021-03-23 00:01:20] WARNING: E_WARNING: chown(): Operation not permitted {"code":2,"message":"chown(): Operation not permitted","file":"/home/account1/public_html/application/Espo/Core/Utils/File/Permission.php","line":389} []
I am running Secure Linux with Cpanel (CageFS is enabled)
My files are all owned by the account owner. I have run this command to make sure: chown -R account1 /home/account1/
Can anyone help with this?
Comment