Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Problem in Application.CFM

Status
Not open for further replies.

paragvshah

Programmer
Jan 11, 2001
109
IN
Hi Friends,

I am an error in application.cfm. I have created application variables in that page & saved it.All that variables are used in .CFM & working perfectly.But now when i am creating new variables in application.cfm & then applying in other pages then its giving error as :

Error Diagnostic Information

An error occurred while evaluating the expression:


#application.page_sub_sub_heading1#



Error near line 1, column 12.
--------------------------------------------------------------------------------

Error resolving parameter APPLICATION.PAGE_SUB_SUB_HEADING1


The application variable PAGE_SUB_SUB_HEADING1 does not exist. The cause of this error is very likely one of the following things:


The name of the application variable has been misspelled.
The application variable has not yet been created.
The application variable has timed out.


The error occurred while processing an element with a general identifier of (#application.page_sub_sub_heading1#), occupying document position (1:11) to (1:45).


Date/Time: 06/06/01 19:05:13
Browser: Mozilla/4.0 (compatible; MSIE 5.0; Windows NT; DigExt)
Remote Address: 127.0.0.1


Please help me out.

Parag.

 
Hey Parag,

It would help a lot if you could post some of your code. Some things to check when this happens:

Variable name spelling,
Clientmanagement has been turned on,
Some form of following your application either cookies or sessionmanagement.
If you're using sessionmanegement without cookies make sure the URLTOKEN is getting passed with you.


If none of these helps please post the code from your application.cfm and point out where the error is getting called. We'll get it figured out for you.




 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top