My favorites | Sign in
Logo
          
Details: Show all Hide all

Today

  • 6 hours ago
    issue 124 (FirePHP 0.3.1 not working with Firebug 1.4.2+) commented on by christ...@christophdorn.com   -   It is a problem with FirePHP due to a hack needed to get things working in Firebug 1.4. Please try firebug 1.5 from: http://getfirebug.com/releases/firebug/1.5X/
    It is a problem with FirePHP due to a hack needed to get things working in Firebug 1.4. Please try firebug 1.5 from: http://getfirebug.com/releases/firebug/1.5X/
  • 15 hours ago
    issue 124 (FirePHP 0.3.1 not working with Firebug 1.4.2+) commented on by damir.secki   -   I have the same problem with: firebug: 1.4.5 firefox: 3.5.6 firephp: 0.4.2 firephp.class: 0.3 OS: win7 I found out that console is empty except on rare occasions...I couldn't figure out when.. then it hit me.. the console was empty always.. but if I clicked on another firefox tab and then opened the original back, the console was populated! I don't know if this is firebug's problem or firephp's
    I have the same problem with: firebug: 1.4.5 firefox: 3.5.6 firephp: 0.4.2 firephp.class: 0.3 OS: win7 I found out that console is empty except on rare occasions...I couldn't figure out when.. then it hit me.. the console was empty always.. but if I clicked on another firefox tab and then opened the original back, the console was populated! I don't know if this is firebug's problem or firephp's

Last 30 days

  • Dec 03, 2009
    issue 131 (Outputting to Firebug via Zend_Log gets a page refresh if yr...) Status changed by christoph.dorn   -   1.0 will fix the remaining issues.
    Status: Duplicate
    1.0 will fix the remaining issues.
    Status: Duplicate
  • Dec 03, 2009
    issue 131 (Outputting to Firebug via Zend_Log gets a page refresh if yr...) commented on by joedevon   -   The situation is much better. Pandora doesn't cause much trouble. But still some intermittent problems here and there...I wish I could identify a specific cause though...but I suppose you can close this issue.
    The situation is much better. Pandora doesn't cause much trouble. But still some intermittent problems here and there...I wish I could identify a specific cause though...but I suppose you can close this issue.
  • Dec 03, 2009
    issue 131 (Outputting to Firebug via Zend_Log gets a page refresh if yr...) commented on by christoph.dorn   -   Is this still an issue with 0.4.2: http://www.firephp.org/HQ/FinalRelease.htm ?
    Is this still an issue with 0.4.2: http://www.firephp.org/HQ/FinalRelease.htm ?
  • Nov 27, 2009
    issue 124 (FirePHP 0.3.1 not working with Firebug 1.4.2+) commented on by joedevon   -   Thanks for fixing it. Haven't had any more trouble. Even w/ Pandora in the background.
    Thanks for fixing it. Haven't had any more trouble. Even w/ Pandora in the background.
  • Nov 27, 2009
    issue 124 (FirePHP 0.3.1 not working with Firebug 1.4.2+) commented on by idol...@fox.com   -   Thanks for fixing it. Haven't had any more trouble. Even w/ Pandora in the background.
    Thanks for fixing it. Haven't had any more trouble. Even w/ Pandora in the background.
  • Nov 27, 2009
    issue 124 (FirePHP 0.3.1 not working with Firebug 1.4.2+) commented on by christ...@christophdorn.com   -   @joedevon Good to hear. Sorry about the confusion.
    @joedevon Good to hear. Sorry about the confusion.
  • Nov 27, 2009
    issue 124 (FirePHP 0.3.1 not working with Firebug 1.4.2+) commented on by joedevon   -   Thanks. So far so good, but I'll let you know if it remains stable.
    Thanks. So far so good, but I'll let you know if it remains stable.
  • Nov 27, 2009
    issue 124 (FirePHP 0.3.1 not working with Firebug 1.4.2+) commented on by christ...@christophdorn.com   -   @joedevon Yes. Use 0.4.2. That is the new release (just waiting on mozilla add-ons approval for the udpate).
    @joedevon Yes. Use 0.4.2. That is the new release (just waiting on mozilla add-ons approval for the udpate).
  • Nov 27, 2009
    issue 124 (FirePHP 0.3.1 not working with Firebug 1.4.2+) commented on by joedevon   -   Don't think so. When I do about FirePHP it says 1.45. I went to http://www.firephp.org/HQ/ReleaseCandidate.htm the other day and it said "There are no release candidates available at this time." But the link you showed does have a link... Should I try 0.4.2?
    Don't think so. When I do about FirePHP it says 1.45. I went to http://www.firephp.org/HQ/ReleaseCandidate.htm the other day and it said "There are no release candidates available at this time." But the link you showed does have a link... Should I try 0.4.2?
  • Nov 27, 2009
    issue 124 (FirePHP 0.3.1 not working with Firebug 1.4.2+) commented on by christ...@christophdorn.com   -   @joedevon Are you using the 0.4.2 version from here http://www.firephp.org/HQ/FinalRelease.htm ?
    @joedevon Are you using the 0.4.2 version from here http://www.firephp.org/HQ/FinalRelease.htm ?
  • Nov 27, 2009
    issue 131 (Outputting to Firebug via Zend_Log gets a page refresh if yr...) reported by joedevon   -   >>What steps will reproduce the problem?<< 1. Write code to log some output to Firebug+FirePHP like in this article: http://www.christophdorn.com/Blog/2008/09/02/firephp-and-zend-framework-16/ 2. Make sure your page uses doubleclick ads in it. (I'm sorry I can't tell you how to set that part up, because I'm working w/ client code that already has doubleclick ads on it. I have nothing to do w/ that side of things..) 3. Play some music in a background window w/ http://www.pandora.com . >>What is the expected output? << I expect to see debug output logged to the Firebug console. >>What do you see instead?<< The output is logged, but intermittently, and apparently at random, the console just clears the screen and all that output is gone. But if I click on the net panel and expand it and look at the HEADERs, I do see that the right calls were sent to the console. >>What version of the product are you using? On what operating system?<< ZF 1.62 and latest versions of firebug+firephp. My OS is XP. >>Please provide any additional information below.<< Normally one tab shouldn't affect another tab, but in this case, because doubleclick is all over the net, your page calls the same domain as that running in another tab. I guess there's a document.write or some kind of page refresh in the other tab on the same domain that causes the refresh on this tab. In fact, I've seen cases where I'll run the Zend_Log code to Firebug console in two separate tabs and the active tab will receive logging info from the other tab. So obviously if you're in the same domain space, they are talking to each other. One last note, Pandora refreshes their ad calls between pretty much every song. Hence lots of refreshes to cause unexpected screen clears if you don't think to associate what happens in a second tab to what's happening in your tab...
    >>What steps will reproduce the problem?<< 1. Write code to log some output to Firebug+FirePHP like in this article: http://www.christophdorn.com/Blog/2008/09/02/firephp-and-zend-framework-16/ 2. Make sure your page uses doubleclick ads in it. (I'm sorry I can't tell you how to set that part up, because I'm working w/ client code that already has doubleclick ads on it. I have nothing to do w/ that side of things..) 3. Play some music in a background window w/ http://www.pandora.com . >>What is the expected output? << I expect to see debug output logged to the Firebug console. >>What do you see instead?<< The output is logged, but intermittently, and apparently at random, the console just clears the screen and all that output is gone. But if I click on the net panel and expand it and look at the HEADERs, I do see that the right calls were sent to the console. >>What version of the product are you using? On what operating system?<< ZF 1.62 and latest versions of firebug+firephp. My OS is XP. >>Please provide any additional information below.<< Normally one tab shouldn't affect another tab, but in this case, because doubleclick is all over the net, your page calls the same domain as that running in another tab. I guess there's a document.write or some kind of page refresh in the other tab on the same domain that causes the refresh on this tab. In fact, I've seen cases where I'll run the Zend_Log code to Firebug console in two separate tabs and the active tab will receive logging info from the other tab. So obviously if you're in the same domain space, they are talking to each other. One last note, Pandora refreshes their ad calls between pretty much every song. Hence lots of refreshes to cause unexpected screen clears if you don't think to associate what happens in a second tab to what's happening in your tab...
  • Nov 27, 2009
    issue 124 (FirePHP 0.3.1 not working with Firebug 1.4.2+) commented on by joedevon   -   OK I will...I'm still getting the problem though...it seems much better w/o Pandora, but everytime I think I've found what causes it, it happens again.
    OK I will...I'm still getting the problem though...it seems much better w/o Pandora, but everytime I think I've found what causes it, it happens again.
  • Nov 27, 2009
    issue 124 (FirePHP 0.3.1 not working with Firebug 1.4.2+) commented on by idol...@fox.com   -   OK I will...I'm still getting the problem though...it seems much better w/o Pandora, but everytime I think I've found what causes it, it happens again.
    OK I will...I'm still getting the problem though...it seems much better w/o Pandora, but everytime I think I've found what causes it, it happens again.
  • Nov 25, 2009
    issue 124 (FirePHP 0.3.1 not working with Firebug 1.4.2+) commented on by christ...@christophdorn.com   -   @joedevon That is a separate issue. Please file a new issue with links to software/services that are incompatible.
    @joedevon That is a separate issue. Please file a new issue with links to software/services that are incompatible.
  • Nov 25, 2009
    issue 124 (FirePHP 0.3.1 not working with Firebug 1.4.2+) commented on by joedevon   -   This was happening to me apparently at random...had a hell of a time debugging it. Until I finally realized that my page calls doubleclick ads...and I have pandora in the background, and when pandora changes doubleclick ads, it clears the firebug console!
    This was happening to me apparently at random...had a hell of a time debugging it. Until I finally realized that my page calls doubleclick ads...and I have pandora in the background, and when pandora changes doubleclick ads, it clears the firebug console!
  • Nov 24, 2009
    issue 126 (FirePHP 0.3.1 does not work with Firebug 1.5a21) Status changed by christ...@christophdorn.com   -  
    Status: Fixed
    Status: Fixed
  • Nov 24, 2009
    issue 124 (FirePHP 0.3.1 not working with Firebug 1.4.2+) Status changed by christ...@christophdorn.com   -  
    Status: Fixed
    Status: Fixed
  • Nov 24, 2009
    issue 126 (FirePHP 0.3.1 does not work with Firebug 1.5a21) commented on by christ...@christophdorn.com   -   It is now live: http://www.firephp.org/HQ/FinalRelease.htm You will need to change the maxVersion in the install.rdf for it to install on 3.7.
    It is now live: http://www.firephp.org/HQ/FinalRelease.htm You will need to change the maxVersion in the install.rdf for it to install on 3.7.
  • Nov 24, 2009
    issue 126 (FirePHP 0.3.1 does not work with Firebug 1.5a21) commented on by mathroc   -   I'd like to test that on firefox 3.7 but http://www.firephp.org/HQ/ReleaseCandidate.htm says that no release candidates are available at this time.
    I'd like to test that on firefox 3.7 but http://www.firephp.org/HQ/ReleaseCandidate.htm says that no release candidates are available at this time.

Earlier this year

  • Nov 18, 2009
    issue 124 (FirePHP 0.3.1 not working with Firebug 1.4.2+) commented on by jon.buford   -   This is working for me with FB 1.4.5, FF 3.5.5, Windows XP. Thanks for the update.
    This is working for me with FB 1.4.5, FF 3.5.5, Windows XP. Thanks for the update.
  • Nov 18, 2009
    issue 126 (FirePHP 0.3.1 does not work with Firebug 1.5a21) commented on by christ...@christophdorn.com   -   @L4nd0n14n Sorry about the delay. I have made some changes to my release priorities to ensure this does not happen again.
    @L4nd0n14n Sorry about the delay. I have made some changes to my release priorities to ensure this does not happen again.
  • Nov 18, 2009
    issue 126 (FirePHP 0.3.1 does not work with Firebug 1.5a21) commented on by L4nd0n14n   -   It seems to be working fine for me as well, first time I've been able to use FirePHP on my main system in months ;)
    It seems to be working fine for me as well, first time I've been able to use FirePHP on my main system in months ;)
  • Nov 18, 2009
    issue 126 (FirePHP 0.3.1 does not work with Firebug 1.5a21) commented on by christ...@christophdorn.com   -   Good to hear. Anyone else?
    Good to hear. Anyone else?
  • Nov 18, 2009
    issue 126 (FirePHP 0.3.1 does not work with Firebug 1.5a21) commented on by rdehouss   -   It works for me with : FF 3.7a1pre (Build 20091117123256) Firebug 1.5X.0b3 Great work ! :)
    It works for me with : FF 3.7a1pre (Build 20091117123256) Firebug 1.5X.0b3 Great work ! :)
  • Nov 17, 2009
    issue 126 (FirePHP 0.3.1 does not work with Firebug 1.5a21) commented on by christ...@christophdorn.com   -   Please test: http://www.firephp.org/HQ/ReleaseCandidate.htm There may still be the odd issue with Firebug 1.4.x (refresh should fix it) but with 1.5.x everything should work properly all the time.
    Please test: http://www.firephp.org/HQ/ReleaseCandidate.htm There may still be the odd issue with Firebug 1.4.x (refresh should fix it) but with 1.5.x everything should work properly all the time.
  • Nov 17, 2009
    issue 124 (FirePHP 0.3.1 not working with Firebug 1.4.2+) commented on by christ...@christophdorn.com   -   Please test: http://www.firephp.org/HQ/ReleaseCandidate.htm There may still be the odd issue with Firebug 1.4.x (refresh should fix it) but with 1.5.x everything should work properly all the time.
    Please test: http://www.firephp.org/HQ/ReleaseCandidate.htm There may still be the odd issue with Firebug 1.4.x (refresh should fix it) but with 1.5.x everything should work properly all the time.
  • Nov 17, 2009
    issue 126 (FirePHP 0.3.1 does not work with Firebug 1.5a21) changed by christ...@christophdorn.com   -  
    Status: Committed
    Labels: Milestone-Extension-0.4 Milestone-1.0
    Status: Committed
    Labels: Milestone-Extension-0.4 Milestone-1.0
  • Nov 17, 2009
    issue 124 (FirePHP 0.3.1 not working with Firebug 1.4.2+) changed by christ...@christophdorn.com   -  
    Status: Committed
    Labels: Milestone-Extension-0.4 Milestone-1.0
    Status: Committed
    Labels: Milestone-Extension-0.4 Milestone-1.0
  • Nov 16, 2009
    issue 124 (FirePHP 0.3.1 not working with Firebug 1.4.2+) commented on by tom.mccaffery   -   Same as 29--works on first load, not on reload. OSX FF 3.5.5 FB 1.4.5 FPHP 0.3.1
    Same as 29--works on first load, not on reload. OSX FF 3.5.5 FB 1.4.5 FPHP 0.3.1
  • Nov 10, 2009
    issue 124 (FirePHP 0.3.1 not working with Firebug 1.4.2+) commented on by artistan   -   ff 3.5.4 fphp 0.3.1 works fine except when I install AdBlock Plus 1.1.1 disabled AdBlock Plus and everything works fine.
    ff 3.5.4 fphp 0.3.1 works fine except when I install AdBlock Plus 1.1.1 disabled AdBlock Plus and everything works fine.
  • Nov 09, 2009
    issue 124 (FirePHP 0.3.1 not working with Firebug 1.4.2+) commented on by erik.koy...@gmail.com   -   I am using the combo FF 3.5.5, FB 1.4.5, FPHP 0.3.1 and I still the same bug. Note that it always works on first page load, but not when you reload the page.
    I am using the combo FF 3.5.5, FB 1.4.5, FPHP 0.3.1 and I still the same bug. Note that it always works on first page load, but not when you reload the page.
  • Nov 05, 2009
    issue 124 (FirePHP 0.3.1 not working with Firebug 1.4.2+) commented on by maxence.delannoy   -   Tryed with FF 3.5.5, it works sometimes, but not always.
    Tryed with FF 3.5.5, it works sometimes, but not always.
  • Nov 05, 2009
    issue 124 (FirePHP 0.3.1 not working with Firebug 1.4.2+) commented on by jon.buford   -   I just updated to FF 3.5.5, FB 1.4.5, FPHP 0.3.1 so dunno if that combo is special. Jon
    I just updated to FF 3.5.5, FB 1.4.5, FPHP 0.3.1 so dunno if that combo is special. Jon
  • Nov 05, 2009
    issue 124 (FirePHP 0.3.1 not working with Firebug 1.4.2+) commented on by maxence.delannoy   -   Does'nt work for me with Firebug 1.4.5 + Firefox 3.5.4 + Windows XP + FirePHP 0.3.1
    Does'nt work for me with Firebug 1.4.5 + Firefox 3.5.4 + Windows XP + FirePHP 0.3.1
  • Nov 05, 2009
    issue 124 (FirePHP 0.3.1 not working with Firebug 1.4.2+) commented on by maxence.delannoy   -   Don't work for me with Firebug 1.4.5 + FF 3.5.4
    Don't work for me with Firebug 1.4.5 + FF 3.5.4
  • Nov 05, 2009
    issue 124 (FirePHP 0.3.1 not working with Firebug 1.4.2+) commented on by jon.buford   -   This appears to have been resolved with Firebug 1.4.5.
    This appears to have been resolved with Firebug 1.4.5.
  • Oct 27, 2009
    issue 126 (FirePHP 0.3.1 does not work with Firebug 1.5a21) commented on by sroussey   -   Just an update: 1.5 beta 1 also has the issue
    Just an update: 1.5 beta 1 also has the issue
  • Oct 25, 2009
    issue 124 (FirePHP 0.3.1 not working with Firebug 1.4.2+) commented on by denoir.info   -   Well now after rethinking my issue, this might as well be a Smarty issue.
    Well now after rethinking my issue, this might as well be a Smarty issue.
  • Oct 25, 2009
    issue 124 (FirePHP 0.3.1 not working with Firebug 1.4.2+) commented on by denoir.info   -   Same problem here, not sure if this is caused by this bug though. Normal logs seem to work just right, not in this case though: I registered a Smarty.Prefilter with a preg_replace call and a callback function. If I try to log out of those two functions, output shows for a second, then disappears again. Same happens when using print(); echo(); or similar functions in those two functions.
    Same problem here, not sure if this is caused by this bug though. Normal logs seem to work just right, not in this case though: I registered a Smarty.Prefilter with a preg_replace call and a callback function. If I try to log out of those two functions, output shows for a second, then disappears again. Same happens when using print(); echo(); or similar functions in those two functions.
  • Oct 20, 2009
    issue 130 (Wrong representation of array which has 1 for value) changed by christ...@christophdorn.com   -  
    Status: Accepted
    Labels: Milestone-1.0
    Status: Accepted
    Labels: Milestone-1.0
  • Oct 19, 2009
    issue 130 (Wrong representation of array which has 1 for value) commented on by totalfix   -   err forget that nonsens about "empty"
    err forget that nonsens about "empty"
  • Oct 19, 2009
    issue 130 (Wrong representation of array which has 1 for value) reported by totalfix   -   What steps will reproduce the problem? 1. inside a class: $this->x = array( 0 => 1); fb($this); What is the expected output? What do you see instead? it is displayed like $this->x = 1 it should be displayed like $this->x = array( 0=>1 ) This works correctly: $this->x = array( 0 => 2); fb($this); I guess somebody put a check "empty()" instead of "isset()" What version of the product are you using? On what operating system? 0.3.1
    What steps will reproduce the problem? 1. inside a class: $this->x = array( 0 => 1); fb($this); What is the expected output? What do you see instead? it is displayed like $this->x = 1 it should be displayed like $this->x = array( 0=>1 ) This works correctly: $this->x = array( 0 => 2); fb($this); I guess somebody put a check "empty()" instead of "isset()" What version of the product are you using? On what operating system? 0.3.1
  • Oct 17, 2009
    issue 124 (FirePHP 0.3.1 not working with Firebug 1.4.2+) changed by christ...@christophdorn.com   -  
    Summary: FirePHP 0.3.1 not working with Firebug 1.4.2+
    Labels: Priority-Critical Priority-High
    Summary: FirePHP 0.3.1 not working with Firebug 1.4.2+
    Labels: Priority-Critical Priority-High
  • Oct 16, 2009
    issue 124 (FirePHP 0.3.1 not working with Firebug 1.4.2) commented on by spyseth   -   I think have the same problem with my FirePHP : FireBug 1.4.3, FirePHP 0.3.1, FF 3.5.3, Windows Seven.
    I think have the same problem with my FirePHP : FireBug 1.4.3, FirePHP 0.3.1, FF 3.5.3, Windows Seven.
  • Oct 15, 2009
    issue 129 (FirePHP console works only once in each firefox window) Status changed by christ...@christophdorn.com   -   Please see: http://n2.nabble.com/Console-output-disappearing-with-Firebug-1-4-2-tp3394160ef842658.html
    Status: Duplicate
  • Oct 15, 2009
    issue 129 (FirePHP console works only once in each firefox window) reported by tadeusz.lazurski   -   What steps will reproduce the problem? 1. Make a php script as shown in documentation: <? require_once('FirePHPCore/FirePHP.class.php'); ob_start(); $firephp = FirePHP::getInstance(true); $var = array('i'=>10, 'j'=>20); $firephp->log($var, 'Iterators'); ob_flush (); ?> 2. Open page (e.g. http://localhost/ 3. Open console in firebug 3. It works ok 4. Reload page 5. Console is empty. However I can see the firephp headers in net tab. 6. Go to other page with firephp logging. 7. Console is empty 8. Open new Firefox window (or restart Firefox) 9. Works again 10. Reload 11. Console empty. What is the expected output? What do you see instead? To see logs in console everytime I reload the page. I don't think it's a problem with cache. If I change the document (eg. add some output with echo) it shows up in Firefox, but FirePHP still doesn't show log. I see nothing :) What version of the product are you using? On what operating system? FirePHP 0.3.1 Firebug 1.4.3 Firefox 3.5.3 Ubuntu Karmic Beta Please provide any additional information below. I have attached a .zip with firephp.php script (listed above) and a folder with FirePHP library from PEAR.
    What steps will reproduce the problem? 1. Make a php script as shown in documentation: <? require_once('FirePHPCore/FirePHP.class.php'); ob_start(); $firephp = FirePHP::getInstance(true); $var = array('i'=>10, 'j'=>20); $firephp->log($var, 'Iterators'); ob_flush (); ?> 2. Open page (e.g. http://localhost/ 3. Open console in firebug 3. It works ok 4. Reload page 5. Console is empty. However I can see the firephp headers in net tab. 6. Go to other page with firephp logging. 7. Console is empty 8. Open new Firefox window (or restart Firefox) 9. Works again 10. Reload 11. Console empty. What is the expected output? What do you see instead? To see logs in console everytime I reload the page. I don't think it's a problem with cache. If I change the document (eg. add some output with echo) it shows up in Firefox, but FirePHP still doesn't show log. I see nothing :) What version of the product are you using? On what operating system? FirePHP 0.3.1 Firebug 1.4.3 Firefox 3.5.3 Ubuntu Karmic Beta Please provide any additional information below. I have attached a .zip with firephp.php script (listed above) and a folder with FirePHP library from PEAR.
  • Oct 13, 2009
    issue 124 (FirePHP 0.3.1 not working with Firebug 1.4.2) commented on by erik.koyama.tilt   -   Also happens with latest Firebug 1.4.3 (Windows XP/Firefox 3.5.3/FirePHP 0.3.1)
    Also happens with latest Firebug 1.4.3 (Windows XP/Firefox 3.5.3/FirePHP 0.3.1)
  • Oct 12, 2009
    issue 124 (FirePHP 0.3.1 not working with Firebug 1.4.2) commented on by chris.alex.thomas   -   this also happens on mac with versions ff 3.5.3, fb 1.4.2 fphp 0.3.1
    this also happens on mac with versions ff 3.5.3, fb 1.4.2 fphp 0.3.1
 
Hosted by Google Code