Firebug log info will not show after a reload although headers are correctly sent

3 messages Options
Embed this post
Permalink
David Scheel () Firebug log info will not show after a reload although headers are correctly sent
Reply Threaded More More options
Print post
Permalink
Hi,

first off all... sorry folks, but I'm prety new to this development stuff and my english is also not brilliant. Anyhow I encountered a problem with firebug when I was developing a webapplication using the zend framework.

The problem shows up when the webapplication is reloaded via the the browsers reload button.

By typing in a url of a webapplication which will sent firephp related info via http headers everything works as expected - all debugging infos sent to firephp will show in the firebug console. Unfortunately after reloading the page via the browsers reloadbutton cleans the firebug console and only the CSS/JavaScript debugging-info will show up again. All firephp entrys are disapeared by now, although the headers are (like before) sent correctly which I checked with the net functionality in firebug. Only by clicking in the browsers address bar and pressing return will show debugging info again.

I wonder if somebody experienced the same issue and if anyone has a idea to whom or where to apeal in terms of this problem I would realy appreciate if he'd share.

Client
OS: Linux Ubuntu Hardy Heron (8.04 LTS) (Kernel: 2.6.24-24)
Firefox 3.0.13
FirePHP: 0.3.1
FireBug: 1.4.2

Server
OS: Same as client (local development environment)
Apache: 2.2
ZendFramework: 1.9
PHP: 5.2.4 (with ZendDebugger)

Christoph Dorn () Re: Firebug log info will not show after a reload although headers are correctly sent
Reply Threaded More More options
Print post
Permalink
David Scheel () Re: Firebug log info will not show after a reload although headers are correctly sent
Reply Threaded More More options
Print post
Permalink
Hi Christoph,

thanks a lot for the reply. Your suggestion seems to improve things a bit (console is not randomly deleted anymore), but now I have the feeling that not all messages are logged to the correctly. I'll check this these days.

Kind regards, David