我在 lucee 5.1.0.34 上配置了 fusebox 5 应用程序。com/reports/ 文件夹中有一个 cfc。当我从 cfc 运行远程方法时。它给了我以下错误。
这是我的cfc代码。
<cfcomponent displayname="Reports" output="yes">
<cffunction name="test" access="remote" output="yes">
<cfoutput>testing</cfoutput>
</cffunction>
</cfcomponent>
我正在像这样在浏览器中运行该方法。
http://example.com/com/reports/abc.cfc?method=test
我检查了日志并搜索了很多。我没有找到关于这个问题的任何帮助。任何机构都可以帮我解决这个问题