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
这次又是什么?
发布于 2013-03-16 13:19:40
在到处寻找之后,发现CF服务器已经更新/升级到一个新的目录。旧的CF根目录已重命名。
必须存在一个自定义映射,new query()
和其他映射才能正常工作。由于该映射丢失,因此它找不到query.cfc
。
https://stackoverflow.com/questions/15445680
复制相似问题