installtion erro "CS-Cart is not installed. Please click here to start the installation process: [install]"

Please help me…



is for anyone Cs-cart 4 installation is smooth??



I am getting this error for installation…





[color=#000000]CS-Cart is [/color]not installed[color=#000000]. Please click here to start the installation process: [/color][install]



if i click on install nothing happens

I changed below and it worked fine…



[color=#555555][font=Verdana,]chmod 755 -R public_html[/font][/color]

That will make all your files 755 as well as directories. Many environments won't allow that for PHP files. Suggest you run two commands to set directories to one permission and files to another.

find . -type d | xargs chmod 755

find -type f | xargs chmod 644

.