One of the reasons to enable the System - Debug
plugin is for debugging - the problem is that it doesnt actually load on a page that is an error page!
To replicate, login to Joomla 4 admin and enable the System - Debug
plugin
Then create a PHP error (easy to do, edit administrator/components/com_cpanel/src/Controller/DisplayController.php and add
Factory::isAdmin();
after
public function display($cachable = false, $urlparams = array())
{
Then visit Home Dashboard
menu item
Same as the actual result below - but with the debug toolbar at the bottom as well so that the request can be inspected.
Joomla 4 beta 1
Labels |
Added:
?
|
Status | New | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2020-08-17 06:46:16 |
Closed_By | ⇒ | SharkyKZ |
Please test PR #30394.