Closed xrow closed 6 years ago
Finally I found my file :-). I was looking at the wrong path.
[ec2-user@localhost magazin.x.com]$ find . -name 20171109161915_placeholder.yml
./vendor/ezsystems/ezplatform-ee-demo/src/AppBundle/MigrationVersions/20171109161915_placeholder.yml
Now the big question is: Why did it get placed in vendor/ezsystems/ezplatform-ee-demo/src and not in src/?
The answer might be: Because it sees 2 AppBundles one in src/ and one in vendor/ezsystems/ezplatform-ee-demo/src. Unfortunatelly it sees the later first. I will let eZ create a bug report about it. Please close this one as invalid. I post the URL to the ticket later.
https://support.ez.no/ticket/view/6460
Please close... Sorry...
Indeed it seems that you have 2 bundles with the same name... I am not even sure if Symfony would work perfectly in that scenario anyway, so I would recommend to fix it 1st :-)
Hi,
I am using the latest version. I would have bet this worked before. Please see the output.