BernardA

Results 29 comments of BernardA

@mbabker, I am afraid not. I just upgraded to v.1.1.1 - Symfony 5.4 and have the same issue: My configuration: /config/packages/security.yaml firewalls: dev: pattern: ^/(_(profiler|wdt)|css|images|js)/ security: false api: pattern: ^/api...

@mbabker, @Jayfrown Thanks for prompt response. I did not arrive to the point of actually testing it. For the time being I have that deprecation warning on the `web profiler`....

There you have both `context` and `trace`:

I run `php bin/console debug:container` and looked through all services and found the concrete class that corresponds to the Doctrine user_provider. So this has worked for me with default Doctrine...

@rnunezil No, I left it as is for now.

Thanks, I am in no particular hurry with this. I have a fallback solution in place. Let me know when you have a fix in place.

@tomstc I am also working on this with below custom filter but not getting anywhere. Did you solve this or can you share what you've done so far? This will...

Thanks but not sure I understand your comment. What do you mean by `put the fixture class in here where null happens`? Here where? Note that the `getRandomCategory` method was...

As I said above, the table Category was pre populated in the db. And as you know Fixtures is supposed to purge the db before generating new data. I had...

Thanks. I do believe the issue is with the purge, so no reason to pursue this here. On the other hand I was wondering when can one expect to have...