On Tue, Aug 30, 2011 at 8:33 PM, ron georgia <[email protected]> wrote:

> SQLITE_CANTOPEN: cannot open file at line 27669 of [b0888047bb]
> SQLITE_CANTOPEN: statement aborts at 31: [REPLACE INTO
> config(name,value) VALUES('captcha-secret',
> lower(hex(randomblob(20))));]
>


Make sure the CGI-running process can read/write the db AND the directory
containing the db (needed for the journal file).

>I can access the db through the command line e.g. fossil open

> ntracker.fossil, but not through the browser.
>

My assumption is that your apache is running as another user, e.g. www,
http, or apache. Note that all directories leading to the cgi-bin dir need
to be readable, which may meaning making your home dir readable.

-- 
----- stephan beal
http://wanderinghorse.net/home/stephan/
_______________________________________________
fossil-users mailing list
[email protected]
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

Reply via email to