I’m running Coldbox 6.7 on CF 2018. The applicatio...
# box-products
m
I’m running Coldbox 6.7 on CF 2018. The application seems to works fine, but I have several message in the error log with the following text: Element ORIGINALAPPSCOPE is undefined in VARIABLES I found this variable name in the BaseProxy component, but I don’t know why these errors are still thrown.
b
Hmm, the base proxy code on my machine has an isnull check which I thought has been there for a while before it uses the variable
Copy code
if ( !isNull( variables.originalAppScope ) ) {
  fusionContext.SymTab_setApplicationScope( variables.originalAppScope );
}
can you confirm if your baseproxy has this
Also, is there a stack trace for the error or a line number?
@Marco Liverani
m
yes, I have those lines too, and that’s why I can’t understand the error is thrown anyway
b
Is there a stack trace?
m
unfortunately no, the error log is written by the component itself within a try/catch
BTW I found this issue marked as solved, but I had the same problem before with ColdBox 6.5