Unix Access Permissions in FTP Language

Installing cscart4



Permissions requirements from instructions



OK chmod 666 config.local.php (right click on file set to 666)

OK chmod -R 777 design images var (right click folder, include subfolders/files file set to 777)



?? find design -type f -print0 | xargs -0 chmod 666 (what does this mean in FTP)

?? find images -type f -print0 | xargs -0 chmod 666 (what does this mean in FTP)

?? find var -type f -print0 | xargs -0 chmod 666 (what does this mean in FTP)





OK chmod 644 design/.htaccess images/.htaccess var/.htaccess var/themes_repository/.htaccess (right click on files set to 644)



OK chmod 644 design/index.php images/index.php var/index.php var/themes_repository/index.php (right click on files set to 644)

need help dont understand unix commands in bold. Getting "

Ooops!



An error occurred" right after license acceptance. Guessing its a file permissions thing.

You need to be at a shell prompt to run those commands. Also, please check with your host for the proper permissions to use for php files and directories within your site. 666 is always a bad idea and is a leftover from when most people used an FTP account to update their stores where now, most sites use http.



It will probably be easiest for you to simply have your host set the appropriate ownerships and permissions for you if you are not experienced at the Unix/Linux command line.

You could also use a FTP client like FileZilla that lets you bulk change permissions on files, folders or both.



Sent from my EVO using Tapatalk 2