mindplay.dk Posted November 9, 2012 Share Posted November 9, 2012 Anyone else attempted to use ChromePhp for debugging with ProcessWire? It doesn't seem to work - doesn't output errors or anything, just doesn't seem to do anything at all... 1 Link to comment Share on other sites More sharing options...
Soma Posted November 9, 2012 Share Posted November 9, 2012 Works fine here. Where nclude it and where? BTW looks like a nice tool, thanks for posting. 1 Link to comment Share on other sites More sharing options...
mindplay.dk Posted November 9, 2012 Author Share Posted November 9, 2012 Anywhere. I've tried including and calling from a module, from index.php, and from the config-file. I'm using it on other projects, so I know it works. Just doesn't work on this one. Odd.... Link to comment Share on other sites More sharing options...
Soma Posted November 9, 2012 Share Posted November 9, 2012 Hmm, I included it in frontend main template at top and works. I include it in PW root index.php on line #184 and it works. Link to comment Share on other sites More sharing options...
Soma Posted November 9, 2012 Share Posted November 9, 2012 If I include it in the index.php I also can output log in a modules ready(). It even logs ajax requests on the pagelist tree xhr. Not sure why it's not working for you. Link to comment Share on other sites More sharing options...
mindplay.dk Posted November 9, 2012 Author Share Posted November 9, 2012 Duh, it was turned off! ... it's hard to see on the icon in the client that it's even possible to turn it on/off ... man, I'm having a slow day 2 Link to comment Share on other sites More sharing options...
chiragch Posted July 5, 2013 Share Posted July 5, 2013 I am also trying to display the output using ChromePhp::log('hello console') in console but its not displaying anything. I have added the extension and re-install Google chrome but then too its not working.Initially, it was working but when i updated my current Google chrome updates in Ubuntu 12.04 it stopped displaying in console.I also tried in other systems where Google chrome version is not the same as mine, and its working fine there.My current version is 28.0.1500.71.I tried to download old version of Google chrome but could not find one.Please help me. Link to comment Share on other sites More sharing options...
Soma Posted July 5, 2013 Share Posted July 5, 2013 I just installed, went to site, enabled ChromePhp, hit refresh and it's showing in console. This is on latest Chrome 27.0.1453.116 Mac OSX with ChromeLogger 4.0.2 https://chrome.google.com/webstore/detail/chrome-logger/noaneddfkdjfnfdakjjmocngnfkfehhd Looks like you got the Chrome beta version 28. I think it either could be a bug in Chrome beta or ChromeLogger with this version of Chrome. I updated the module to 0.0.4 with a newer ChromePhp class 4.1.0, maybe it's working out for you now. Link to comment Share on other sites More sharing options...
Soma Posted July 5, 2013 Share Posted July 5, 2013 Oh the PW module is here http://modules.processwire.com/modules/chrome-php-logger/ 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