zendframework / ZFTool

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

ZFTool keeps saying it has thrown an exception when no exception is listed. #130

Closed Toltar closed 8 years ago

Toltar commented 8 years ago

Hello. I have tried to use the ZFTool and I get this strange error where it says it throws an exception, but it lists no exception. I was wondering if anyone can help me with this. I have seen the issue in issues #62 although it seems while the issue has been closed and unresolved. Here is a screenshot: zftoolerror

This seems to happen no matter what command I enter. If anyone needs further clarification of anything please let me know. And I thank everyone in advance for their time and help to the issue.

System Specifications

kifarre commented 8 years ago

can you try to desactivate all modules ? in your application.config.php 'modules' => array( 'Application', ), or modules.config.php (if exists) return [ 'Application', ];

when i have some problemes in a module, i can't use ZendTool.

Toltar commented 8 years ago

Sorry I forgot to let you know that I have successfully solved this issue. I tried just creating a new Zend Project and it worked. I am not sure exactly how I fixed it because I fixed it a month ago, but for now I will close this issue till this comes up again.