Steve Joms Posted September 7, 2016 Share Posted September 7, 2016 (edited) Hi All, I've been seeing this error on my back end about my files and folders, and also the GD library and mbstring. Does anyone know what is missing in my configs? Required parameters Please fix the following error(s) Set write permissions for the "cache" folder. Set write permissions for the "log" folder and subfolders. Set write permissions for the "img" folder and subfolders. Set write permissions for the "modules" folder and subfolders. Set the write permissions for the "themesleostyl/lang/" folder and subfolders, recursively. Set write permissions for the "translations" folder and subfolders. Set write permissions for the "upload" folder and subfolders. Set write permissions for the "download" folder and subfolders. Enable the GD library on your server. Set write permissions for the "config" folder. Set write permissions for the "mails" folder and subfolders. Optional parameters Please fix the following error(s) mbstring dom Cheers! -Joe Edited September 9, 2016 by joms (see edit history) Link to comment Share on other sites More sharing options...
Steve Joms Posted September 8, 2016 Author Share Posted September 8, 2016 (edited) By the way the GD library and mbstring are fixed. Now only the file permission/ownership issue Edited September 8, 2016 by joms (see edit history) Link to comment Share on other sites More sharing options...
rocky Posted September 8, 2016 Share Posted September 8, 2016 You should recursively apply chmod 755 to your directories. Your files should be chmod 644. Link to comment Share on other sites More sharing options...
Steve Joms Posted September 8, 2016 Author Share Posted September 8, 2016 Can you show me the command on how to do that? I'm using AWS redhat linux server. Thanks Link to comment Share on other sites More sharing options...
rocky Posted September 8, 2016 Share Posted September 8, 2016 Sorry, I can't help you with that. I'm a Windows user. Hopefully, you can find something on Google. Link to comment Share on other sites More sharing options...
Steve Joms Posted September 8, 2016 Author Share Posted September 8, 2016 Its okay rocky, Thanks for the response. 1 Link to comment Share on other sites More sharing options...
Steve Joms Posted September 9, 2016 Author Share Posted September 9, 2016 This issue is now fixed. Since I'm using Redhat linux server to enable file uploading on linux machine i run the command sudo setsebool -P httpd_unified on because even I set to 777 or 775 or 755 still the write permission issue is still occuring. I found out that in RHEL machine it must be enabled to run prestashop. 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