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
Hi, I found an error that I can't locate, or rather I don't know what caused it. The truth is that I'm using PHP 8.2, but I'm not sure if that makes a difference.
I am using the following code in simple-template.tpl.php, yet the error says that there is an error on line 246.
Venturia/Controller/Action/Helper/SimpleTemplateViewRenderer.php is not a Zend Framework class, but it looks like that's where the bug is. It is calling Zend_View_Abstract->render with a null argument, but the argument should be the name of a template file. ZF should probably throw an error in this case, but it does not, so you deal with the natural consequences of trying to render with a null template file name.
Hi, I found an error that I can't locate, or rather I don't know what caused it. The truth is that I'm using PHP 8.2, but I'm not sure if that makes a difference.
I am using the following code in simple-template.tpl.php, yet the error says that there is an error on line 246.
What exactly causes the framework error and how can it be fixed?
The text was updated successfully, but these errors were encountered: