Symfony2 and SQLite3 or PDO_SQLite extension error

If you are getting  

You need to enable either the SQLite3 or PDO_SQLite extension for the profiler to run properly

To resolved it install the php5-sqlite

sudo apt-get install php5-sqlite
#restart the apache
sudo /etc/init.d/apache2 restart
Share this