You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
PHP Fatal error: Call to a member function get() on a non-object in ...\vendor\codeconsortium\ccdn-user-security-bundle\CCDNUser\SecurityBundle\Component\Authorisation\SecurityManager.php on line 101
It seems Synfony call your CCDNUser\SecurityBundle\Component\Authorisation\SecurityManager voter and there is no request as no HTTP request is being done.
How can I disable CCDNUserSecurityBundle with commands? if it´s not possible, is there a way to avoid this problem?
The text was updated successfully, but these errors were encountered:
I use isGranted method inside a Symfony command:
and I get this error:
PHP Fatal error: Call to a member function get() on a non-object in ...\vendor\codeconsortium\ccdn-user-security-bundle\CCDNUser\SecurityBundle\Component\Authorisation\SecurityManager.php on line 101
It seems Synfony call your CCDNUser\SecurityBundle\Component\Authorisation\SecurityManager voter and there is no request as no HTTP request is being done.
How can I disable CCDNUserSecurityBundle with commands? if it´s not possible, is there a way to avoid this problem?
The text was updated successfully, but these errors were encountered: