The key [railo-classic] does not exist

From the Lucee web.cfm page, I am unable to display an output page for debugging information logged by Lucee. I’ve included version, message and stack trace. Help?

Lucee 5.3.1.74-SNAPSHOT Error (expression)
Message The key [railo-classic] does not exist, only the following keys are available: [lucee-classic,lucee-comment,lucee-modern].
Stacktrace The Error Occurred in
/admin/debugging.logs.detail.cfm: line 20
called from /admin/debugging.logs.cfm: line 151
called from /admin/web.cfm: line 457

@Marilou_Landes Some value in your config files has survived too many version upgrades. It is referring to a key that has been deprecated long ago, railo-classic.

You should open your Server {lucee-server}/context/lucee-server.xml and/or Web config files {lucee-web}/lucee-web.xml.cfm, and search for the string railo-classic. When you find it, update it to lucee-classic or lucee-modern.

Best,

Igal