Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

This module does not work with ZendDeveloperTools #16

Open
asifjaveduk opened this issue Aug 8, 2013 · 3 comments
Open

This module does not work with ZendDeveloperTools #16

asifjaveduk opened this issue Aug 8, 2013 · 3 comments

Comments

@asifjaveduk
Copy link

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
Copy link
Owner

vasrap commented Aug 8, 2013

Thanks! I will take a look 👍

@ernestova
Copy link

scaraveos did you found any answer to these question ?

@ernestova
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants