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 Jan 29, 2020. It is now read-only.
We have custom system based on zf2, when I update zend-mvc to version 2.7.15 , I have this error :
[err] #1096 in vendor/zendframework/zend-servicemanager/src/ServiceManager.php
While attempting to create httproutenotfoundstrategy(alias: HttpRouteNotFoundStrategy) an invalid factory was registered for this instance type.
we have custom config fro load all (( Default mvc-related service configuration )), I do some changes on my config file and all new options like MiddlewareListener and ..
But we have problem and error on loading HttpRouteNotFoundStrategy and HttpExceptionStrategy and HttpDefaultRenderingStrategy
Hello
We have custom system based on zf2, when I update zend-mvc to version 2.7.15 , I have this error :
we have custom config fro load all (( Default mvc-related service configuration )), I do some changes on my config file and all new options like MiddlewareListener and ..
But we have problem and error on loading
HttpRouteNotFoundStrategy
andHttpExceptionStrategy
andHttpDefaultRenderingStrategy
My custom config is :
Do you have any idea ?
The text was updated successfully, but these errors were encountered: