Admin debugging logs expects debugging templates option to always be enabled

Description

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

Environment

Lucee 5.3.8.206
Apache Tomcat/9.0.35
11.0.7 (AdoptOpenJDK) 64bit
Linux (4.18.0-348.2.1.el8_5.x86_64) 64bit

Attachments

2
  • 23 Jan 2022, 02:50 pm
  • 23 Jan 2022, 02:50 pm

Activity

Show:

Pothys - MitrahSoft 11 February 2022 at 10:09

This issue was solved on the lucee latest version 5.3.9.80-SNAPSHOT. Could you please check with that version?

Adam Stetzer 24 January 2022 at 13:26

I did try restarting the entire Lucee instance several times over the weekend (and a full reboot). And the error persisted.

Pothys - MitrahSoft 24 January 2022 at 13:18

is restarting the admin solves the issue for you?

Adam Stetzer 24 January 2022 at 12:16

Hi there. Yes, I enabled the template. Updated. Same error. Also - the output is not showing for the IP addresses I specified in the template.

Pothys - MitrahSoft 24 January 2022 at 07:17

We have the ticket for the same issue https://luceeserver.atlassian.net/browse/LDEV-3363. . If you didn't enable the Template option in Debugging-settings means the Debugging-logs page will throw the same error. Did you enable the Template option while enabling debugging? But your screenshot shows the checkboxes are clicked. Did you update the check-boxes after getting an error?

Duplicate

Details

Assignee

Reporter

Priority

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

Flag notifications