@eveh sorry ðŸ¤
Try this
body { font-size: 2rem !important; }I'm not sure why you are getting that permission error. @julian might have a better idea.
Okay, I figured out the Redis thing. The permissions for dump.rdb were fine. But I had to expand the permissions for the directory they were in (/redis).
Still having the same problem with the app though. The redirect to /register isn't working and I'm getting the white screen minus the nav bar instead of getting routed to /403 or /register.
There's no reason why the dumpfile should be owned by root:wheel
. Try shutting down redis, deleting dump.rdb
, and starting redis again with sudo service redis-server start
.
You should not need root to use redis-cli
.
What does the chrome inspector say when you are redirected to /register
?
I never get redirected to /register.
Okay, thanks for the suggestion. I'll give it a try.
In response to:
sudo service redis-server start
I get:
sudo: service: command not found
Plus, that doesn't give me a way to specify my redis.conf file, right?
@aaron It depends on how you installed redis. You'd use service
if it was installed via apt-get
, usually.
I'm on a mac so I think I used Brew to install Redis. What was starting it that way going to accomplish? Do you know another way? Thanks!
Ah, when it comes to Macs, I probably know less than you do...!
Thanks @baris. Do you know what this warning signifies?
warn: [init] Cache buster not set
Sorry to necro a thread, but was this ever realized?
@Tanner Yupp.
Go into category permissions and tick Find Category for guests, but leave everything else unticked, then tick everything for registered and admins and any custom groups you created, they'll see the category on the home screen, but need to log in before they can read, see here: http://35hz.co.uk
Click A-Z of production.
@a_5mith said:
@Tanner Yupp.
Go into category permissions and tick Find Category for guests, but leave everything else unticked, then tick everything for registered and admins and any custom groups you created, they'll see the category on the home screen, but need to log in before they can read, see here: http://35hz.co.uk
Click A-Z of production.
I was hoping for more of a one-click "Make Forum Private" solution but that answers my question, thanks