New Zenner
- Join Date:
- May 2007
- Posts:
- 12
- Plugin Contributions:
- 0
cancelling a "fix cache key" action
is it possible to cancel a "fix cache key" action, since it didn't synchronized cache directory and database as expected :
Read DIR_FS_SQL_CACHE from configure.php: /var/www/.../cacheDOCUMENT_ROOT
Found SESSION_WRITE_DIRECTORY in database: /var/www/.../cacheDOCUMENT_ROOT
the /var/www/.../cacheDOCUMENT_ROOT should be /.../cache
in my configure.php file, I have written :
define('DIR_FS_SQL_CACHE', $_SERVER['DOCUMENT_ROOT'] . "/shop/cache");
```as suggested by my hosting provider (they have upgraded servers lately)
and not
define('DIR_FS_SQL_CACHE', '/var/www/.../shop/cache');
Thanks for any help !
Fwed