Hi Matthew, I've found the problem. By default, APPLICATION_ENV is undefined, and defaults to production.
The application.ini file specifies the database file to by used by sqlite. Only the development database is included in the quickstart distribution zip file. Hence the error. Suggestion 1) add the production database to the quickstart zip file 2) add SetEnv APPLICATION_ENV "development" to the .htaccess file 3) both 1) and 2) Greg -- View this message in context: http://n4.nabble.com/ZF1-10-QuickStart-QuickStop-tp1471898p1472266.html Sent from the Zend Framework mailing list archive at Nabble.com.
