PDO_SQLITE driver not present.. what to do?

Solution 1:

did you try sudo apt-get install php5-sqlite?

Current version: sudo apt install php7.4-sqlite

Solution 2:

For PHP 7.0 and greater:

sudo apt-get install php-sqlite3