Skip to main content
This topic has been closed for replies.

2 replies

simplesideias-YmwCeT
Inspiring
October 21, 2012

The page above explains that if the "secure profile" option is taken during installation, Coldfusion will set the 3 error handlers to a value that is shown above merely as "Custom missing error template".

More specifically, and particularly if anyone may remove them from the CF Admin and need to add them back, the three templates can be found in this directory in your installation: C:\ColdFusion10\cfusion\wwwroot\CFIDE\administrator\templates, and are named (in the order listed above):

secure_profile_error.cfm

missing_template_error.cfm

request_timeout_error.cfm

So for instance, to put the "default" "secure" sitewide error handler back in place, provide this value for the CF Admin>Settings>Site-wide Error Handler:

/CFIDE/administrator/templates/secure_profile_error.cfm

itisdesign_-_AH
Inspiring
May 17, 2012

In row #8: "15767000 minute" should be "15767000 minutes". Also, "1440 minute" should be "1440 minutes". (ending 's' is missing)

In rows #12 and #14: "Enabled." should be "Enabled". (ending '.' is inconsistent and unnecessary)

Thanks!,

-Aaron