I have installed symfony 1.0.22. I am following the tutorial on symfony-project.org
So far entering in CLI the code below
safarov@Safarov:/var/www/test$ php symfony propel-generate-crud frontend post Post
gives this error:
[sfInitializationException]
Unable to scaffold unexistant model "Post"
what is the reason?
Thanks
I found the answer. It’s because creole used in symfony is not compatible with PHP 5.3.x
There was error when I try “symfony propel-build-model”:
Removing self::TEXT from the array in CreoleType.php solves the problem.