
«You need to enable either the SQLite or PDO_SQLite extension for the profiler to run properly.»
Este error de Symfony se debe a que no está instalado el paquete «php5-sqlite», y se soluciona con el siguiente comando: sudo apt-get install php5-sqlite
Para terminar, reiniciamos apache con: sudo /etc/init.d/apache2 restart