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

inconsistent application variables

New Here ,
Jul 12, 2023 Jul 12, 2023

Copy link to clipboard

Copied

I am using multiple subdirectories each with applicaiton.cfc and unique application name. Users are being redirected from one directory to another by using <cflocation>. I am declaring all variables on 

<cffunction name="onApplicationStart"     returntype="void">
<!--- Create application variables --->
<cfinclude template="includes/variables.cfm">
<cfreturn />
</cffunction>

 

But almost 30% users experience this type of error (variable is different all the time)

 

Element IAE.PATH.URLROOT is undefined in APPLICATION.

Element IAE.PATH.INCLUDES is undefined in APPLICATION.

even these variables are already defined in variables.cfm.

Views

70

Translate

Translate

Report

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
no replies

Have something to add?

Join the conversation
Resources
Documentation