Soma Posted September 1, 2013 Share Posted September 1, 2013 I'm just trying to do something in my bootstraped php file and it doesn't work anymore in latest dev. When I switch to an older version it works. Anyone got experience the same? Link to comment Share on other sites More sharing options...
Soma Posted September 1, 2013 Author Share Posted September 1, 2013 Something strange going on as suddenly the latest wire version stopped working at all, after switching back. I then put in again older version and it needed two refreshs to get it work again. After changing again to latest it again stopped working at all. I now dropped in a new copy of the latest wire folder from the repo and it works again, even in bootstrap. Hmm. Link to comment Share on other sites More sharing options...
Soma Posted September 1, 2013 Author Share Posted September 1, 2013 Ok I'm stupid, as I placed an exit in core to debug something... not my day I guess. 5 Link to comment Share on other sites More sharing options...
horst Posted September 1, 2013 Share Posted September 1, 2013 Ok I'm stupid, as I placed an exit in core to debug something... not my day I guess. It doesn't do anything. Ok strange, now it works, and I only added some echo "test" inside the getPageImageManipulator() and uploaded. So I think I got when testing added a exit() there and haven't uploaded the module when removing it. Darn. Thanks for your time. Soma, you no more should use exit for that sort of "rapid debugging"! Maybe you should use the "advanced rapid debug" method like: die("<p style='margin:10px;padding:20px;background-color:sienna;color:white;'>RIP :: now I'm dead, because Soma has shot me here: <br />" . __FILE__ . ' : ' . __LINE__ . '</p>'); 1 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