UKBouldering.com

Permissions problem (Read 2047 times)

slackline

Offline
  • *****
  • forum hero
  • Posts: 18863
  • Karma: +633/-26
    • Sheffield Boulder
Permissions problem
December 06, 2016, 04:11:38 pm
Just noticed that the T-Shirt Gallery reports....

Code: [Select]
Cache directory needs write permissions. If all else fails, try running:
chmod 777 /var/www/boulder/media/t_shirt_viewer/resources/cache

It doesn't stop the pages from being displayed though.

I'd be wary of setting those permissions though, it means everything in that directory is then executable by any user.  Depending on the owner/group settings on the directory (you can see these with 'ls -l /var/www/boulder/media/t_shirt_viewer/resources/' ) the following may resolve it more securely...

Code: [Select]
chmod 774 /var/www/boulder/media/t_shirt_viewer/resources/cache


Or since it works it could just be left alone, I doubt many people view those anyway.

 

SimplePortal 2.3.7 © 2008-2024, SimplePortal