2

我在 Win7 上安装了 CF10 的本地机器上运行 mach-ii v1.8。我从生产中复制了一个站点(该站点有效)并且抛出了一个我无法寻求太多帮助的错误。

预期结构键 - 收到。无法执行 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>

我找到的最好的来源是这个线程,但是我的 MACHII_APP_KEY 里面没有标点符号。想法?

<cfparam name="MACHII_APP_KEY" type="string" default="expoadmin" />
4

0 回答 0