sonata-project / cache

[Deprecated] Cache library
https://github.com/sonata-project/cache
MIT License
331 stars 29 forks source link

ApcCache error #1

Closed rigosv closed 10 years ago

rigosv commented 10 years ago

PHP Catchable fatal error: Argument 3 passed to Sonata\Cache\Adapter\Cache\ApcCache::__construct() must be of the type array, string given, called in /home/kaiba/NetBeansProjects/siig/app/cache/dev/appDevDebugProjectContainer.php on line 5343 and defined in /home/kaiba/NetBeansProjects/siig/vendor/sonata-project/cache/lib/Adapter/Cache/ApcCache.php on line 44

rigosv commented 10 years ago

Construct on sonata-project/cache/lib/Adapter/Cache/ApcCache.php is: public function __construct($url, $prefix, array $servers)

Construct on sonata-project/cache-bundle/Sonata/CacheBundle/Adapter/ApcCache.php is: public function __construct(RouterInterface $router, $token, $prefix, array $servers)

What is the correct?

rande commented 10 years ago

Fix https://github.com/sonata-project/SonataCacheBundle/commit/390364427f81944a1cfc9f419b516dde7926cfc1