firephp and wp_firephp_v02 - messages disappear after a second

4 messages Options
Embed this post
Permalink
chodorowicz () firephp and wp_firephp_v02 - messages disappear after a second
Reply Threaded More More options
Print post
Permalink
Hey!
I'm trying to get FirePHP working with wp_firephp_v02 plugin fir Wordpress. The problem is that the output is visible only for a second, or maybe half a second and then disappears. The headers seem to be ok - http://www.box.net/shared/0gbkry4g4v

Thanks for help in advance
chodorowicz () Re: firephp and wp_firephp_v02 - messages disappear after a second
Reply Threaded More More options
Print post
Permalink
I get the same problem when I manually load you library:

        require_once('php/FirePHP.class.php');
        $firephp = FirePHP::getInstance(true);
        ob_start();
        $firephp->log(7+9);

you can seei it here: http://www.palac-strzeszow.chodorowicz.pl/
Christoph Dorn () Re: firephp and wp_firephp_v02 - messages disappear after a second
Reply Threaded More More options
Print post
Permalink
chodorowicz () Re: firephp and wp_firephp_v02 - messages disappear after a second
Reply Threaded More More options
Print post
Permalink
thanks for the answer - and sorry for reposting this bug

greets