loc
is an object and the code expects it will have a property named returnValue
. The error is stating that the property with the name returnValue
doesn't exist on the object.
Looking into the /wheels/events/onerror.cfm
and then back to the /wheels/global/cfml.cfm
file where $simpleLock
is defined tells me there may be some underlying problem with configuration. Hard to nail it down. Safest bet is to restart the application. Generally done through URL parameters. If you can't figure that out, maybe just restart the ColdFusion instance and hope it fixes it.
At the end, ColdFusion is having a hard time invoking a component, but hard to tell which one without more error output.
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…