1 Answer
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
Your Answer
x