No Code Attached Yet
avatar hsm-berlin
hsm-berlin
29 Mar 2026

There is an warning Joomla 6.0.3 with PHP 8.4.x:

PHP Warning: Undefined array key "" in .../libraries/src/MVC/View/AbstractView.php on line 197

This warning is always displayed if no default model is defined. In this case, it might be better to return null.

if ($this->_defaultModel===null) return null;

avatar hsm-berlin hsm-berlin - open - 29 Mar 2026
avatar hsm-berlin hsm-berlin - change - 29 Mar 2026
Labels Removed: ?
avatar joomla-cms-bot joomla-cms-bot - change - 29 Mar 2026
Labels Added: No Code Attached Yet
avatar joomla-cms-bot joomla-cms-bot - labeled - 29 Mar 2026

Add a Comment

Login with GitHub to post a comment