Hi, I experienced the same/similar problem unfortunately. And I had to go back to 1.11.x.
When I disable the _initNavigation function in Bootstrap, then it works. But of course the menu disappears as a result. Here is the lines from the function: $navigationConfig = new Zend_Config_Xml(APPLICATION_PATH . '/configs/navigation.'.CLIENT_NAME.'.xml', 'mainmenu'); $navigationContainer = new Zend_Navigation($navigationConfig); If not commented the above two lines, I get the following error: Fatal error: Zend_Loader_PluginLoader_Exception: Plugin by name 'Menu' was not found in the registry; used paths: My_View_Helper_: My/View/Helper/ ZendX_JQuery_View_Helper_: ZendX/JQuery/View/Helper/ Zend_View_Helper_: Zend/View/Helper/:/var/www/xxxxx/application/views/helpers/:/var/www/xxxxx/application/modules/default/views/helpers/ in /var/www/xxxxx/ZendFramework/1.12.0-minimal/library/Zend/View/Helper/Navigation/HelperAbstract.php on line 580 Any suggesstions? Thanks, scs On Wed, Jan 16, 2013 at 7:04 AM, Oleg_201080 <[email protected]> wrote: > I try to migrate application from version 1.11.2 to 1.12.1. I simply replaced > Zend folder which contains 1.11.2 with Zend folder which contains 1.12.1. > Application that worked in 1.11.2 doesn't work in 1.12.1, it can't load > classes: > > > I have file with this plugin in application/plugin folder and it worked in > 1.11.2. Could you please tell me why my application doesn't work in 1.12.1 > and how to make application work in new version? If I turn off plugin, it > can't find other classes for example my models. > Here is fragmenet from application.ini: > > > > > > -- > View this message in context: > http://zend-framework-community.634137.n4.nabble.com/can-t-load-classes-in-Zend-Framework-1-12-1-but-worked-1-11-2-and-previous-versions-tp4658753.html > Sent from the Zend Framework mailing list archive at Nabble.com. > > -- > List: [email protected] > Info: http://framework.zend.com/archives > Unsubscribe: [email protected] > > -- List: [email protected] Info: http://framework.zend.com/archives Unsubscribe: [email protected]
