On Fri, Apr 24, 2009 at 9:22 AM, chennaiprogrammer <[email protected]> wrote: > There are about a dozen messages floating around the web Zend Auth Adapter > interface not found But is there a reason the error happens I could see in > my apache error logs [Fri Apr 24 00:52:30 2009] [error] PHP Fatal error: > Interface 'Zend_Auth_Adapter_Interface' not found in > /usr/local/www/httpdocs/application/models/AccountAuthAdapter.php on line 67 > How to rectify this error
You need to have the Zend/ directory (which contains all framework code) in your include_path. Use the quickstart guide for your first app and it's running you step-by-step through the entire setup. Till
