sudo apt-get update
sudo apt-get install php5.6-sqlite3
and restart service
service php5.6-fpm restart
If you are using PHP 7.0 then
sudo apt-get install php7.0-sqlite3
and restart service
service php7.0-fpm restart
sudo apt-get update
sudo apt-get install php5-sqlite
sudo service php5-fpm restart