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
#restart the apache
sudo /etc/init.d/apache2 restart
Natural Born Programmer
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
Here is another debugging helper for Symfony, CodeIgniter, Kohana and Zend frameworks or your applications. Normally you would use var_dump() or print _r() for debugging but dumping the data without xdebug always a pain.
I use these custom functions depending on type of data whether an array or a class to debug my code which makes it more friendly and human-readable.
If you are getting the 500 error (Call to undefined method myUser::isAnonymous.) after installing the sfGuardDoctrine plugin i.e

Add these lines in your apps/app name/config/factories.yml to make to pluging to work.