hi all,
"!! Error: Statistics: SQLite extension for PHP is not installed! Please install the SQLite (v2.X) extension to use this feature"
writes this error. PHP is installed and there is even a special lampp server.
Please help me!
hi all,
"!! Error: Statistics: SQLite extension for PHP is not installed! Please install the SQLite (v2.X) extension to use this feature"
writes this error. PHP is installed and there is even a special lampp server.
Please help me!
apt-get install sqlite3
and then write in [statistics] in config.cfg as savemethode "sqlite3"
Thank you!