nette / tracy

😎 Tracy: the addictive tool to ease debugging PHP code for cool developers. Friendly design, logging, profiler, advanced features like debugging AJAX calls or CLI support. You will love it.
https://tracy.nette.org
Other
1.76k stars 218 forks source link

Bugfix for bluescreen generated by AJAX #503

Closed kuty closed 3 years ago

kuty commented 3 years ago

Bluescreen method render() requires content.phtml directly without page.phtml. This is causing undefined variable $exceptions for exceptions in AJAX calls. Bugfix appeared after fixing issue #499.

Variable $exceptions was not initiated when content.phtml was required directly without page.phtml in case of AJAX calls.

dg commented 3 years ago

Fixed, thanks