pdo sqlite could not find driver… php file not processing

I had to actually install the extension, and this is how i did on Ubuntu 16 running PHP 7.1:

sudo apt install php7.1-sqlite3

Leave a Comment