I have checked and below files permissions are set correctly
What is the next step?
Thank you!
Permissions for CS-Cart
Most of CS-Cart files should have the 644 permissions, and all directories must be set to 755. When you install CS-Cart, the var, images, and design directories, and all their subdirectories and files should have the 777 permissions. This is required to allow CS-Cart to upload files to these directories for routine operations.
As for the config.local.php file, it must have the 666 permissions. Once the installation is complete, it is strongly recommended to change the access permissions for the files as advised below.
chmod 644 config.local.php
chmod 644 design/.htaccess images/.htaccess
chmod 644 var/.htaccess var/themes_repository/.htaccess
chmod 644 design/index.php images/index.php
chmod 644 var/index.php var/themes_repository/index.php