Is there a (very small) limit for the number of messages? 3 are displaye > 3 not

4 messages Options
Embed this post
Permalink
MDaffy () Is there a (very small) limit for the number of messages? 3 are displaye > 3 not
Reply Threaded More More options
Print post
Permalink
Hi,

FireBug und FirePHP are working, but my problem is that tracing more than 3 messages has the effect, that nothing is displayed.

Example 1
=========
fb->trace("Message1");
fb->trace("Message2");
fb->trace("Message3");

Example 2
=========
fb->trace("Message1");
fb->trace("Message2");
fb->trace("Message3");
fb->trace("Message4");

Example 2 shows nothing. Example 1 shows the 3 trace-messages.
Is there a known problem? If necessary I could send the Headers...

FireBug:  1.4.3b1
FirePHP:  0.3.1

Thanks in advance!
Christoph Dorn () Re: Is there a (very small) limit for the number of messages? 3 are displaye > 3 not
Reply Threaded More More options
Print post
Permalink
MDaffy () Re: Is there a (very small) limit for the number of messages? 3 are displaye > 3 not
Reply Threaded More More options
Print post
Permalink
Thanks for the information - now I installed FireBug 1.4.0 and now I get no outputs from FirePHP.
Instead this error message is shown:

onreadystatechange FAILS Error: <mydomain..> wurde die Erlaubnis zum Erstellen des Wrappers für ein Objekt der Klasse UnnamedClass verweigert Error: <mydomain..> wurde die Erlaubnis zum Erstellen des Wrappers für ein Objekt der Klasse UnnamedClass verweigert readystatechange

or this one

onreadystatechange FAILS [object Object] Object code=10004 data=#text readystatechange

any hints?
Christoph Dorn () Re: Is there a (very small) limit for the number of messages? 3 are displaye > 3 not
Reply Threaded More More options
Print post
Permalink
I have never seen these errors before. Try it with a fresh firefox profile.