Can't Install Cs-Cart 4.3.6

Hello all,

I get error message stating the required permission on files and folders are not set. However, when I do ls -lrt it shows that permissions are set correctly. I am installing it on CentOS 7 with Apache 2.4.6. Is there anything I should check?

Cs-cart_ls.png

What error message do you receive?

Screenshoot of the error is attached. Disabling SELinux allowed me to install CS-Cart. Now need to figure out how to make them play nicely together.

Will appreciate any tips.

Thank you.

Cs-cart_Error.png

Screenshoot of the error is attached. Disabling SELinux allowed me to install CS-Cart. Now need to figure out how to make them play nicely together.

Will appreciate any tips.

Thank you.

The issue appears because is_writable function always returns false in SELinux. The right solution is to set up the Policies properly. As a quick fix you can run:

sudo chcon -R -t httpd_sys_rw_content_t directory_name/

for all directories.

You can learn more about this issue on the following page:

http://stackoverflow.com/questions/29343809/php-is-writable-function-always-returns-false-for-a-writable-directory

Thank you for the link. Did not see it before, just revisited forum.