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
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Seems strange – did you do
symfony cc(clear cache) afterwards?Have you also tried doing
symfony propel:build-modelon its own to make sure the model files are being regenerated OK?