-
Notifications
You must be signed in to change notification settings - Fork 18
Description
I am just starting out with cfwheels and tying to follow along with Chris Peters' CFWheels DBMigrate Create Operations video on Vimeo. (https://vimeo.com/channels/cfwheels/40902756) I got the default app installed no problem. Then I downloaded the dbmigrate plugin and placed it in the plugins directory and restarted the app. I got this error:
Could not find the ColdFusion component or interface migration-demo.plugins.cfwheels.cfwheels.
Ensure that the name is correct and that the component or interface exists.
The error occurred in /Users/jokeefe/Sites/migration-demo/wheels/Plugins.cfc: line 129
The initial zip file "cfwheels-dbmigrate-plugin-master.zip" is still in the plugins directory, but a cfwheels directory has been created and inside that a cfwheels-dbmigrate-plugin-master directory with all the juicy plugin bits inside. I suspect that the path with cfwheels in it twice was composed and that the two parts are not aligned. Would anyone have an idea what is going on here? (cf11,OSX,cfwheels 1.4.2, dbmigrate? latest version)