Comment 3 for bug 1016552

Revision history for this message
Marcos Mendez (marcos-hr7) wrote :

Possible solutions:

Configuration setting to disable stack traces from errors - users should not see that.

Provide mechanism for the user to forward the error to the admin, maybe send an email, so that it may be investigated further. This could also be used to create meaningful bug reports for you.

Modules/Addons should trap exceptions and provide meaningful errors to the user, perhaps even attempt to find out what happened? - e.g. if the user doesn't have permission to do something, say so in a simple mannner. if the query failed because of some field missing, perhaps some required addon/module was not installed, etc. Not just stack traces!