Skip to content

Laminas Uncaught exception

I am facing this issue: Uncaught exception ‘LaminasViewExceptionRuntimeException’ with message ‘LaminasViewRendererPhpRenderer::render: Unable to render template “error”; resolver could not resolve to a file’ in /project/vendor/laminas/laminas-view/src/Renderer/PhpRenderer.php:497 Magento version 2.4.3P-1 PHP 7.4 Can anyone please suggest me the solution for this?

Error: Call to a member function getFieldValue() on bool in vendor/magento/framework/App/PageCache/Kernel.php:134

I was getting this error when sending response to the get type ajax controller. the code was like below. <?php declare(strict_types=1); namespace VendorModuleControllerIndex; use MagentoFrameworkAppActionHttpGetActionInterface; use MagentoFrameworkAppResponseHttp; use MagentoFrameworkControllerResultInterface; use MagentoFrameworkExceptionLocalizedException; use MagentoFrameworkSerializeSerializerJson; use MagentoFrameworkViewResultPageFactory; use PsrLogLoggerInterface; class Download implements… Read More »Error: Call to a member function getFieldValue() on bool in vendor/magento/framework/App/PageCache/Kernel.php:134