I have related issue.
Joomla site gives error for some functionality. It's related with trying to open/read/close folder tree with PHP functions.
Warning: opendir(/var/www/clients/client0/web4/web): failed to open dir: Permission denied in /var/www/clients/client0/web4/web/components/com_component/elements/directories.php on line 102
Warning: readdir(): supplied argument is not a valid Directory resource in /var/www/clients/client0/web4/web/components/com_component/elements/directories.php on line 103
Warning: closedir(): supplied argument is not a valid Directory resource in /var/www/clients/client0/web4/web/components/com_component/elements/directories.php on line 129
if I set web folder 0755 it works without errors and problems
it's sad that IPSConfig changes all web folders to 0710.
What can I do?
BTW:
Code:
[root@server www]# selinuxenabled
[root@server www]# echo $?
1
[root@server www]# id apache
uid=48(apache) gid=48(apache) groups=48(apache),5004(ispconfig),5005(client0)
Recent comments
1 day 14 hours ago
1 day 23 hours ago
2 days 2 hours ago
2 days 3 hours ago
2 days 5 hours ago
2 days 6 hours ago
2 days 8 hours ago
2 days 9 hours ago
3 days 1 hour ago
3 days 2 hours ago