Recently I got some PHP Fatal error: Uncaught exception ‘Zend_Log_Exception’ with message ‘No writers were added’ messages in the Apache error log file. The reason is most of the time (at least in my projects) is that the Zend_Log_Writer_Stream constructor returns null. Just a reminder to myself how to solve the problem: make sure the […]
Continue Reading