--- ZendFramework-1.10.0/library/Zend/Log.php~ 2010-02-10 12:57:15.015016859 +0100 +++ ZendFramework-1.10.0/library/Zend/Log.php 2010-02-10 13:33:07.800843185 +0100 @@ -177,7 +177,7 @@ } if (!is_array($config) || empty($config)) { - require_once 'Zend_Log_Exception.php'; + require_once 'Zend/Log/Exception.php'; throw new Zend_Log_Exception( 'Configuration must be an array or instance of Zend_Config' );