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.
When I tried to use middleware in zend-mvc 3, it require to install zend-stratigility as it seems it no longer required, so I add the zend-stratigility to require with command:
composer require zendframework/zend-stratigility
and it installed the zend-stratigility 3. After it installed, I got the following error:
( ! ) Fatal error: Uncaught Error: Call to undefined method Zend\Stratigility\MiddlewarePipe::setResponsePrototype() in /Users/samsonasik/www/zf-mvc3/vendor/zendframework/zend-mvc/src/MiddlewareListener.php on line 134
( ! ) Error: Call to undefined method Zend\Stratigility\MiddlewarePipe::setResponsePrototype() in /Users/samsonasik/www/zf-mvc3/vendor/zendframework/zend-mvc/src/MiddlewareListener.php on line 134
originally i submitted issue at
ZendSkeletonApplication
repo zendframework/ZendSkeletonApplication#433 , which seems should be hereWhen I tried to use middleware in zend-mvc 3, it require to install
zend-stratigility
as it seems it no longer required, so I add thezend-stratigility
to require with command:and it installed the
zend-stratigility
3. After it installed, I got the following error:So, I downgraded the version to v2 with command:
And it works.
How about support zend-stratigility v3 as well?
The text was updated successfully, but these errors were encountered: