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

Launching debugging site instead of normal site

Community Beginner ,
Feb 28, 2018 Feb 28, 2018

One of my site which runs on ColdFusion is opening debugging site instead of normal site. Whatever option i click on the site there is a ColdFusion debugging window opening. I the home page of the site also i am getting options Debug this page and Docked debug pane. What might be the cause for this sudden change . How to resolve it ?

244
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

correct answers 1 Correct answer

Community Expert , Feb 28, 2018 Feb 28, 2018

My guess is that you have debug output enabled within the CF Administrator, but you have code to suppress debug output in the other sites as described here:

ColdFusion Help | cfsetting

Dave Watts, Fig Leaf Software

Translate
Community Expert ,
Feb 28, 2018 Feb 28, 2018
LATEST

My guess is that you have debug output enabled within the CF Administrator, but you have code to suppress debug output in the other sites as described here:

ColdFusion Help | cfsetting

Dave Watts, Fig Leaf Software

Dave Watts, Eidolon LLC
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