Duplicate
Details
Assignee
Pothys - MitrahSoftPothys - MitrahSoftReporter
Adam StetzerAdam StetzerPriority
NewNew 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
Pothys - MitrahSoft
Pothys - MitrahSoftReporter
Adam Stetzer
Adam StetzerPriority
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 23 January 2022 at 14:50
Updated 11 February 2022 at 10:09
Resolved 11 February 2022 at 00:04
After turning Debugging = ON in Lucee Admin \ Debugging, I receive a hard error when clicking on Logs (see below).
Admin debugging logs expects debugging templates option to always be enabled, perhaps other too
http://127.0.0.1:8888/lucee/admin5/web.cfm?action=debugging.logs
Lucee 5.3.9.52-SNAPSHOT Error (expression)
Message The key [pages] does not exist, only the following keys are available: [datasources, exceptions, history, id, queries, scope, size, starttime, times].
Stacktrace The Error Occurred in
C:\work\lucee\core\src\main\cfml\context\admin\debugging.logs.list.cfm: line 117
115: <cfloop from="#arrayLen(logs)#" to="1" index="i" step="-1">
116: <cfset el=logs[i]>
117: <cfset _total=0><cfloop query="el.pages"><cfset _total+=el.pages.total></cfloop>
118: <cfset _query=0><cfloop query="el.pages"><cfset _query+=el.pages.query></cfloop>
119: <cfset _app=0><cfloop query="el.pages"><cfset _app+=el.pages.app></cfloop>
called from C:\work\lucee\core\src\main\cfml\context\admin\debugging.logs.cfm: line 156
called from C:\work\lucee\core\src\main\cfml\context\admin\web.cfm: line 492