synik4l Posted April 8, 2013 Share Posted April 8, 2013 Did something get changed by chance? Before upgrading the other day was able to var_dump the return vars of a hook inside the admincp(ie:AfterModuleCreate). And now it seems it just completely ignores my var dumps and echo's was this removed as a security thing? Or something like that? Thanks 0 Quote Link to comment Share on other sites More sharing options...
jclarke Posted April 11, 2013 Share Posted April 11, 2013 It's most likely doing some type of redirect so your echo's never get displayed. It will interrupt the process but one thing you can do for debugging is add an exit(); at the end of your custom function and it will stop the process at your function so you can see your debug lines. 0 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.