You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/** * If set to true disables ZF's notion of parent/child layouts in favor of * Twig's inheritance model. */'disable_zf_model' => true,
This is set to true, and as far as I can tell I've disabled all references to the layout, but the application throws the following error:
Fatal error: Uncaught exception 'Zend\View\Exception\RuntimeException' with message 'Zend\View\Renderer\PhpRenderer::render: Unable to render template "layout/layout"; resolver could not resolve to a file' in ...vendor/zendframework/zendframework/library/Zend/View/Renderer/PhpRenderer.php:498
Am I missing something?
The text was updated successfully, but these errors were encountered:
Zfc module.config.php
This is set to true, and as far as I can tell I've disabled all references to the layout, but the application throws the following error:
Am I missing something?
The text was updated successfully, but these errors were encountered: