vasrap / ZF2-Restful-Module-Skeleton

A Zend Framework 2 module skeleton that works with the RestfulController
63 stars 34 forks source link

This module does not work with ZendDeveloperTools #16

Open asifjaveduk opened 11 years ago

asifjaveduk commented 11 years ago

I have installed ZendDeveloperTools using "php composer.phar require zendframework/zend-developer-tools:dev-master"

Once I enable ZendDeveloperTools in configuration file. it throws error Fatal error: Uncaught exception 'Zend\Di\Exception\MissingPropertyException' with message 'Missing instance/object for parameter driver for Zend\Db\Adapter\Adapter::__construct'

if I disable ResetModule, Developer tool works fine and vise versa. It seems there is some conflict between ZendDeveloperTools and ZF2-Restful-Module-Skeleton

vasrap commented 11 years ago

Thanks! I will take a look :+1:

ernestova commented 10 years ago

scaraveos did you found any answer to these question ?

ernestova commented 10 years ago

Nevermind problem solve with: 'collectors' =>array('db' => null), at zdt.local.php