-- Superbiji <[EMAIL PROTECTED]> wrote
(on Friday, 25 May 2007, 03:49 PM +0700):
> I svn update ZF
> now, my app working but always throw Zend_View_Exception at end
>
> Message: script 'auth/login.phtml' not found in path
>
> I'm using $view->render("login.php"); in my controller
I haven't had time to make the announcement yet, but I committed a
significant change to the Controller component late yesterday.
Based on what I see here, you will need to add the following line to
your bootstrap, prior to the call to dispatch():
// Assuming $front is the front controller instance:
$front->setParam('noViewRenderer', true);
$front->dispatch();
Look for a list message detailing the ViewRenderer shortly.
--
Matthew Weier O'Phinney
PHP Developer | [EMAIL PROTECTED]
Zend - The PHP Company | http://www.zend.com/