-- Julian Davchev <[EMAIL PROTECTED]> wrote
(on Friday, 07 November 2008, 06:04 PM +0200):
> Is it just me or quickstart is not working.
>
> I got
> Message: SQLSTATE[HY000]: General error: 14 unable to open database file
>
> when I try to submit/add stuff in guestbook.
> I have chmod 777 data/db/guestbook-dev.db
The directory in which the DB file exists also needs to have RW
permissions for the apache process. I usually do:
chmod -R a+rwX data
which ensures that the entire data/ subdirectory has these permissions.
> All other success messages etc are working as expected.
--
Matthew Weier O'Phinney
Software Architect | [EMAIL PROTECTED]
Zend Framework | http://framework.zend.com/