Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DB Exception on Migration : Unknown column 'fields.translationMethod' #304

Closed
magnessjo opened this issue Apr 5, 2018 · 1 comment
Closed

Comments

@magnessjo
Copy link
Contributor

Description

DB exception occurs when migrating from commerce 1 db. I was testing to see if the update to Commerce Beta 1 fixed issue 283 when the error occurred.

Note: I updated to the latest Craft 2 (2.6.3014) before migrating.

Full Error:

SQLSTATE[42S22]: Column not found: 1054 Unknown column 'fields.translationMethod' in 'field list'
The SQL being executed was: SELECT fields.id, fields.dateCreated, fields.dateUpdated, fields.groupId, fields.name, fields.handle, fields.context, fields.instructions, fields.translationMethod, fields.translationKeyFormat, fields.type, fields.settings
FROM craft_fields fields
WHERE fields.context='global'
ORDER BY fields.name

screen shot 2018-04-05 at 12 42 54 pm

Additional info

  • Craft version: Craft Pro 3.0.1
  • PHP version: 7.0.19
  • Database driver & version: MySQL 5.7.18
  • Plugins & versions:

craftcms/cms: 3.0.1
craftcms/commerce: 2.0.0-beta.1.1
craftcms/mandrill: 1.2.0
craftcms/commerce-stripe: 1.0.1
craftcms/commerce-omnipay: 1.0.0
craftcms/commerce-paypal: 1.0.0
solspace/craft3-calendar: v2.0.0-beta.9

@lukeholder
Copy link
Member

That doesn't seem like a commerce error, but likely a Craft custom field migration error. Please submit to craftcms/cms

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants