-- Tobias Schifftner <[EMAIL PROTECTED]> wrote (on Thursday, 09 October 2008, 07:19 AM -0700): > thanks for your quick reply. Fortunately the phpunit tests run on a linux > machine because it's ten times faster :-)
Oh, and btw, it should be working in trunk now -- Bart McLeod posted a patch that I've applied and that he has confirmed as working. > Matthew Weier O'Phinney-3 wrote: > > > > -- 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/ > > > > > > -- > View this message in context: > http://www.nabble.com/Strange-behaviour-of-IndexController-in-module-%22default%22-with-current-trunk-tp19889177p19899962.html > Sent from the Zend Framework mailing list archive at Nabble.com. > -- Matthew Weier O'Phinney Software Architect | [EMAIL PROTECTED] Zend Framework | http://framework.zend.com/
