【发布时间】:2022-02-17 23:05:09
【问题描述】:
我发现在 Lucee 中使用 CFCHART 时出现错误。相同的代码适用于 CF。但在 Lucee 中,它尝试引用文件夹 lucee 中的文件 graph.cfm。
mytestserver.com/lucee/graph.cfm?img=026f01d7b8c85b891a9c35c102623747&type=png
我需要创建任何映射吗?这个映射应该在 Lucee admin 中还是在 IIS 中?
【问题讨论】:
-
那么
graph.cfm的背后是什么? -
@JamesAMohler 不确定。这不是代码文件。所以我想,这可能是 Lucee 的图实现。实际上,这就是我试图理解这个 graph.cfm 是什么。
-
你确定
graph.cfm内置在 Lucee 中吗? -
我想是的。我在 CF2016 上运行相同的代码。该环境没有对 lucee/graph.cfm 的请求。
-
graph.cfm的内容是:<cfcontent file="#GetTempDirectory()#/graph/#listLast(url.img,'/\#server.separator.file#')#" type="image/#url.type#"><cfsetting showdebugoutput="no">
标签: coldfusion lucee