Appreciate the tutorials.  Got the Profiler to log to Firebug, just as you described.  Logwriter is not working for me.

Fatal error: Uncaught exception 'Zend_Wildfire_Exception' with message 'Response objects not initialized.' in /app/Zend/Wildfire/Channel/HttpHeaders.php:285 Stack trace: #0 /app/Zend/Wildfire/Channel/HttpHeaders.php(232): Zend_Wildfire_Channel_HttpHeaders->getResponse() #1 /app/Zend/Wildfire/Plugin/FirePhp.php(270): Zend_Wildfire_Channel_HttpHeaders->isReady() #2 /app/Zend/Log/Writer/Firebug.php(187): Zend_Wildfire_Plugin_FirePhp::send('Bootstrap setup...', NULL, 'LOG') #3 /app/Zend/Log/Writer/Abstract.php(80): Zend_Log_Writer_Firebug->_write(Array) #4 /app/Zend/Log.php(153): Zend_Log_Writer_Abstract->write(Array) #5 /app/Zend/Log.php(106): Zend_Log->log('Bootstrap setup...', 7) #6 [in in /app/Zend/Wildfire/Channel/HttpHeaders.php on line 285

Any quick insights?  I am using a bootstrap with MVC.  Logging is working.  Just added
$log->addWriter(new Zend_Log_Writer_Firebug());

Arthur

Christoph Dorn wrote:
I have written a tutorial on how to use the new Zend_Log_Writer_Firebug and Zend_Db_Profiler_Firebug components.

http://www.christophdorn.com/Blog/2008/09/02/firephp-and-zend-framework-16/

These components allow you to log messages and db profiling information to your Firebug Console.

I hope you find these new components useful. I am always available to discuss your ideas and help out if you run into any problems. You can ask for help on this mailing list or on the FirePHP discussion group at: http://groups.google.com/group/FirePHP

Looking forward to your feedback!

Reply via email to