I have a new VPS account, whereas before I always ran my sites on a shared server.
I have the option "Enable reliable exception information" and "Enable debug request" enabled.
I get an internal server 500 error. This is not very useful.
And I see the following error in application.log:
Error executing database query. [Macromedia] [SQLServer JDBC Driver] [SQLServer] The column name "AttachmentDesc" is specified more than once in the SET clause.
So, I see the error, but it would be better if the page displayed the error, and not me, to find it in application.log.
Q: Is there another parameter that I am missing to display errors on the page itself?
source share