After the migration of your Symfony project from 1.1 to 1.2, you may get several errors about the setError and hasError method missing from the sfWebRequest class. Indeed, these operations have been removed. You can use the sfCompat10Plugin but if you don't want to activate this plugin you are stuck.
Dev › php
Sunday, May 17 2009
Fixing the setError and hasError migration issue in Symfony 1.2
By Stephane Carrez on Sunday, May 17 2009, 22:10
Sunday, February 8 2009
Symfony cryptic error: Error importing plugins/sfPropelPlugin/lib/propel/builder/SfPeerBuilder.php
By Stephane Carrez on Sunday, February 8 2009, 18:47
Symfony is a nice PHP framework, when it works. Sometimes when you run symfony you get a cryptic error and you have no clue on how to fix the problem. The article shows one of them and how to solve it.
Sunday, February 1 2009
Upgrading Symfony projects to release 1.2
By Stephane Carrez on Sunday, February 1 2009, 23:26