【问题标题】:Could not find the ColdFusion component or interface query with new query()找不到带有新查询()的 ColdFusion 组件或接口查询
【发布时间】:2013-03-16 04:45:09
【问题描述】:
Could not find the ColdFusion component or interface query.
Ensure that the name is correct and that the component or interface exists.


The error occurred in D:/sites/xxxxx/mobile/resource/nodeRO.cfc: line 34
32 :    this.touch = 0;
33 : 
34 :    **variables.QueryService = new query();**
35 :    variables.QueryService.setName("qryResult");

我已经检查了映射。 非新查询驱动的对象都可以 重启CF服务还是不行

使用 CF 9.02

现在呢?

【问题讨论】:

    标签: coldfusion


    【解决方案1】:

    四处搜寻后,发现 CF 服务器已更新/升级到新目录。旧 CF 根目录已重命名。

    必须存在一个自定义映射,new query() 和其他人才能正常工作。由于缺少该映射,它找不到query.cfc

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2014-12-01
      • 1970-01-01
      相关资源
      最近更新 更多