Skip to main content

This site requires you to update your browser. Your browsing experience maybe affected by not having the most up to date version.

We've moved the forum!

Please use forum.silverstripe.org for any new questions (announcement).
The forum archive will stick around, but will be read only.

You can also use our Slack channel or StackOverflow to ask for help.
Check out our community overview for more options to contribute.

Installing SilverStripe /

Getting SilverStripe up and running on your computer and on your web server.

Moderators: martimiz, Sean, Ed, biapar, Willr, Ingo, swaiba

Uncaught Zend_Cache_Exception: cache_dir must be a directory


Go to End


33 Posts   37593 Views

Avatar
atticusservices

Community Member, 10 Posts

19 August 2010 at 12:56pm

@tazzydemon

Permission issues could also cause the same error, but in a lot of cases the it seems to be caused by the $_ENV['TMPDIR'] variable not being set properly by SilverStripe. See ccburns's original post. SilverStripe tries to write to a random tmp directory and changing the permissions only fix the problem until the server is restarted... but that may not be the case in your situation.

Go to Top