On 25/05/07, Matthew Weier O'Phinney <[EMAIL PROTECTED]> wrote:
-- 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.

thank you Matthew.. problem solved

Reply via email to