I have just followed akrobat's zf2-tutorial and now i'm trying to add
doctrine module.

I have installed doctrine module using composer, which seemed to go
ok. Then I added Doctrine to the list of modules in
application.config.php file.
However, now the application is broken. In php error log i get;

[11-Jun-2012 18:27:36 UTC] PHP Fatal error:  Uncaught exception
'Zend\ModuleManager\Exception\RuntimeException' with message 'Module
(Doctrine) could not be initialized.' in
C:\Users\Steve\Documents\git\zf2-tutorial\vendor\zendframework\zendframework\library\Zend\ModuleManager\ModuleManager.php:118
Stack trace:
#0 
C:\Users\Steve\Documents\git\zf2-tutorial\vendor\zendframework\zendframework\library\Zend\ModuleManager\ModuleManager.php(85):
Zend\ModuleManager\ModuleManager->loadModule('Doctrine')
#1 C:\Users\Steve\Documents\git\zf2-tutorial\public\index.php(18):
Zend\ModuleManager\ModuleManager->loadModules()
#2 {main}
  thrown in 
C:\Users\Steve\Documents\git\zf2-tutorial\vendor\zendframework\zendframework\library\Zend\ModuleManager\ModuleManager.php
on line 118

-- 
List: [email protected]
Info: http://framework.zend.com/archives
Unsubscribe: [email protected]


Reply via email to