|
I'm using a locally installed cf2018 and followed Getting the Example App Up and Running](https://cfwheels.org/blog/getting-the-example-app-up-and-running/) . I'm getting index error if any plugin is present. No error if no plugins and app displays install screen but app then fails trying to find authenticate. I did need to move the app up one level to the root directory before cfw would run and I'm using MYSQL on a win10 machine I feel like I'm missing something simple and any help would be appreciated. Thanks Error message Index 8 out of bounds for length 8 Sysinfo (no plugins) SystemCFML Engine | Adobe ColdFusion2018,0,14,330003 DatabaseDatasource Name | svgapp1 PathsEvent Path | events |
Replies: 1 comment 10 replies
|
Lee, Getting the Example app up and running shouldn't be rocket science but unfortunately when you factor in different OSes, different CF engines, and different databases it gets a little complicated. Tom has a fairly thorough explanation of the manual steps involved in the wiki. Basically you have to start a CF Server, create a database, create a datasource, run the migrations and then you can log in. Have you followed the manual installation steps? In contrast to that we've created a mechanism to distribute the Example app using ForgeBox.io and CommandBox that takes a lot of the manual steps out. With CommandBox in place, and the CFWheels CLI tools installed, you simply issue: Let me know if you have followed the manual installation steps in the wiki or if it's possible to get CommandBox installed to do a quick test. |
Lee,
Getting the Example app up and running shouldn't be rocket science but unfortunately when you factor in different OSes, different CF engines, and different databases it gets a little complicated. Tom has a fairly thorough explanation of the manual steps involved in the wiki. Basically you have to start a CF Server, create a database, create a datasource, run the migrations and then you can log in. Have you followed the manual installation steps?
In contrast to that we've created a mechanism to distribute the Example app using ForgeBox.io and CommandBox that takes a lot of the manual steps out. With CommandBox in place, and the CFWheels CLI tools installed, you simply issue: