tedious / Stash

The place to keep your cache.
http://www.stashphp.com
BSD 3-Clause "New" or "Revised" License
961 stars 133 forks source link

FileDriver: cannot set custom save path for cached items #277

Closed jannejava closed 8 years ago

jannejava commented 8 years ago

Filesystem->getDefaultOptions() and Utilities::getBaseDirectory is called before user's options are applied which causes a file permission error.

Utilities::getBaseDirectory() tries to make a directory before I have been able to set my prefered directory.

tedivm commented 8 years ago

This is resolved in the v1.0.0 dev branch.