Closed dinamic closed 11 years ago
The issue seem to be with the LiipDoctrineCacheBundle.
There's workaround - set the type of cache to an array. Example config.yml:
liip_doctrine_cache:
namespaces:
meta:
type: array
nodes:
type: array
yes .. but array will only cache inside the request therefore severely limiting the usefulness. there is a fix for this https://github.com/doctrine/common/issues/180 but it seems to have only been applied to the new doctrine cache lib which has not been released as stable.
Using the default setup is impossible to get a working environment while using Windows OS.
Consider the following output:
var_dump($filepath)