VACS Blog

To content | To menu | To search

Tag - symfony

Entries feed - Comments feed

Sunday, May 17 2009

Fixing the setError and hasError migration issue in Symfony 1.2

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.

Continue reading...

Sunday, February 8 2009

Symfony cryptic error: Error importing plugins/sfPropelPlugin/lib/propel/builder/SfPeerBuilder.php

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.

Continue reading...

Sunday, February 1 2009

Upgrading Symfony projects to release 1.2

Symfony is a PHP framework for building web application. I have two projects that use Symfony 1.1 and I wanted to upgrade to the new 1.2 release. This article lists some issues that I found and how I fixed them.

Continue reading...