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
{{ message }}
This repository has been archived by the owner on Jul 3, 2020. It is now read-only.
Hey guys, I was using successfully the plugin for over a year but after my upgrade to ZF2 version 2.5 I'm getting the following error and I have no idea why this is happening, hope you can give me a hand to understand the problem:
Service "ZfcRbac\Guard\RouteGuard" has been requested to plugin manager of type "ZfcRbac\Guard\GuardPluginManager", but couldn't be retrieved.
A previous exception of type "Zend\ServiceManager\Exception\ServiceNotCreatedException" has been raised in the process.
By the way, a service with the name "ZfcRbac\Guard\RouteGuard" has been found in the parent service locator "Zend\ServiceManager\ServiceManager": did you forget to use $parentLocator = $serviceLocator->getServiceLocator() in your factory code?
Hey guys, I was using successfully the plugin for over a year but after my upgrade to ZF2 version 2.5 I'm getting the following error and I have no idea why this is happening, hope you can give me a hand to understand the problem:
This is my stack trace:
I'm loading all the classes through composer autoloader. If I disable the module in config/application.config.php I get the site to work correctly.
Thanks in advance.
The text was updated successfully, but these errors were encountered: