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
{{ message }}
This repository has been archived by the owner on Jan 29, 2020. It is now read-only.
When I have an exception in a "view" from a ViewHelper I recive a generic message :
"An error occurred during execution; please try again later.
No Exception available" without give me more info about the error.
But when I try same error in "layout" I recive this message "Fatal error: Uncaught Error:" with additional information about the error (trace-files).
How you know, when not have information about error take a lot of time to debug.
Thanks for help
Environment: zf3 + php7 + ZendServer (Migration process of zf2 to zf3)
The text was updated successfully, but these errors were encountered:
When I have an exception in a "view" from a ViewHelper I recive a generic message :
"An error occurred during execution; please try again later.
No Exception available" without give me more info about the error.
But when I try same error in "layout" I recive this message "Fatal error: Uncaught Error:" with additional information about the error (trace-files).
How you know, when not have information about error take a lot of time to debug.
Thanks for help
Environment: zf3 + php7 + ZendServer (Migration process of zf2 to zf3)
The text was updated successfully, but these errors were encountered: