On Wed, Jul 23, 2008 at 6:25 PM, Endijs Lisovskis <[EMAIL PROTECTED]> wrote: > > If I just switch Zend Framework 1.5 library files to Zend Framework 1.6 RC1 > library files I receive error: > > Fatal error: Uncaught exception 'Zend_Loader_PluginLoader_Exception' with > message 'File LoggedInUser.php was loaded but class named > Rn_View_Helper_LoggedInUser was not found within it.'
(...) > If I use ZF 1.5 everything is OK. > > Any ideas? Yeah, read the error message. Any truth in it? :) Does your LoggedInUser.php helper contain the Rn_View_Helper_LoggedInUser class, or does it not? Till
