I'm having a similar issue as psychonikeo.
sqlitedberrors.sqlite has the right permissions.
I echo'ed out: DIR .'/sqlitedberrors.sqlite' and it has the correct path.
I took a look in the sqlitedberrors.sqlite file and nothing is changing.
SQLite is properly installed because error_log is not spitting out any PHP errors for unrecognized commands.
Is there any way to see what the result/error of a query is?
Code:
$sqlitedb->queryExec("INSERT INTO dberrors (time, error, errorcode, ipaddress, script) VALUES (".TIMENOW.", '".sqlite_escape_string($this->error)."', '".$this->errno."', '$ipaddress', '$scriptpath')");
Edit:
Could it be the version of SQLite I'm running?
PDO Driver for SQLite 3.x enabled
PECL Module version (bundled) 1.0.1 $Id: pdo_sqlite.c 272374 2008-12-31 11:17:49Z sebastian $
SQLite Library 3.3.7
---
SQLite support enabled
PECL Module version 2.0-dev $Id: sqlite.c 282740 2009-06-25 00:07:20Z scottmac $
SQLite Library 2.8.17
SQLite Encoding iso8859