Rodrigo Borrego Bernabé - Software Developer



Error en Symfony: You need to enable either the SQLite or PDO_SQLite extension for the profiler to run properly.

Category : breves, Programación, Symfony · No Comments · by Jun 18th, 2012
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