Error in Object Broker when Lucee NULL support is enabled
Description
Lucee 4.5.2.018 Error (expression) Message can't call method [get] on object, object is null Stacktrace The Error Occurred in \core\packages\lib\objectBroker.cfc: line 678
Environment
None
Activity
Justin Carter
December 7, 2015 at 11:52 PM
Committed this fix to p720 yesterday
AndrewM
December 2, 2015 at 5:14 AM
found another one farcry/core/packages/lib/objectBroker.cfc - cachePull() <!--- AJM - Lucee null support <cfif isDefined("stCacheEntry") and structkeyexists(stCacheEntry,"value")> ---> <cfif isDefined("stCacheEntry")AND NOT IsNull(stCacheEntry) and structkeyexists(stCacheEntry,"value")>
Lucee 4.5.2.018 Error (expression)
Message
can't call method [get] on object, object is null
Stacktrace
The Error Occurred in
\core\packages\lib\objectBroker.cfc: line 678