I am using PHP8
and the project is in Cakephp4
.
For any single notice
or warning
, it gives Template Exception Error
and breaks the project.
Fatal error: Type of Cake\View\Exception\MissingTemplateException::$file must be string (as in class Exception)
Is there any solution for this issue, so that notice or warnings
can be excluded and the view will work fine?