OpenCart 3.x + CentOs7
Потрясающее количество мануалов по установке начинается с отключения SELinux’а. Мне это кажется тонкой издёвкой, у меня в процессе установки получился такой набор правил:
chmod 0755 ./system/storage -R
chcon -t httpd_sys_rw_content_t ./ system/storage -R
chmod 755 ./admin/config.php
chcon -t httpd_sys_rw_content_t ./ admin/config.php
chmod 755 ./config.php
chcon -t httpd_sys_rw_content_t ./config.php
chmod 0755 ./image -R
chcon -t httpd_sys_rw_content_t ./image -R