I was unable to find installation instructions, other than just setting all files in the install directory to match apache's user and group. What I get is a blank screen and the following in my logs. Looks like maybe there is a session management class which is missing.
Let me know how to get this working as I'd like to try it out.
[Fri Feb 06 10:30:54 2009] [error] [client 71.155.185.14] PHP Notice: Undefined variable: _SESSION in /common/web/sqlite-admin-0.3a1/check_login.php on line 5
[Fri Feb 06 10:30:54 2009] [error] [client 71.155.185.14] PHP Stack trace:
[Fri Feb 06 10:30:54 2009] [error] [client 71.155.185.14] PHP 1. {main}() /common/web/sqlite-admin-0.3a1/index.php:0
[Fri Feb 06 10:30:54 2009] [error] [client 71.155.185.14] PHP 2. include_once() /common/web/sqlite-admin-0.3a1/index.php:3
I guess this project is dead, as this is a simple question with no answer given.
the session bug is a php.ini setting failure without hints, but fixed here: https://sourceforge.net/p/phpsqliteadmin/bugs/9/
But if you look in
/var/log/apache2/error.log
there are new bugs when the session error is fixed: