简体   繁体   中英

CS-Cart and UNIX permissions

I am installing CS-Cart software on Apache server and it does not work. I tried to follow instructions, but there is always an error: SERVICE UNAVAILABLE (as shown bellow). 暂停服务 Before installation, we have to change permissions to this: 权限

Is it right, if I changed permissions of: - config.local.php to 666 - (directories) design, images, var to 777 Should I do anything else? Sadly, I do not have an access to terminal and I have to change it manually.

Thank you for your answers!

Please open the config.local.php file and replace:

ini_set('display_errors', 0);

with

ini_set('display_errors', 1);
define('DEVELOPMENT', true);

Then reload the page to see error text message.

Hope this will help

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM