We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
What Happened RunTimeException was thrown and cake debug is not showing stack trace
Notice (8): Undefined variable: trace [CORE/templates/element/exception_stack_trace_nav.php, line 21] Warning (2): Invalid argument supplied for foreach() [CORE/templates/element/exception_stack_trace_nav.php, line 21]
Expected Behavior Shows stack trace
Steps to Reproduce See steps in #64
Potential fix in MixerApiExceptionRenderer::debugViewVars
if (!Configure::read('debug')) { return $viewVars; }
Version and Platform (please complete the following information):
The text was updated successfully, but these errors were encountered:
[ExceptionRender] - Not showing stack trace #65
101a97b
fd59d63
cnizzardini
No branches or pull requests
What Happened
RunTimeException was thrown and cake debug is not showing stack trace
Expected Behavior
Shows stack trace
Steps to Reproduce
See steps in #64
Potential fix in MixerApiExceptionRenderer::debugViewVars
Version and Platform (please complete the following information):
The text was updated successfully, but these errors were encountered: