-
-
Notifications
You must be signed in to change notification settings - Fork 14
Description
Hello
I enabled cache config in application.config.php:
...
'config_cache_enabled' => true,
'config_cache_key' => 1,
'cache_dir' => __DIR__ . '/../data/cache',
...And I have some errors then :
( ! ) Fatal error: Uncaught exception 'Zend\View\Exception\RuntimeException' with message 'Zend\View\Renderer\PhpRenderer::render: Unable to render template "zend-developer-tools/toolbar/zendframework"; resolver could not resolve to a file' in .../vendor/zendframework/zendframework/library/Zend/View/Renderer/PhpRenderer.php on line 493
( ! ) Zend\View\Exception\RuntimeException: Zend\View\Renderer\PhpRenderer::render: Unable to render template "zend-developer-tools/toolbar/zendframework"; resolver could not resolve to a file in .../vendor/zendframework/zendframework/library/Zend/View/Renderer/PhpRenderer.php on line 493
Originally posted by @Nirzol at zendframework/zend-developer-tools#188