Hey Guys,
I get this error: !! Error: Statistics: SQLite extension for PHP is not installed! Please install the SQLite (v2.X) extension to use this feature 10s to quit
while trying to install the mod on my CentOS Dedicated Server. I have installed php5-sqlite as you can see:
yum install sqlite php5-sqlite
Setting up Install Process
base | 3.7 kB 00:00
centosplus | 3.5 kB 00:00
extras | 3.5 kB 00:00
rpmforge | 1.1 kB 00:00
rpmforge/primary | 4.0 MB 00:01
rpmforge 11059/11059
updates | 3.5 kB 00:00
updates/primary_db | 1.8 MB 00:00
Setting up Install Process
Package sqlite-3.6.20-1.el6.x86_64 already installed and latest version
No package php5-sqlite available.
Nothing to do
Am I am still getting the error any ideas?
I saw that you had to add: extension=pdo.so extension=pdo_sqlite.so extension=sqlite.so to the end of php.ini. I added this to /etc/php.ini and restarted using this: service httpd restart but still no hope
Hope you guys can help
Thanks