Jono Hartman

Results 14 comments of Jono Hartman

Same thing as well. Downgrading to 2.0.1 works, but if you're using the latest release (eg. just doing `go get ...`), this error occurs. **Edit** these other issues seem to...

@frederikhors this is what worked for me (note, this is within Docker, using the `golang:1.11.3-alpine3.8` image): ``` #!/usr/bin/env bash export GO111MODULE=off cd ~/ go get github.com/oxequa/realize cd /go/src/github.com/oxequa/realize && \...

@aembler Yea so this one is a total bitch. I'm trying to setup a vagrant machine w/ an NFS filesystem to duplicate the issue and hack on it locally; I'll...

@aembler Since its just used for the caching layer at the moment, I'm going to try and wire up and use the Redis driver and see what happens. Hopefully that'll...

@aembler PS - if you have any guidance on to go about overriding C5's configuration where it specifies that Stash uses the Filesystem driver it'd be helpful

@mkly Helpful as always, thanks for that reference, helped with getting the override working. @aembler I got Redis wired up as the cache store and it seems to have fixed...

@EC-Joe Cache drivers have been switched out and Redis is successfully wired up, per my last message [here's the application/config/concrete.php file](https://gist.github.com/jhartman86/ab1d7100cdee3dc520cf). So that's a win there. You are right about...

@aembler @EC-Joe @Mnkras @mkly Bumping this thread. Overriding the cache settings in application/config/concrete.php to use Redis allowed for skirting around the original issue of file locking on NFS. Thats not...

@aembler Totally agree, there is no one-size-fits-all environments, and I understand the decisions behind the configuration settings for 5.7. C5 needs to run on lots of systems - so storing...

Definitely have to second @mkly on everything said regarding generated_overrides directory. Given I've been naively trying to figure out what's going on under the hood, but if flat file storage...