Details
-
Type: Bug
-
Status: Open
-
Priority: Trivial
-
Resolution: Unresolved
-
Affects Version/s: 4.3.0
-
Fix Version/s: Unscheduled
-
Component/s: None
-
Labels:None
-
Versioning Impact:Patch (backwards-compatible bug fixes)
Description
So file based alternative for cache in trunk
To test, add in your civicrm.setting.php
define ('CIVICRM_DB_CACHE_CLASS', 'SerializeCache');
http://forum.civicrm.org/index.php/topic,26408.0.html
Problem identified: if mixing drush and web, the cache files (in template_c) got different owners, and you got errors down the road (eg. when trying to clear a cache that was created by the other side.
Attachments
Issue Links
- supplements
-
CRM-10744 Refine caching systems
- Won't Do