Hi, just working my way through the quickstart guide of the zend framework,
and am having a strange problem with the layout. Although i have followed
the guide, i am getting an exception:

/script 'layout.phtml' not found in path
(C:/workspace/domain/application/views\scripts/)/

I only have a skeleton application as created by zend studio (new zend
framework project) and using zend tool to enable the layout added this to my
application.ini:

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

and a layout file at:
/application/layouts/scripts/layout.phtml

I also have this in my bootstrap:
protected function _initLayout(){
                return Zend_Layout::startMvc();
        }

...so why the error?
(Using zend studio 9 with zf 1.11.11)

--
View this message in context: 
http://zend-framework-community.634137.n4.nabble.com/Zend-Framework-Quickstart-not-finding-layout-tp4617382.html
Sent from the Zend Framework mailing list archive at Nabble.com.

-- 
List: [email protected]
Info: http://framework.zend.com/archives
Unsubscribe: [email protected]


Reply via email to