This question may be related to a resolved thread.
In the config.php file you can find the following setting:
/*
|--------------------------------------------------------------------------
| Cache Directory Path
|--------------------------------------------------------------------------
|
| Leave this BLANK unless you would like to set something other than the default
| system/cache/ folder. Use a full server path with trailing slash.
|
*/
$config['cache_path'] = '';However, when I set a new path like ‘/home/www/ee_files/cache/’, files are not written to the new destination. For example, the “ee_version” directory is still created at system/expressionengine/cache, as well as the Channel Images temp directories.
Is this expected?
Thanks!