Search code examples
phpsymfonypropel

Symfony 2 propel:build-model not showing errors?


I am trying to build models like this:

php app/console propel:build-model --verbose

And I am getting:

[Propel] You are running the command: propel:build-model

[Propel] Error

An error has occured during the "om" task process. To get more details, run the command with the "--verbose" option.

How can I see the error?


Solution

  • I downgraded to PHP 5.3 and now it works.