Error when debug is enabled

Hi

Wonder if anyone could help me with this? After updating from v5.4, when I enable debug it throws an error, saying:

Message The key [implicitAccess] does not exist
Detail Only the following keys are available [ contentType, datasources, history, id, pages, queries, starttime, statusCode, timers, times, traces ].
Stacktrace The Error Occurred in
/opt/lucee/tomcat/lucee-server/context/context/admin/debug/Classic.cfc: line 98

96:
97: <cfset querySort(pages,“avg”,“desc”)>
98:
99: <cfset querySort(implicitAccess,“template,line,count”,“asc,asc,desc”)>
100:|

OS: Linux (5.11.0-1022-aws) 64bit
Java: 11.0.7 (AdoptOpenJDK) 64bit
Apache Tomcat/9.0.35
Lucee 6.0.0.585

I switched from Lucee version 5.4.3.16 to 6.0.0.585. When I enabled the debug, I didn’t face any errors, and it was working fine. However, when the ‘implicitAccess’ does not exist, it create automatically.

Related issue: [LDEV-2988] - Lucee.
Could you please provide more details about this?
f.e How you updated the lucee from 5.4 to 6 and What are the options you enabled in the debugging settings?

1 Like