Hello, I have error after tutorial:
http://framework.zend.com/manual/en/learning.quickstart.create-layout.html
Fatal error: Uncaught exception 'Zend_Application_Bootstrap_Exception' with
message 'Resource matching "view" not found' in
/usr/share/php/Zend/Application/Bootstrap/BootstrapAbstract.php:691 Stack
trace: #0
/usr/share/php/Zend/Application/Bootstrap/BootstrapAbstract.php(626):
Zend_Application_Bootstrap_BootstrapAbstract->_executeResource('view') #1
/usr/share/php/Zend/Application/Bootstrap/BootstrapAbstract.php(583):
Zend_Application_Bootstrap_BootstrapAbstract->_bootstrap('view') #2
/web/sites/obyava.com/bin/quickstart/application/Bootstrap.php(7):
Zend_Application_Bootstrap_BootstrapAbstract->bootstrap('view') #3
/usr/share/php/Zend/Application/Bootstrap/BootstrapAbstract.php(666):
Bootstrap->_initDoctype() #4
/usr/share/php/Zend/Application/Bootstrap/BootstrapAbstract.php(619):
Zend_Application_Bootstrap_BootstrapAbstract->_executeResource('doctype') #5
/usr/share/php/Zend/Application/Bootstrap/BootstrapAbstract.php(583):
Zend_Application_Bootstrap_BootstrapAbstract->_bootstrap(NULL) #6
/usr/share/php/Zend/Application in
/usr/share/php/Zend/Application/Bootstrap/BootstrapAbstract.php on line 691
[production]
; PHP settings we want to initialize
phpSettings.display_startup_errors = 1
phpSettings.display_errors = 1
includePaths.library = APPLICATION_PATH "/../library"
bootstrap.path = APPLICATION_PATH "/Bootstrap.php"
bootstrap.class = "Bootstrap"
appnamespace = "Application"
resources.frontController.controllerDirectory = APPLICATION_PATH
"/controllers"
resources.frontController.params.displayExceptions = 0
resources.layout.layoutPath = APPLICATION_PATH "/layouts/scripts"
[staging : production]
[testing : production]
phpSettings.display_startup_errors = 1
phpSettings.display_errors = 1
[development : production]
phpSettings.display_startup_errors = 1
phpSettings.display_errors = 1
resources.view[] = ""
--
View this message in context:
http://zend-framework-community.634137.n4.nabble.com/Newbie-Error-Uncaught-exception-Zend-Application-Bootstrap-Exception-tp3059454p3059454.html
Sent from the Zend Framework mailing list archive at Nabble.com.