Я следовал инструкциям по настройке Hubzilla здесь.
https://project.hubzilla.org/help/en/admin/administrator_guide#Manual_Installation
Я выполнил команду
chmod -R 777 store
Но она все равно выдает мне эту ошибку, когдаЯ просматриваю страницу в браузере.
ERROR: folder /var/www/html//store/[data]/smarty3 must be writable by webserver.
Я пытался chown -R apache:apache store
и chmod o-w -R store
сжать ее, но это не сработало, поэтому я просто запустил chmod -R 777 store
снова.Вот разрешения.
[root@fsphub html]# ls -ld store
drwxrwxrwx. 3 apache apache 20 Dec 1 22:08 store
[root@fsphub html]# ls -lR store
store:
total 0
drwxrwxrwx. 3 apache apache 21 Dec 1 22:08 [data]
store/[data]:
total 0
drwxrwxrwx. 2 apache apache 6 Dec 1 22:08 smarty3
store/[data]/smarty3:
total 0
Apache работает как apache
.
[root@fsphub html]# ps -ef | grep http
root 16997 1 0 21:47 ? 00:00:00 /usr/sbin/httpd -DFOREGROUND
apache 16998 16997 0 21:47 ? 00:00:00 /usr/sbin/httpd -DFOREGROUND
Что может быть не так?
PHP 7.2.12