-- FishAreBest <[email protected]> wrote
(on Sunday, 07 February 2010, 11:51 AM -0800):
> 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)

Defaulting to development does not make sense, as this is not our
recommendation for deployment. However, having copies of development,
production, and testing databases does. I'll make a note to do this
prior to the site refresh tomorrow, as well as to add a note to the
quickstart regarding setting the environment via a vhost.

-- 
Matthew Weier O'Phinney
Project Lead            | [email protected]
Zend Framework          | http://framework.zend.com/
PGP key: http://framework.zend.com/zf-matthew-pgp-key.asc

Reply via email to