dylan684 Posted December 31, 2007 Share Posted December 31, 2007 Im trying to install the ZenCart shopping cart onto my already existing website and have no experience with PHP or installing shopping carts, i am familiar with html coding. I have uploaded all the files that i downloaded from zencart to my web server and i am following the tutorial that they provided. The tutorial says i must chance the file permissions on certain files to "777", i have no clue how to do this. The tutorial says it is as simple as right clicking on the file name in the file manager on the web server and selecting "properties" then checking/unchecking options but there is no "properties". Any help would be greatly appreciated. I am using firefox and windows xp if that helps. Quote Link to comment https://forums.phpfreaks.com/topic/83781-help-changing-permissions-on-a-file/ Share on other sites More sharing options...
revraz Posted December 31, 2007 Share Posted December 31, 2007 Use a FTP client. Quote Link to comment https://forums.phpfreaks.com/topic/83781-help-changing-permissions-on-a-file/#findComment-426287 Share on other sites More sharing options...
dylan684 Posted December 31, 2007 Author Share Posted December 31, 2007 tried that too. my server is bravenet.com and their ftp client does not have any options that i can find to change permissions, are you aware of any on bravenet? Quote Link to comment https://forums.phpfreaks.com/topic/83781-help-changing-permissions-on-a-file/#findComment-426294 Share on other sites More sharing options...
revraz Posted December 31, 2007 Share Posted December 31, 2007 Use a 3rd party FTP client like WS_FTP. You should be asking your Host these questions. Quote Link to comment https://forums.phpfreaks.com/topic/83781-help-changing-permissions-on-a-file/#findComment-426295 Share on other sites More sharing options...
dylan684 Posted December 31, 2007 Author Share Posted December 31, 2007 my host isnt available, their support tickets take up to 48 hours to get answered, a back and forth conversation could take a week! (find a new host, i know, too late) anyway, if you can help that would be excellent. where can i find this ftp client you suggested? Quote Link to comment https://forums.phpfreaks.com/topic/83781-help-changing-permissions-on-a-file/#findComment-426298 Share on other sites More sharing options...
raku Posted December 31, 2007 Share Posted December 31, 2007 If you have SSH access to the server, just ssh in and chmod the files. For example: chmod 777 file.php Quote Link to comment https://forums.phpfreaks.com/topic/83781-help-changing-permissions-on-a-file/#findComment-426318 Share on other sites More sharing options...
dylan684 Posted December 31, 2007 Author Share Posted December 31, 2007 If you have SSH access to the server, just ssh in and chmod the files. For example: chmod 777 file.php not sure how i would do that? like i said all of this is new to me. can you explain further? Quote Link to comment https://forums.phpfreaks.com/topic/83781-help-changing-permissions-on-a-file/#findComment-426354 Share on other sites More sharing options...
TheUnknown Posted December 31, 2007 Share Posted December 31, 2007 download filezilla connect to your server Right click on file in question and then change file attributes Quote Link to comment https://forums.phpfreaks.com/topic/83781-help-changing-permissions-on-a-file/#findComment-426355 Share on other sites More sharing options...
dylan684 Posted December 31, 2007 Author Share Posted December 31, 2007 GOT IT Thanks! Quote Link to comment https://forums.phpfreaks.com/topic/83781-help-changing-permissions-on-a-file/#findComment-426358 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.