Coldfusion 9 Fusebox 4.1 ORM 未针对当前应用程序进行配置
当我加载特定页面(dsp_sessions.cfm)时,ORM 正常工作,从我的数据库加载信息并将其显示在 html 表中。但是,当我转到index.cfm时,我收到错误:未为当前应用程序配置ORM。我知道我的电路设置正确,因为 html 标头显示,但 ORM 命令不起作用。有什么想法吗?
When i load the specific page (dsp_sessions.cfm) the ORM works correctly, loading the information from my database and displays it in an html table. However, when i go to index.cfm, I get the error: ORM is not configured for the current application. I know that my circuits are setup correctly because the html header displays, but the ORM commands don't work. Any ideas?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
听起来无论您的 dsp 文件在哪里,都有带有 ORM 配置的 Application.cfc,而不是 index.cfm 所在的根 Application.cfc。
Sounds like wherever your dsp files are has the Application.cfc with the ORM config, not your root Application.cfc where index.cfm lives.