Strange switch tab bug on console

1 view
Skip to first unread message

Lawrence

unread,
Aug 28, 2008, 8:54:20 AM8/28/08
to FirePHP
The code below is just parcial working when i refresh my page. The
steps are:

-- testfb.php --
<?php
ob_start();
require('fb.php');
echo "test fb";
fb("Hello World");
?>

1. Refresh the page "testfb.php". The console NOT SHOW the "hello
world". (Yes, the console is enabled and the firebug scrips are
installed correctly in path, as well the firephp addon)
2. I switch to the tab with the already opened url
http://www.firephp.org/Wiki/Main/QuickStart, and returns to the
original testfb.php tab.
3. Magically, the "Hello World!" is there (in console)! Without
refreshing.

My Firefox is version 3.0.1. The FirePHP 0.1.1, FireBug 1.2.0 and I
download the latest version of firephp scripts.

What could be? Thanks!



Christoph Dorn

unread,
Aug 28, 2008, 8:30:13 PM8/28/08
to FirePHP
Please upgrade to FirePHP 0.1.2 which you can download from
http://www.firephp.org/ (and mozilla add-ons site soon). The 0.1.1
version does not work properly with Firebug 1.2

Christoph


On Aug 28, 5:54 am, Lawrence <llager...@gmail.com> wrote:
> The code below is just parcial working when i refresh my page. The
> steps are:
>
> -- testfb.php --
> <?php
> ob_start();
> require('fb.php');
> echo "test fb";
> fb("Hello World");
> ?>
>
> 1. Refresh the page "testfb.php". The console NOT SHOW the "hello
> world". (Yes, the console is enabled and the firebug scrips are
> installed correctly in path, as well the firephp addon)
> 2. I switch to the tab with the already opened urlhttp://www.firephp.org/Wiki/Main/QuickStart, and returns to the
Reply all
Reply to author
Forward
0 new messages