After installation of Symfony2 sandbox, I wanted to view new debug profiler. But I have got the error:
You need to enable either the SQLite or PDO_SQLite extension for the profiler to run properly.
It means your apache server doesn't have enabled sqlite extension.
On linux just install it through:
apt-get install php5-sqlite
and restart apache.