Error retrun from any .cfm except Administrator page

Ask a Question related to Coldfusion Database Access, Design and Development.

  1. #1

    Default Error retrun from any .cfm except Administrator page

    Even I create an empty a.cfm contains only <--- test --->, the IE browser still
    return the below error


    Error Occurred While Processing Request
    Element LOCALE is undefined in REQUEST.


    Please try the following:
    Enable Robust Exception Information to provide greater detail about the source
    of errors. In the Administrator, click Debugging & Logging > Debugging
    Settings, and select the Robust Exception Information option.
    Check the ColdFusion documentation to verify that you are using the correct
    syntax.
    Search the Knowledge Base to find a solution to your problem.


    Browser Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0; MyIE2; .NET CLR
    1.1.4322; .NET CLR 1.0.3705)
    Remote Address 127.0.0.1
    Referrer
    Date/Time 01-??-05 12:09 ??




    gbgy Guest

  2. Similar Questions and Discussions

    1. CF Administrator DataSource Page Error
      I'm running a developer version of CFMX7 and was looking through the Administrator today and under Datasources I ran accross the cfusion_getodbcdsn...
    2. Administrator Page error(java)
      Hi , I installed Coldfusion MX but I got this error on my Administrator Page(when loaded). java.lang.NoClassDefFoundError at...
    3. Colfusion Administrator page error
      Hi, Did you update CF with new updater 7.0.1 If you are running windows xp, then firewall currpted your installation. uninstall, trun off...
    4. HELP! Emergency! Error while trying to get to Administrator page
      Just did an install of Coldfusion 6 MX on my laptop. Did an install, realized that I never installed IIS and then did a reinstall. When I try to...
    5. Retrun to referrer
      OK, I'm totally loosing it. I can't find it in my book can someone please give me the quick tag that'll take a person back to the page they tried...
  3. #2

    Default Re: Error retrun from any .cfm except Administrator page

    My first guess would be that you have an APPLICATION.CFM file in the same
    directory as your test file, or in a directory above it, that is looking for
    request.locale. You can fix this by either removing the APPLICATION.CFM from
    the test directory, or by inserting a blank APPLICATION.CFM in the test
    directory.

    VillageX Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139