Just trying to follow the CF8Intro docs
I followed the Introduction docs to setting up CF, Dreamweaver and the Self-included Server using this resource: http://www.adobe.com/education/instruction/teach/cfcurriculum.html
I downloaded the CFIntro.zip (which has the dbs and the .cfms, etc) and also downloaded the complete PDF. I followed step by step and am stuck on Unit 1, step 23. When I navigate to: http://localhost:8500/CF8intro/onYourOwnSolution/home/index.cfm I get the login screen. When I enter ANY username and pw (even the right one) and hit Login, I get a CF error:
Datasource CF8introArtGallery could not be found. | |
| The error occurred in C:\ColdFusion8\wwwroot\CF8intro\onYourOwnSolution\cfc\Login.cfc: line 7 Called from C:\ColdFusion8\wwwroot\CF8intro\onYourOwnSolution\login.cfm: line 7 Called from C:\ColdFusion8\wwwroot\CF8intro\onYourOwnSolution\Application.cfc: line 15 Called from C:\ColdFusion8\wwwroot\CF8intro\onYourOwnSolution\cfc\Login.cfc: line 7 Called from C:\ColdFusion8\wwwroot\CF8intro\onYourOwnSolution\login.cfm: line 7 Called from C:\ColdFusion8\wwwroot\CF8intro\onYourOwnSolution\Application.cfc: line 15 | |
5 : <cfargument name="AdminPassword" type="string" required="yes"> | |
What is going wrong? When I added the datasource, it said connection successful, etc.
Thanks to anyone who can help,
Mike