ShonLevi Posted August 13, 2016 Share Posted August 13, 2016 Hey guys, I worked on prestashop in my localserver (wamp-localhost) And now upload all fhe files and connect database in phpmyadmin Everything works great, but some features in the admin panel don't working like uploading new images, or delete some files, etc... I think the problem is that in my localhost - prestashop didn't need any permissions of the folders, and now it should have some 777/755 permission in some folders. THE PROBLEM - is that I don't know what folders/files should have 777 permission. Please help me and give me a list of files that I should change their permission to 777. Thanks ! Link to comment Share on other sites More sharing options...
Bill Dalton Posted August 14, 2016 Share Posted August 14, 2016 This should do it, http://doc.prestashop.com/display/PS16/Installing+PrestaShop Recursive write permission on ~/config/ Recursive write permission on ~/cache/ Recursive write permission on ~/log/ Recursive write permission on ~/img/ Recursive write permission on ~/mails/ Recursive write permission on ~/modules/ Recursive write permission on ~/override/ Recursive write permission on ~/themes/default/lang/ Recursive write permission on ~/themes/default/pdf/lang/ Recursive write permission on ~/themes/default/cache/ Recursive write permission on ~/translations/ Recursive write permission on ~/upload/ Recursive write permission on ~/download/ Recursive write permission on ~/sitemap.xm Link to comment Share on other sites More sharing options...
ShonLevi Posted August 14, 2016 Author Share Posted August 14, 2016 This should do it, http://doc.prestashop.com/display/PS16/Installing+PrestaShop Recursive write permission on ~/config/ Recursive write permission on ~/cache/ Recursive write permission on ~/log/ Recursive write permission on ~/img/ Recursive write permission on ~/mails/ Recursive write permission on ~/modules/ Recursive write permission on ~/override/ Recursive write permission on ~/themes/default/lang/ Recursive write permission on ~/themes/default/pdf/lang/ Recursive write permission on ~/themes/default/cache/ Recursive write permission on ~/translations/ Recursive write permission on ~/upload/ Recursive write permission on ~/download/ Recursive write permission on ~/sitemap.xm Hey, Thanks for your comment. When I try to write that permission it ask me if I want to: 1. write it to all folders inside 2. write it to all files inside Should I mark one of these? or only do the primary folder you mentioned? Link to comment Share on other sites More sharing options...
Bill Dalton Posted August 14, 2016 Share Posted August 14, 2016 1. write it to all folders inside Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now