Alex Filatov
My online private property
My online private property
This user hasn't shared any biographical information
Homepage: http://www.alexfilatov.com
May 31, 2010 - 12:28 pm
Posted in General | View Comments
I’ve met in the Internet nice article about Howto Create Symfony 1.4 project with Git and cut out stuff related to Symfony and Git only. 1. Clone the symfony-1.4 svn repository. $ git svn clone http://svn.symfony-project.com/branches/1.4 lib/vendor/symfony-1.4 When a 1.4 update comes along, go to the lib/vendor/symfony-1.4 directory and execute the following command to update [...]
December 9, 2009 - 11:13 am
Tags: bugfix, creole, error, model, Symfony
Posted in General | View Comments
When I upgraded my local php to 5.3 version I’ve got the problem that symfony model won’t build. The error appeared was like: “Unable to return ‘affix’ for unknown CreoleType” This is Creole issue – it cannot accept LONGVARCHAR and TEXT fields from Symfony schema. To fix this please change text constant in CreoleTypes.php file [...]