Re: [sqlite] Problem writing to database using PHP under OS X

2008-07-15 Thread Tim Streater
At 15:39 14/07/2008, John LeSueur wrote: >On Mon, Jul 14, 2008 at 4:28 AM, Tim Streater <[EMAIL PROTECTED]> >wrote: > > > I have a small script which shows this problem: if I run it from the > > command line I can read from and write to the database. If I run it in a > > browser it fails at the

Re: [sqlite] Problem writing to database using PHP under OS X

2008-07-14 Thread John LeSueur
On Mon, Jul 14, 2008 at 4:28 AM, Tim Streater <[EMAIL PROTECTED]> wrote: > I have a small script which shows this problem: if I run it from the > command line I can read from and write to the database. If I run it in a > browser it fails at the write with "General error: 14 unable to open >

[sqlite] Problem writing to database using PHP under OS X

2008-07-14 Thread Tim Streater
I have a small script which shows this problem: if I run it from the command line I can read from and write to the database. If I run it in a browser it fails at the write with "General error: 14 unable to open database file" (having done the read OK first). The database has permissions