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?
Asked
Active
Viewed 236 times
1 Answers
1
Sounds like wherever your dsp files are has the Application.cfc with the ORM config, not your root Application.cfc where index.cfm lives.

Billy Cravens
- 1,643
- 10
- 15
-
clearly i'm very new at this. i appreciate your response. however, all my files are in one directory (for the time being). – Peter Mandell Jan 23 '12 at 21:16
-
Can you post your Application.cfc code? (edit out anything sensitive of course) – Billy Cravens Jan 23 '12 at 23:49