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

Help with Debugging Option in CFAdmin

New Here ,
Jun 09, 2008 Jun 09, 2008
When I select the options that I want ie Display sql, display processing time etc. I submit the changes and then I add my ip address so that only I can view the debugging of the code. When I log out of the admin and come back in all of my setting that I picked in the Debugging settings get kicked out.
251
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
Guest
Jun 09, 2008 Jun 09, 2008
LATEST
The debug settings are stored in cf_root/lib/neo-debug.xml. Has it been set to read-only or write permissions removed for the cfuser. Cfuser is normally localsystem on windows and nobody on linux. But, you could have used a non-default user.

If permissions look good, try opening the file in firefox and see if there is an obvious bad entry/xml corruption. If not, try copying a good neo-debug.xml file from another CF server.
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