Duplicate
Details
Assignee
UnassignedUnassignedReporter
Zac SpitzerZac SpitzerPriority
NewFix versions
New Issue warning screen
Before you create a new Issue, please post to the mailing list first https://dev.lucee.org
Once the issue has been verified, one of the Lucee team will ask you to file an issue
Affects versions
Details
Details
Assignee
Unassigned
UnassignedReporter
Zac Spitzer
Zac SpitzerPriority
Fix versions
New Issue warning screen
Before you create a new Issue, please post to the mailing list first https://dev.lucee.org
Once the issue has been verified, one of the Lucee team will ask you to file an issue
Affects versions
Created 15 August 2018 at 11:19
Updated 18 February 2019 at 15:29
Resolved 18 February 2019 at 15:29
if you disable the reference and metrics tab for the modern debugging template,
when you viewing a log under debugging logs in the administrator it shows a blank page.
via dev tools, I see the following following error, it isn't caught and displayed to the user
Lucee 5.3.1.38-SNAPSHOT Error (database)
Message column name [method] already exist
Stacktrace The Error Occurred in
C:\lucee\tomcat\lucee-server\context\context\admin\debug\Modern.cfc: line 746
744: <cfset local.q = 0>
745: <cfset local.totAvg = 0>
746: <cfset queryAddColumn(pages, "method")>
747: <cfset queryAddColumn(pages, "path")>
748: <cfloop query="pages">
called from /context/applogs/readDebug.cfm: line 54
https://github.com/lucee/Lucee/blob/5.3/core/src/main/java/resource/context/admin/debug/Modern.cfc#L746