Fusebox4, ColdFusion 2023 and Application variables
Anyone here running an application using Fusebox4 on ColdFusion 2023?
I have just installed ColdFusion 2023 (Update 7) on a new server and i'm trying to migrate my existing application that is currently running on a ColdFusion 2016 on the Fusebox 4 framework.
I'm running into an issue where my application variables that I am setting are not being set/available. My first thought was the scope issue seen in Update 7 but I don't think so because the error message contains the application scope. I think the Fusebox4 preProcess plugins are not loading. In these plugins I setup the application variables.
Error Received:
Element SYSTEM is undefined in APPLICATION.
The error occurred in //nagennas02/ColdFusion2023/mdocftest/gms/Application.cfc: line 198
196 : </cfsavecontent>
197 :
198 : <cflog file="#application.system#" text="#arguments.exception.message#">
199 :
200 :
Stack Trace
at cfApplication2ecfc884102023$funcONERROR.runFunction(//nagennas02/ColdFusion2023/mdocftest/gms/Application.cfc:198)
