-- Philip Iezzi <[EMAIL PROTECTED]> wrote
(on Friday, 26 January 2007, 07:59 AM +0100):
> P.S. nope, not every every everything is working fine. this won't:
> 
> $front->setControllerDirectory(array( 
>       'default' => array('/path/to/application/controllers'), 
>       'blog'    => '/path/to/application/blog/controllers' 
> ));
> 
> Fatal error: Uncaught exception 'Zend_Controller_Dispatcher_Exception'
> with message 'Directory "Array" not found or not readable' in
> /zf/library/Zend/Controller/ModuleDispatcher.php:81
> 
> This does:
> 
> $front->setControllerDirectory(array( 
>       'default' => '/path/to/application/controllers',
>       'blog'    => '/path/to/application/blog/controllers'
> ));
> 
> Thanks for fixing.

Fixed in revision 3012 -- the front controller was inappropriately
casting directory arguments to strings; that detail should be left to
the dispatcher.

-- 
Matthew Weier O'Phinney
PHP Developer            | [EMAIL PROTECTED]
Zend - The PHP Company   | http://www.zend.com/

Reply via email to