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

application.cfm not loading

New Here ,
Aug 07, 2008 Aug 07, 2008
My application.cfm file is not loading on our ColdFusion 8 install on Linux. I put up some test code to verify as follows:

application.cfm -

<cfset var1 = 10>

index.cfm

<cfoutput>#var1#</cfouput>

When I try to run the index.cfm file I get the error message, " Variable VAR1 is undefined." Otherwise ColdFusion is working normally. I have database queries on my site that are running properly. I can't understand why the application.cfm file is not loading. Any ideas???
424
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

Advocate , Aug 07, 2008 Aug 07, 2008
Linux is case-sensitive, so you need to name the file "Application.cfm"
Translate
Advocate ,
Aug 07, 2008 Aug 07, 2008
LATEST
Linux is case-sensitive, so you need to name the file "Application.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