I change schema.yml from time to time and execute:
symfony propel:build-all-load
but the lib/_model and lb/model do not reflect my changes and cause: Call to undefined method
I change schema.yml from time to time and execute:
symfony propel:build-all-load
but the lib/_model and lb/model do not reflect my changes and cause: Call to undefined method
Seems strange - did you do symfony cc
(clear cache) afterwards?
Have you also tried doing symfony propel:build-model
on its own to make sure the model files are being regenerated OK?
As a starting point, clear the cache
symfony cc
Then try using
symfony propel:build-forms
beforehand.