You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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
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
Originally posted by @str at zfcampus/zf-apigility#78
The text was updated successfully, but these errors were encountered: