-- Tobias Schifftner <[EMAIL PROTECTED]> wrote (on Wednesday, 08 October 2008, 03:53 PM -0700): > since a week I get the follwing error when I'm trying to use the current > trunk: > > exception 'Zend_Loader_PluginLoader_Exception' with message 'Plugin by name > Translate was not found in the registry; paths searched: array ( > 'Zend_Dojo_View_Helper_' => > array ( > 0 => 'Zend/Dojo/View/Helper/', > ), > 'Zend_View_Helper_' => > array ( > 0 => 'Zend/View/Helper/', > 1 => './views\\helpers/', > 2 => > 'D:/xampp/htdocs/workspace/application/modules/default/views\\helpers/', > ), > ) > > All other modules and and controllers just work fine, except for the > indexController in the module "default". Can anyone tell me what has > changed? > > By the way, I'm currently using ZF 1.6 again and it just works...
This has been reported -- I've been doing some performance tweaks of the PluginLoader, and there are some issues currently on Windows only. I plan to address it, but need to clear out some other high priority issues first. BTW, the issue does not appear in the unit tests, which is what is making it difficult to track down; it only appears when running the application, which tells me it's a complex interaction causing the issue. -- Matthew Weier O'Phinney Software Architect | [EMAIL PROTECTED] Zend Framework | http://framework.zend.com/
