User tests: Successful: Unsuccessful:
Pull Request resolves #47526
The debug plugin could assume that $this->queryMonitor was always available and crash with Call to a member function getLogs() on null on some backend AJAX requests when $this->queryMonitor is null. This change makes query explain handling run only when $this->queryMonitor is not null preventing the error.
Some AJAX requests fail with error 500
example:
No errors
Please select:
Documentation link for guide.joomla.org:
No documentation changes for guide.joomla.org needed
Pull Request link for manual.joomla.org:
No documentation changes for manual.joomla.org needed
| Status | New | ⇒ | Pending |
| Category | ⇒ | Front End Plugins |
| Labels |
Added:
bug
PR-6.1-dev
|
||
Thanks. It can be tested now.
I have tested this item ✅ successfully on 6abc860
I have tested this item ✅ successfully on 6abc860
| Status | Pending | ⇒ | Ready to Commit |
RTC
Please revert all unnecessary changes, and just check the
$this->queryMonitorexists