-
-
Notifications
You must be signed in to change notification settings - Fork 19
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
development mode enable throws fatal error #35
Comments
I'm in the same situation, follow exactly what was in the tutorial in https://apigility.org/documentation/modules/zf-development-mode site UPDATE Originally posted by @jerfeson at zfcampus/zf-apigility#154 (comment) |
Also you can rename manual development.config.php.dist to development.config.php from config folder and development mode will be enabled. Originally posted by @zbintiosul at zfcampus/zf-apigility#154 (comment) |
This disable maintenance mode, but it does not solve the problem he reported. Originally posted by @jerfeson at zfcampus/zf-apigility#154 (comment) |
To solve clean the files in data/cache Originally posted by @lucianoreis at zfcampus/zf-apigility#154 (comment) |
in config/development.config.php comment this line //'ZF\Apigility\Welcome', Originally posted by @ghost at zfcampus/zf-apigility#154 (comment) |
Running the latest version of Apigility (1.3.2), if I disable development mode, the server just returns 500 errors for both the admin panel and any http reqeusts to the API. When trying to re-enable development mode, php throws a fatal error and the API still won't respond.
It seems like a path was hardcoded in:
Originally posted by @NickClaywell at zfcampus/zf-apigility#154
The text was updated successfully, but these errors were encountered: