Closed (fixed)
Project:
File Cache
Version:
7.x-1.0-beta1
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
26 Aug 2011 at 15:01 UTC
Updated:
11 Sep 2011 at 08:31 UTC
If you provide a directory replacement in $conf['filecache_directory'] containing more than one directory, for example '/tmp/'.$subdomain.'/filecache', the cache directory wont be created as the mkdir does not provides the 'recursive' parameter by default.
This simple patch fix it.
| Comment | File | Size | Author |
|---|---|---|---|
| filecache.inc-7.x-1.0-beta1-mkdir_recursive.patch | 550 bytes | regilero |
Comments
Comment #1
ogi commentedFixed in 446a55c. Thanks!