Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

Administrator settings affected by enabling Secure Profile

Explorer ,
May 16, 2012 May 16, 2012

This question was posted in response to the following article: http://help.adobe.com/en_US/ColdFusion/10.0/Admin/WSf23b27ebc7b554b629cab0421369741d5a7-7fff.html

TOPICS
Documentation
1.4K
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Explorer ,
May 16, 2012 May 16, 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

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Contributor ,
Oct 20, 2012 Oct 20, 2012
LATEST

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

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Resources