zendframework / ZFTool

Utility module for maintaining modular Zend Framework 2 applications.
187 stars 101 forks source link

The application has thrown an exception! #62

Closed raymondelferink closed 9 years ago

raymondelferink commented 11 years ago

I have my application setup and running.

I have added zftool using composer

From the root of my application, when I run "vendor/bin/zf.php modules" it throws an exception: "The application has thrown an exception!"

I can see the same issue was briefly mentioned here: https://github.com/zendframework/ZFTool/issues/44

What can be the problem? How can I solve it?

ezimuel commented 11 years ago

Hi @raymondelferink, I just changed the composer.json of ZFTool to requires ZF 2.2.2. Can you install again zftool and check? Thanks.

raymondelferink commented 11 years ago

Thanks for picking this up @ezimuel, it doesn't seem to fix the problem. However, yesterday I set up a blank project with only zf2 and zftool and it did work properly.

But... after adding "hybridauth/hybridauth: dev-master", "socalnick/scn-social-auth: dev-master", "bjyoungblood/bjy-authorize: 1.2.*" I got the same exception error...

Does that help?

ezimuel commented 9 years ago

@raymondelferink I'm closing this old issue because not relevant anymore.