Fatal error: Uncaught exception 'Zend_View_Exception' with message 'script
'index\index.phtml' not found in path' in
D:\www\projeto\lib\Zend\View\Abstract.php:595 Stack trace: #0
D:\www\projeto\lib\Zend\View\Abstract.php(525):
Zend_View_Abstract->_script('index\index.pht...') #1
D:\www\projeto\lib\Zend\Controller\Action.php(218):
Zend_View_Abstract->render('index\index.pht...') #2
D:\www\projeto\application\controllers\IndexController.php(16):
Zend_Controller_Action->render() #3
D:\www\projeto\lib\Zend\Controller\Action.php(488):
IndexController->indexAction() #4
D:\www\projeto\lib\Zend\Controller\Dispatcher\Standard.php(214):
Zend_Controller_Action->dispatch('indexAction') #5
D:\www\projeto\lib\Zend\Controller\Front.php(753):
Zend_Controller_Dispatcher_Standard->dispatch(Object(Zend_Controller_Request_Http),
Object(Zend_Controller_Response_Http)) #6 D:\www\projeto\index.php(35):
Zend_Controller_Front->dispatch() #7 {main} thrown in
D:\www\projeto\lib\Zend\View\Abstract.php on line 595
--------------------------------------------------------------------------------
Look, the Zend_View try to find index\index.phtml and not index.phtml...