So on the client you have?:
- Firebug 1.7.2
- DeveloperCompanion extension 0.0.0master1105241503
- Narwhal for XULRunner ...1459
And on the server?: FirePHP Server Library 0.0.0master1106021548
> <?php
> require_once('lib/FirePHPCore/fb.php'); // (procedural API) or
> require_once('lib/FirePHPCore/FirePHP.class.php'); // (object oriented
> API)
>
> $firephp = FirePHP::getInstance(true);
> $firephp-> *
> $firephp->trace('Trace Label'); // or FB::
>
> $firephp->log('Plain Message'); // or FB::
> $firephp->info('Info Message'); // or FB::
> $firephp->warn('Warn Message'); // or FB::
> $firephp->error('Error Message'); // or FB::
> ...etc...
>
> when i run this PHP code, i only see the message ""Reload to activate
> window console" in firebug, with no tracing coming back.
Do you have the Firebug console and net panels enabled?
If it still does not work, please try a fresh firefox profile. That
usually resolves any issues.
The best solution would be to switch to DeveloperCompanion for Firefox 4
on the client and try again:
http://developercompanion.com/
Hope this helps!
Christoph