Hello,

I have multiple drupal sites on my server, and I am trying to set
$conf['filecache_directory'] = '/tmp/filecache-SITENAME';
yet, the files always go to filecache-default in tmp.

Any tips how to resolve this?

Comments

giorgio79’s picture

Status: Active » Closed (works as designed)

Arrgh, my settings.php was write protected and did not notice it in WinSCP. setting filecache_directory works like magic.