Reputation: 1
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?
Upvotes: 0
Views: 244
Reputation: 1663
Sounds like wherever your dsp files are has the Application.cfc with the ORM config, not your root Application.cfc where index.cfm lives.
Upvotes: 1