http://qs321.pair.com?node_id=771049


in reply to DBI::SQLite and apache [SOLVED]

Either you used a relative path to the file, which you should change, or there's a permissions problem with an enclosing directory.

Replies are listed 'Best First'.
Re^2: DBI::SQLite and apache
by halfcountplus (Hermit) on Jun 12, 2009 at 19:15 UTC
    Changing the ownership of the db's directory worked. Thanks!