Closed lukepass closed 5 years ago
Hello,
Also the same concern on our side in Symfony 4.3.1.
By switching from dev to all, it works immediately better ..
I allowed myself to update the documentation and make a merge request so that other users do not have this problem .. The documentation is wrong unfortunately :(
Thank you Sincerely.
Hello,
Also the same concern on our side in Symfony 4.3.1.
By switching from dev to all, it works immediately better ..
I allowed myself to update the documentation and make a merge request so that other users do not have this problem .. The documentation is wrong unfortunately :(
Thank you Sincerely.
Do you know why it works only when using 'all' and not in dev?
Hello, Also the same concern on our side in Symfony 4.3.1. By switching from dev to all, it works immediately better .. I allowed myself to update the documentation and make a merge request so that other users do not have this problem .. The documentation is wrong unfortunately :( Thank you Sincerely.
Do you know why it works only when using 'all' and not in dev?
It's related to Symfony and how to load packages directly.
In this case, it is only lit when the offer has been made.
By passing to all, all environments will be loaded. It's an error in their documentation at Sonata's.
More information : https://symfony.com/doc/master/bundles.html
Environment
Symfony 4 fresh install with Sonata packages.
Sonata packages
Symfony packages
PHP version
Subject
Hello, please see my other issue here:
https://github.com/sonata-project/SonataUserBundle/issues/1091
I am experiencing a very strange problem with this error:
This problem happens only in prod environment when
APP_ENV=prod
. If I set it todev
all is working fine.Steps to reproduce
Set EasyExtendsBundle bundle for dev only:
Expected results
The admin list of users is working fine.
Actual results
The above error is produced.
Solution
Set EasyExtendsBundle bundle for prod:
All works fine.