Tried to set-up an old web application to a local server. Got an error like "Class no found". It is something to do with auto-loading.
The solution was to run this:
$ php symfony doctrine:build --all-classes --sql
Models don't exist in the source code I have. They said they don't include models in their commits. Why? Because it is auto generated already by symfony.
No comments:
Post a Comment