Welcome to the Question2Answer Q&A. There's also a demo if you just want to try it out.
0 votes
514 views
in Q2A Core by

When enabling cache in 1.8.
How to solve it?

Q2A version: 1.8

1 Answer

+3 votes
by

See and edit qa-config.php

define('QA_CACHE_DIRECTORY', '/path/to/writable_cache_directory/');

...