Symfony Troubleshooting – Form Class Not Found

Troubleshooting:
When attempting to create a backend module with the Propel utility:
XXXXXXXForm class not found

Solution
[possibly you need to delete the files in lib/model/om, or maybe even the whole lib/model directory]
symfony cc
symfony propel:build-forms
symfony cc

This entry was posted in Symfony. Bookmark the permalink.

Leave a Reply