Error Message :
An error has occurred while processing the expression:
application.lastMessage=CFTempOnlyForSetVariableNeverUseThisNameInYourCFMLCode122333444455555654321
Error near line 1, column 1.
Symbol application.lastMessage is in a scope that contains data shared across threads and cannot be accessed without an active lock
The error occurred while processing an element with a general identifier of (CFPARAM), occupying document position (13:1) to (13:57).
In Application.cfm,
eg <cfparam name="application.lastMessage" default="Hello!">
I don't know why the variable become a long string and the system had worked properly before.
Please help me as this problem stop receving the message of emails.
An error has occurred while processing the expression:
application.lastMessage=CFTempOnlyForSetVariableNeverUseThisNameInYourCFMLCode122333444455555654321
Error near line 1, column 1.
Symbol application.lastMessage is in a scope that contains data shared across threads and cannot be accessed without an active lock
The error occurred while processing an element with a general identifier of (CFPARAM), occupying document position (13:1) to (13:57).
In Application.cfm,
eg <cfparam name="application.lastMessage" default="Hello!">
I don't know why the variable become a long string and the system had worked properly before.
Please help me as this problem stop receving the message of emails.