« Return to Thread: QuickStart and creating a SQLite database

Re: QuickStart and creating a SQLite database

by zig :: Rate this Message:

Reply to Author | View in Thread

Hello,

you must create these files (in my configuration):
touch /var/www/QuickStart/data/db/guestbook.db
touch /var/www/QuickStart/data/db/guestbook-dev.db
touch /var/www/QuickStart/data/db/guestbook-testing.db
a+

Steve Horejsi wrote:
 I am getting a failure while trying to create the demo database:

Writing Database Guestbook in (control-c to cancel):
AN ERROR HAS OCCURED:
SQLSTATE[HY000] [14] unable to open database file

 I can't seem to find any logs anywhere that would tell me what is failing. I have he perms on the whole QuickStart directory tree set so that Apache is the Group owner and has read/write.

 Where next?

 « Return to Thread: QuickStart and creating a SQLite database