Coldfusion 10 debug nifo covered by black strip

204 views
Skip to first unread message

Steve Onnis

unread,
Sep 6, 2012, 2:42:57 AM9/6/12
to cfau...@googlegroups.com
Is there any way to just have a plain page without that stupid blue circle and black bar when the cfm page errors?  The thick black strip seems to be obstructing the details being displayed.

Dale Fraser

unread,
Sep 6, 2012, 7:39:42 AM9/6/12
to cfau...@googlegroups.com

Haven't seen that, can you post a screenshot

 

Regards

Dale Fraser

 

http://dale.fraser.id.au

--
You received this message because you are subscribed to the Google Groups "cfaussie" group.
To view this discussion on the web visit https://groups.google.com/d/msg/cfaussie/-/VYHjKc_B_s4J.
To post to this group, send email to cfau...@googlegroups.com.
To unsubscribe from this group, send email to cfaussie+u...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/cfaussie?hl=en.

Steve Onnis

unread,
Sep 7, 2012, 1:18:04 AM9/7/12
to cfau...@googlegroups.com

This is what i mean...

 

image001.png

Dale Fraser

unread,
Sep 7, 2012, 1:29:51 AM9/7/12
to cfau...@googlegroups.com

I think that’s not ColdFusion, something else, I've never seen that.

image001.png

Steve Onnis

unread,
Sep 7, 2012, 1:36:07 AM9/7/12
to cfau...@googlegroups.com

Its not IIS.  Is it a Tomcat thing?

image001.png

Andrew Myers

unread,
Sep 7, 2012, 1:43:07 AM9/7/12
to cfau...@googlegroups.com
Any css on the page that could interferre with it?
image001.png

Chris Velevitch

unread,
Sep 7, 2012, 1:44:30 AM9/7/12
to cfau...@googlegroups.com
Do you have a custom error handling page in your app?


Chris
--
Chris Velevitch
Manager - Adobe Platform Users Group, Sydney
m: 0415 469 095
www.apugs.org.au

Adobe Platform Users Group, Sydney
Topic: Interfaces - No, The Other Kind of Interfaces
Date: Monday, 24th September at 6pm
Details and RSVP on http://apugs.groups.adobe.com/index.cfm?event=post.display&postid=44119

Paul Kukiel

unread,
Sep 7, 2012, 1:49:08 AM9/7/12
to cfau...@googlegroups.com
Something in on error looks to be doing this as Chris states.  I'm on CF10 and that is not part of 10.

Regards,

Paul.

Steve Onnis

unread,
Sep 7, 2012, 1:50:26 AM9/7/12
to cfau...@googlegroups.com
It has to be a Coldfusion this.  The circle is pointing to /CFIDE/administrator/templates/assets/spot.png
image001.png

Dale Fraser

unread,
Sep 7, 2012, 2:16:01 AM9/7/12
to cfau...@googlegroups.com

Yep, have those

 

C:\ColdFusion10\cfusion\wwwroot\CFIDE\administrator\templates\assets

 

Might want to ask Adobe what causes this since we don’t see it.

image001.png

Steve Onnis

unread,
Sep 7, 2012, 2:21:31 AM9/7/12
to cfau...@googlegroups.com

My site wide error handler is /CFIDE/administrator/templates/secure_profile_error.cfm

 

whats yours?

image001.png

Charlie Arehart

unread,
Sep 10, 2012, 9:27:16 AM9/10/12
to cfau...@googlegroups.com

Folks/Steve, this odd-looking error page is indeed a feature of CF10—that is, if you have enabled the new “secure profile” feature during installation, which Steve must have done (and Dale and others on CF10 not seeing it, had not).

So this odd error page Steve’s seeing is the result of the HTML generated in a page that’s defined as the sitewide error handler (the file pointed to in the corresponding field of the CF Admin server settings page). When the “secure profile” feature is selected, that sitewide error field is prepopulated with a new pre-written (bland) error CFM page (otherwise, the default is for that sitewide error handler field to be blank on install).

So CF10 users with the secure profile enabled will see that “new” error page on any CF error that is otherwise not handled in their code. Traditionally, any error in CF that’s not handled would get the “good old CF error page” (which showed details or not depending on the “robust exception handling” setting). With the new “secure profile”, you see this generic page with little info.  It’s all about being more secure, of course. :-)

But I’m sure many people will be caught out by this for some months/years to come, as people get used to it. As we saw here, even those “also on CF10” won’t see it, unless they have used the “secure profile” feature—and only then if they have otherwise unhandled errors.

Hope that helps.

 

/charlie

Steve Onnis

unread,
Sep 10, 2012, 8:28:04 PM9/10/12
to cfau...@googlegroups.com

Charlie

 

Do you know if you can change it back to the standard error template?  I tried to edit the template itself but it is an encrypted template

 

Steve

--

Charlie Arehart

unread,
Sep 11, 2012, 10:14:19 AM9/11/12
to cfau...@googlegroups.com

Well, while you can’t edit the template, you can certainly just point to a new one in the field of the CF Admin. :-) As I tried to clarify, it’s just that the “Secure profile” pre-fills that field with a pointer to this newly provided template by default (so that there is at least SOME page that intercepts errors, versus the more traditional “standard CF error page” output). But yes, you can certainly still change the Admin to point to a different file (or even remove it leaving none, which then causes CF to show what it always showed).

Some would argue that even with “robust exception handling” turned off (and not exposing details like the line number, CFML code in error, etc.) that the traditional error output (for unhandled errors) was giving too much info, thus the new default “generic” template. That’s my understanding of things, at least. I was just an observer in all this throughout the prerelease, not an influencer in any way. :-)

Hope that helps.

 

/charlie

Nelson Johnson

unread,
Feb 22, 2013, 3:50:19 PM2/22/13
to cfau...@googlegroups.com
Open the CF Admin page, go to the Server Settings/Settings page, scroll to the bottom and remove the path to the "Site-wide Error Handler" field - make it blank.

if you want to put that ugly blue Error circle back, just put this value back into that ffield:
/CFIDE/administrator/templates/secure_profile_error.cfm

Nelson Johnson
Reply all
Reply to author
Forward
0 new messages