snapshotpl / ZfSnapPhpDebugBar

PHP Debug Bar module for Zend Framework 2 & 3
29 stars 11 forks source link

Module (ZfSnapPhpDebugBar) could not be initialized #1

Closed personman closed 10 years ago

personman commented 10 years ago

When I install it via composer and add it to my list of modules in application.config.php, I get this:

Fatal error: Uncaught exception 'Zend\ModuleManager\Exception\RuntimeException' with message 'Module (ZfSnapPhpDebugBar) could not be initialized.' in vendor/zendframework/zendframework/library/Zend/ModuleManager/ModuleManager.php on line 189

snapshotpl commented 10 years ago

@personman Thanks for this issue. I totally forgot to check the installation by composer. Fixed. I have also fixed missing doc about installation process.

personman commented 10 years ago

Thank you. It works for me now.