Replies: 1 comment
-
|
I tried removing the changes made which didn't help until I rebooted the application server. For now it's cleared the error from occurring. But there was something about trying to route past the login for the application and going straight to the landing page (dashboard.index) that got me into that mode. I'd still like to know why that happened. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I think the /root.cfm file came with the CFWheels installation. I'm trying to rewire an existing project to accommodate a different architecture and ran into an error right off the bat.
My routes.cfm in config is very simple.
My controller Dashboard.cfc only contains an index function that does nothing (for now, just want to load the index.cfm page)
and the /views/Dashboard/index.cfm is as it used to be.
I believe it's complaining that the local scope is undefined. Is this suggesting I need a session or application set up first? I'm missing something fundamental here:
Beta Was this translation helpful? Give feedback.
All reactions