CS-Cart v4 Instillation Question

Hello All,



I am trying to install v4 of of CS-Cart on a new Hostgator VPS (New Store) and I am confused by the section of the instillation guide ( https://www.cs-cart…stallation.html ) dealing with permissions. Below is what is confusing me and my comments are in red.



---------------------



Change the original file permissions as advised below.



chmod 666 config.local.php [color=#ff0000]-- Changed this on the server to 666[/color]



chmod -R 777 design images var [color=#ff0000]-- There is no directory path design > images > var. I thought maybe it might mean change the design, images and var directories in the root to 777, but the next 3 steps below change those three to 666. So what should they be?[/color]



find design -type f -print0 | xargs -0 chmod 666 [color=#ff0000]-- Please see comment above…[/color]



find images -type f -print0 | xargs -0 chmod 666[color=#ff0000] – Please see comment above…[/color]



find var -type f -print0 | xargs -0 chmod 666 [color=#ff0000]-- Please see comment above…[/color]



chmod 644 design/.htaccess images/.htaccess var/.htaccess var/themes_repository/.htaccess [color=#ff0000]-- None of these .htaccess files exist in the v.4 download. I have turned on hidden files through cPanels file manager and still don't see these files… I have even downloaded the v4 zip from the files area twice to make sure I didn't have a corrupted version.[/color]



chmod 644 design/index.php images/index.php var/index.php var/themes_repository/index.php



---------------------



Any help clearing this up would be greatly appreciated!



Thanks,

Paul

chmod 777 (folders):[list]

[]/design

[
]/images

[]/var

[/list]

chmod 666 (all files):[list]

[
]/design/

[]/images/

[
]/var/

[/list]

chmod 644 (I am able to see these files):[list]

[]/design/.htaccess

[
]/images/.htaccess

[]/var/.htaccess

[
]/var/themes_repository/.htaccess

[/list]

Thank you for the quick reply, that cleared things up for me… For some reason my mac had the .htaccess files hidden and as a dubble whammy my FTP client skipped over the htaccess files when I pushed the files to the site…



Once I realized that it was much smoother sailing…



Thanks again for the help!



Paul

Just a tip for next time or anyone else…upload the .tgz or .zip file to your server then extract from there.

I'm glad that worked for you Galactica. I can't get the install to move from the first server and admin info screen. Uploaded the .zip and extracted on the server. Adjusted the permissions as per the remarks here but nothing. It's a new install on a clean, Martfox semi-VPS.



Not quite sure what to do next, really.



Wil

[quote name='whistle wolf' timestamp='1372593027' post='164638']

I'm glad that worked for you Galactica. I can't get the install to move from the first server and admin info screen. Uploaded the .zip and extracted on the server. Adjusted the permissions as per the remarks here but nothing. It's a new install on a clean, Martfox semi-VPS.



Not quite sure what to do next, really.



Wil

[/quote]



I had to FTP mine up to our VPS… Did you set the permissions manually or run the script in the install docs? I ran the script and it seemed to work fine…



I am no CS-Cart expert ( new user) but I would double check all of the server settings and what not before trying again.



Hope that helps,

Paul

Everything's OK now. Had to set certain permissions for all folders (thank goodness for cpanel have a recursive function or I'd have been there all night). In the end I had missed database permissions which I guess is a schoolboy error. Still, we live and learn. I'm certainly no expert.



Thanks for the reply.



Wil