cfwheels-dbmigrate-plugin icon indicating copy to clipboard operation
cfwheels-dbmigrate-plugin copied to clipboard

Variable $FILE is undefined.

Open snaquaye opened this issue 12 years ago • 3 comments

Running a migration in the beta edition of the latest version of the wheels framework. it fails with

Variable $FILE is undefined.

Migration File t = createTable(name='users'); t.string('username,password,email'); t.boolean('isActive'); t.datetime('activatedAt'); t.references('role'); t.timestamps(); t.create(); dropTable('users');

snaquaye avatar Sep 21 '12 14:09 snaquaye

Thanks for the report. I don't have a "beta" version out though right now, are you using the latest version from the cfwheels website?

tdm00 avatar Sep 21 '12 14:09 tdm00

I think he's talking about what's in new-master for cfwheels right now. Maybe the $file method has been removed or renamed.

On Fri, Sep 21, 2012 at 10:27 AM, Troy Murray [email protected]:

Thanks for the report. I don't have a "beta" version out though right now, are you using the latest version from the cfwheels website?

— Reply to this email directly or view it on GitHubhttps://github.com/talltroym/cfwheels-dbmigrate-plugin/issues/59#issuecomment-8766292.

chrisdpeters avatar Sep 21 '12 17:09 chrisdpeters

As Chris rightly said, i'm using the new-master of cfwheels from the github page. Thanks

snaquaye avatar Sep 23 '12 14:09 snaquaye