Call to a member function getTemplatePath()
Describe the bug when create custom action and render twig. it's worked before version 4.16
Duplicated of #6513
To Reproduce ... return $this->render(view: 'create.html.twig', parameters: [ 'form' => $form, ]); ... (OPTIONAL) Additional context
This error is explained here and a pull request has already been made:
This error is explained here and a pull request has already been made:
Hi! The weird thing is that I have a custom controller with two actions.
The first action works like a charm when is the first out of a EasyAdmin crud, but on the second it breaks.
Hello ! I'm having exactly the same issue despite using dashboard and crud controllers only
(the issue is random, sometimes it works, sometimes it crashes with that error) I'm running v4.24.7 on frankenphp worker mode.
I have checked this out too https://github.com/EasyCorp/EasyAdminBundle/issues/5986 which isn't exactly related, but seems very similar
Hello ! I'm having exactly the same issue despite using dashboard and crud controllers only
(the issue is random, sometimes it works, sometimes it crashes with that error) I'm running v4.24.7 on frankenphp worker mode.
I have checked this out too #5986 which isn't exactly related, but seems very similar
I have exactly same issue with FrankenPHP worker mode.
EasyAdmin 4.24.9 FrankenPHP 1.9 with PHP 8.4.10
I have this error too:
An exception has been thrown during the rendering of a template ("Call to a member function getI18n() on null") in @!EasyAdmin/layout.html.twig at line 2.