UKBouldering.com

the site => suggestions, requests, support => Topic started by: slackline on December 06, 2016, 04:11:38 pm

Title: Permissions problem
Post by: slackline on December 06, 2016, 04:11:38 pm
Just noticed that the T-Shirt Gallery (http://ukbouldering.com/media/t_shirt_viewer/?page=4) 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