hi guys i get this error
PHP Fatal error: Call to undefined function sqlite_open() in /home/swampy/adminmod/plugins/statistics.php on line 228
Line 228
$db = sqlite_open($mod->getConfigDir() . "/plugins/stats.db", 0666, $sqliteerror);
My settings from the config.cfg
whisperstats = 0
savestats = 1
i run a dedi Linux 2.6.22.14-72.fc6 on i686
i can only asume that the stats.db need permissions 0666 witch it has got.
Many thanks in advance