SQLiteManager-1.2.0RC2 does not work with systems with only SQLite v2, not v3, like Linux Debian stable (sarge).
A quick and dirty fix was for me to comment out line 4 of
SQLiteAutoConnect.class.php
//include_once INCLUDE_LIB . 'sqlite3.class.php';
Otherwise it works quite well. Nice program!
Colas Nahaboo.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
SQLiteManager-1.2.0RC2 does not work with systems with only SQLite v2, not v3, like Linux Debian stable (sarge).
A quick and dirty fix was for me to comment out line 4 of
SQLiteAutoConnect.class.php
//include_once INCLUDE_LIB . 'sqlite3.class.php';
Otherwise it works quite well. Nice program!
Colas Nahaboo.