[phpsqliteadmin] Re: phpsqlite login

> 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...

Thanks for posting this info.

> Other problem is that a lot of files are missing from the tar.gz package,
> eg. the edit.config.php, etc.

It's not that they're missing, just that they don't exist. :) If you want a
more
complete app you could try checking out a copy from CVS, as this has
more functionality.

> An other problem for me that I dont know where can be found an sqlite.so
version
> 2.8.12 or greater.

You have to compile it from source (the php extension).

> 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.

That's the alternative, however row editing probably won't work.

Cheers.
-- 
Richard Heyes


Other related posts: