Alex Filatov
My online private property
My online private property
This user hasn't shared any biographical information
Homepage: http://www.alexfilatov.com
December 9, 2009 - 11:13 am
Tags: bugfix, creole, error, model, Symfony
Posted in General | 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 (line 39 in [...]
August 25, 2009 - 8:21 am
Tags: batch, sfAssetsLibraryPlugin, Symfony
Posted in Nice to Have, Symfony | Comments
Hi there!
I’d like to share with this pretty simple script with you, hope it will save you few minutes.
You guys who familiar with this Symfony plugin for assets management probably know that it uses sfThumbnail plugin for making thumbnails of image assets.
sfThumbnail has configuration in app.yml and it looks like:
all:
sfAssetsLibrary:
[...]