At this line is a call to Joomla\CMS\Application\CMSApplication::getClientId()
. This method is not part of Joomla\CMS\Application\CMSApplicationInterface
and inherently not defined in Joomla\CMS\Application\ConsoleApplication
, therefore the console application will not run when the debug plugin is active.
The console application should run without error.
The console application fails with the debug plugin active due to use of a method not declared as part of the application interface.
Labels |
Added:
?
|
Status | New | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2019-02-10 16:14:13 |
Closed_By | ⇒ | infograf768 |
that can be changed to just:$storagePath = JPATH_CACHE . '/plg_system_debug';
I try to make PR tomorrowah no, it cannot,
then debug history will show mixed debug log, hm
Need to get the name of active App somehow, or something that can separate the log per App