Re: [fw-general] Dependincy Injector... can't find instance

2012-09-21 Thread Marco Pivetta
Always check $e-getPrevious() on exceptions. The skeleton application already handles that in the error view. Otherwise, use a try-catch block like that try { // buggy block } catch (\Exception $e) { do { echo $e-getMessage(); } while ($e = $e-getPrevious); } Marco Pivetta

[fw-general] Dependincy Injector... can't find instance

2012-09-20 Thread poashoas
File: C:\Program Files\Zend\Apache2\htdocs\vendor\ZF2\library\Zend\ServiceManager\ServiceManager.php:843 Message: An abstract factory could not create an instance of logineventauthentication(alias: Login\Event\Authentication).