Was looking at the debug plugin and saw this "open" icon - don't really remember seeing it before
Clicking on the icon produces this
Checking the browser console shows
From the docs this is clearly broken https://php-debugbar.com/docs/openhandler/
The debug bar can open previous sets of collected data which were stored using a storage handler (see previous section). To do so, it needs to be provided an url to an open handler.
Labels |
Added:
No Code Attached Yet
|
Labels |
Added:
bug
|
don't really remember seeing it before
This was always there, almost since beginning of using this DebugBar for debug plugin
ah- i see that option now in the plugin.
so basically the openhandler icon and link should not be present if the option is not enabled in the plugin
or display a message that you need to enable the "Track History Request" option.
anything is better than a silent error
Status | New | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2025-07-17 17:15:36 |
Closed_By | ⇒ | brianteeman |
That because "Track Request History" is set to Off. You have to enable it to collect the history.
We probably still could hide that icon, if it is configurable in debugbar script.
Or even better, show a warning popup, to enable "Track Request History" option when user need that.