Ivan Gretsky Posted November 14, 2021 Share Posted November 14, 2021 Good day! I need to show more than 15 items in the call stack. There must be a setting for this, but I can't find it) I need to see what's there between 14 and 37)) Link to comment Share on other sites More sharing options...
adrian Posted November 14, 2021 Share Posted November 14, 2021 What you're coming across is actually this: https://github.com/processwire/processwire-issues/issues/829 I've been trying to fix it for a while now:https://github.com/processwire/processwire-issues/issues/829https://github.com/adrianbj/TracyDebugger/issues/35https://github.com/adrianbj/TracyDebugger/issues/36https://github.com/adrianbj/TracyDebugger/issues/58 But unfortunately it still doesn't work properly in some scenarios. Could you describe your situation and maybe we can get Ryan involved again to see if he has any ideas or changes he could make to the PW core to prevent this. 1 Link to comment Share on other sites More sharing options...
Ivan Gretsky Posted November 14, 2021 Author Share Posted November 14, 2021 Whoa! I was getting a screen like this so often I thought it is like it should be) Right now I've got a FormBuilderProcessor::formSubmitSuccess hook in ready.php. Inside it i call $this instead of the variable name. And get this behavior. But as I said I was getting it soo many times before... Next time I'll notice it I'll report back again. Link to comment Share on other sites More sharing options...
adrian Posted November 14, 2021 Share Posted November 14, 2021 Interesting you are seeing that so often - it's quite rare for me. I just tested a FB hook but the output looks OK to me. Could you perhaps share something that triggers that stacktrace as a string? Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now