我在本地机器上运行mach-ii v1.8,在Win7上安装了CF10。我从生产中复制了一个网站(可以正常工作)并且正在抛出一个我无法寻求帮助的错误。
预期结构键 - 已收到。无法执行StructGet。
错误发生在 /web/frameworks/mach_1_8/caching/strategies/TimeSpanCache.cfc:第413行
来自/web/frameworks/mach_1_8/caching/strategies/TimeSpanCache.cfc:第233行
411: <cffunction name="getStorage" access="private" returntype="struct" output="false"
412 : hint="Gets a reference to the cache data storage.">
413 : <cfreturn StructGet(getScope() & "." & getScopeKey()) />
414 : </cffunction>
我找到的最好的来源是this线程,但我的MACHII_APP_KEY没有标点符号。想法?
<cfparam name="MACHII_APP_KEY" type="string" default="expoadmin" />