Wheels.DataSourceNotFound
The data source could not be reached.
Suggested action
Make sure your database is reachable and that your data source settings are correct. You either need to setup a data source with the name meritbuilder in the CFML Administrator or tell Wheels to use a different data source in config/settings.cfm.
Error location
Line 21 in controllers\Site.cfc
19: <cffunction name="index">
20: <cfset pageTitle = "Home" >
21: <cfset newMerit = model("Merit").new() />
22: </cffunction>
23:
Tag context
Error thrown on line 26 in wheels\Connection.cfc
- called from line 9 in wheels\Connection.cfc
- called from line 1 in root.cfm
- called from line 377 in wheels\global\internal.cfm
- called from line 53 in wheels\model\initialization.cfm
- called from line 1 in root.cfm
- called from line 377 in wheels\global\internal.cfm
- called from line 620 in wheels\global\internal.cfm
- called from line 174 in wheels\global\cfml.cfm
- called from line 27 in wheels\global\cfml.cfm
- called from line 207 in wheels\global\public.cfm
- called from line 21 in controllers\Site.cfc
- called from line 174 in wheels\global\cfml.cfm
- called from line 85 in wheels\controller\processing.cfm
- called from line 60 in wheels\controller\processing.cfm
- called from line 171 in wheels\dispatch\request.cfm
- called from line 1 in wheels\index.cfm
- called from line 1 in rewrite.cfm
- called from line 1 in wheels\events\onrequest.cfm