I was using memchached on the old server but decided not to use it on the new one.
So I thought all you need to do is remove the cache code from config.php file but when I do it gives this error:
Zend_Cache_Exception: cache_dir is not writable - library/Zend/Cache.php
The only way I can get the site to work is by adding front end cache to the config.
true; $config['cache']['frontend'] = 'Core'; $config['cache']['frontendOptions']['cache_id_prefix'] = 'xf_';
So I thought all you need to do is remove the cache code from config.php file but when I do it gives this error:
Zend_Cache_Exception: cache_dir is not writable - library/Zend/Cache.php
The only way I can get the site to work is by adding front end cache to the config.
true; $config['cache']['frontend'] = 'Core'; $config['cache']['frontendOptions']['cache_id_prefix'] = 'xf_';