[phpsqliteadmin] phpsqlite login
- From: Dobos Gyula <dobosgy@xxxxxxxx>
- To: phpsqliteadmin@xxxxxxxxxxxxx
- Date: Sun, 16 May 2004 02:01:04 +0200
Hi everobody!
Today I also tried to setup the program, and I've run into the same problem.
First thing to do in such cases is to display errors to see what happens in the
program. / error_reporting(E_ALL); /
This says us immediately that the sqlite.so is not loaded.
So we have to use the dl('sqlite.so') command somewhere in the config.php
and voila, the program starts...
Other problem is that a lot of files are missing from the tar.gz package,
eg. the edit.config.php, etc.
An other problem for me that I dont know where can be found an sqlite.so version
2.8.12 or greater. The only downloadable version from
http://pecl.php.net/package/SQLite is 2.8.11, so I had to fake my sqlite version
number in phpSQLiteAdmin in the includes/configChecks.php.
Gyulus
- Follow-Ups:
- [phpsqliteadmin] Re: phpsqlite login
- From: Richard Heyes
Other related posts:
- » [phpsqliteadmin] phpsqlite login
- » [phpsqliteadmin] Re: phpsqlite login
- » [phpsqliteadmin] Re: phpsqlite login
- » [phpsqliteadmin] Re: phpsqlite login
- » [phpsqliteadmin] phpsqlite login
- » [phpsqliteadmin] Re: phpsqlite login
- » [phpsqliteadmin] Re: phpsqlite login
- » [phpsqliteadmin] Re: phpsqlite login
- [phpsqliteadmin] Re: phpsqlite login
- From: Richard Heyes