0

"Required PDO library with pdo_sqlite extension is not available" in Ubuntu

I am getting below error when try to install Quick CMS on Ubuntu

"Required PDO library with pdo_sqlite extension is not available"

Ubuntu Error-handling Add a comment
benjamin
asked Dec 03 2020

Answer

0

To fix above error install Php sqlite by using below command

sudo apt-get install php-sqlite3

After completed above step restart the Apache service, now it will work

Add a comment
linuxhelp
asked Dec 03 2020
Post your Answer