Unable to output CFC

Hi there when attempting to dump a CFC, by calling it in in the browser;
localhost:8888/path/myCFC.cfc

I get the following error;

To see details for this component you need to enable debug output

But I have enabled debug in the administrator and “checked” all the boxes
And restarted the Lucee server
Is there something else I am missing?

Thanks!

Don’t forget to tell us about your stack!

OS: Windows 10
Java Version: 11
Tomcat Version: 9
Lucee Version: 5.3.8.206

Hi @Gavin_Baumanis, To see component details you have to create debug Templates under the admin debugging-templates section

1 Like

Thanks very much!
I “thought” that was just if you wanted to create a custom one.
I “assumed” I would still get a dump of CFC’s without it.

All good now - thanks very much!

That behavior was changed by IsDebugMode incompatibility - LDEV-394.

Now I’ve improved the message for it
Improve the message for output the component with debug enabled - LDEV-3948

1 Like