Throw exception "Zend_View_Exception"

In my project, I added the following line of code to applicaiton.ini

resources.layout.layoutPath = APPLICATION_PATH "/ layouts / scripts /"

Whenever I add this code, I get the following error,

** Fatal error: throw exception 'Zend_View_Exception' with message 'script' layout.phtml 'not found in path

Bellow is the structure of my project

** enter image description here

+4
source share
1 answer

The folder for the layout should be in the "application".

/application/layouts/scripts/layout.phtml 
+10
source

All Articles