zfcampus / zf-apigility

BSD 3-Clause "New" or "Revised" License
258 stars 52 forks source link

Error supression forced adding modules #78

Open str opened 9 years ago

str commented 9 years ago

If I'm developing, there are 2 modules that turn off the error reporting 'ZF\ApiProblem', 'ZF\Rest', I have to turn them off everytime I'm in development mode. I do have $_SERVER['APPLICATION_ENV'] == 'development' set up in public/index.php

str commented 9 years ago

It looks it's a module loading problem, I set my modules AFTER apigility, as my modules had the view_manager['display_exceptions'] = true in the moule/MyModule/config/module.config.php

michalbundyra commented 4 years ago

This repository has been closed and moved to laminas-api-tools/api-tools; a new issue has been opened at https://github.com/laminas-api-tools/api-tools/issues/59.