Please see
Learn for detailed instructions. A summary is provided below.
If you don't see any messages in the Firebug Console and you believe you should as you have added the logging code to your server script, please check the following:
1) Is the Firebug Net Panel Enabled?The Net panel must be enabled for FirePHP to be able to listen to your page requests and grab the
FirePHP Headers you are sending.
2) Are FirePHP Headers being sent?To check if the headers are being sent go to the
Firebug Net Panel and click on the request for your page. Then look for
Response Headers starting with
X-Wf-.
3) Is FirePHP Enabled?In your browser menu bar go to
Tools ->
FirePHP and ensure there is a checkmark next to
FirePHP Enabled.
4) Do you have output buffering enabled?Ensure you are using
ob_start() at the beginning of your script or you have the
output_buffering PHP ini directive enabled.
Still not working?If the FirePHP Headers are not being sent and there are no PHP errors you most likely have made a mistake integrating your chosen
FirePHP server library/plugin into your PHP code. There could also be a bug, although unlikely.
Please post a message in the
Zend Framework Help or
General Help forum to get assistance.