zendframework / zend-modulemanager

ModuleManager component from Zend Framework
BSD 3-Clause "New" or "Revised" License
44 stars 27 forks source link

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

Closed leogr closed 8 years ago

leogr commented 8 years ago

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
grizzm0 commented 8 years ago

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 8 years ago

Now it works! :+1: