You need to enable either the SQLite or PDO_SQLite extension for the profiler to run properly.
Si tras instalar un proyecto nuevo en Symfony 2 lo lanzas en el navegador y aparece el error del cuadro anterior necesitarás instalar las extensiones que te piden. Para ello:
apt-get install php5-sqlite
y reinicia Apache
sudo apache2ctl restart