I have a problem with my symfony project, I am currently working with friends and I recently pulled the project on my other computer and I have a problem, I pulled it normally and I have done a database migration in the classic way but I encounter an error that I can't solve for a week: enter image description here
If someone knows where it comes from, your help would be welcome. Don't hesitate to ask me for the different files if needed, I'll provide them with great pleasure.
CodePudding user response:
Check to use the same version of PHP and his modules
CodePudding user response:
which symfony version do you use?
Can you show us your doctrine config (probably doctrine.yaml
) and the class App\Entity\Event
?
Maybe you are using more than one entityManager, in this case this article can help: https://skylar.tech/symfony-doctrine-repository-running-queries-on-wrong-entity-manager/