zendframework/zend-modulemanager

Call to a member function getEventManager() on null in OnBootstrapListener

leogr opened this issue · 2 comments

leogr commented

With zendframework/zend-modulemanager 2.5.2:

Fatal error: Call to a member function getEventManager() on null in /var/www/webapu/vendor/zendframework/zend-modulemanager/src/Listener/OnBootstrapListener.php on line 35

This has just been fixed by @weierophinney and 2.5.3 has been pushed. Please run composer update again (you might need to run composer clear-cache)

leogr commented

Now it works! 👍