Details
-
Type: Bug
-
Status: In Quality Assurance
-
Priority: Trivial
-
Resolution: Unresolved
-
Affects Version/s: 4.4.9
-
Fix Version/s: Unscheduled
-
Component/s: None
-
Labels:None
-
Versioning Impact:Patch (backwards-compatible bug fixes)
-
Documentation Required?:None
Description
CiviCRM checks for writable smarty cache in CRM/Core/Smarty.php, but this check is unnecessary in CLI mode (we don't need to write to smarty cache) and unhelpful (it bails out even if we weren't going to write there).
Checking php_sapi_name() before bailing out prevents this.
Attachments
Issue Links
- is supplemented by
-
CRM-16604 drush and www-data conficts on templates_c permission
- Done/Fixed