Search code examples
phpmysqlormpropel

Propel configuration file not found


when trying to reverse engineer a shema.xml in Propel i get the error message "Propel configuration file not found"

I created a new directory with a fairly standard build.properties file which i used before. But for some reason it's now looking for a different config file.

Hope someone can help

Thanks in advance


Solution

  • I am getting this too. Turns out they've broken/changed something in the most recent dev commit.

    I am using composer and have fixed it by forcing a rollback to an older commit.

    In my composer.json I have a require line of:

    "propel/propel": "dev-master#b412f08c98c83e05acd1e6e8357a177e7e26d047"

    Then do a $ composer update

    And it should work again.