Copy link to clipboard
Copied
This question was posted in response to the following article: http://help.adobe.com/en_US/ColdFusion/10.0/Admin/WSf23b27ebc7b554b629cab0421369741d5a7-7fff.html
Copy link to clipboard
Copied
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
Copy link to clipboard
Copied
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