Jump to content
thirty bees forum
  • 0

Admin image icons for modules and services are broken


alwayspaws

Question

8 answers to this question

Recommended Posts

  • 0

Files & Folder permissions are related to your server. You can do it with FTP client or via cPanel (if you have). You need to make sure that your files are readable by the web server, so you need to make sure they have 644. Folders should have 755 permission. If you are using VPS and have access from command line, you can run. sudo find your-folder -type f -exec chmod 664 {} + and sudo find your-folder -type d -exec chmod 775 {} +

Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...