-
Notifications
You must be signed in to change notification settings - Fork 638
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
[4.x]: Upgrade from 3.7.48 to 4.1.4.1 Fails: QLSTATE[42S22]: Column not found: 1054 Unknown column 'settings' in 'field list' #11644
Comments
@DynamiteGoesBoom I am getting the same, I also have some supertable globals. Let me know how you get on with this as I am in the same boat! Thanks |
Guessing this is happening before migrations get run, so the You can test by changing your |
@brandonkelly Righteous! I'll give this a go and hope it clears up that issue! Thanks again to the team for helping with this one! |
@brandonkelly the same error occurs. I replied back to Support and hopefully can figure this tricky one out. Thanks again for staying on top of this 👍 |
@DynamiteGoesBoom Doh sorry, just definitely fixed it. Run |
@brandonkelly Haha we’ve all been there before! That seems to be the ticket! I was thinking earlier that one line of code for the fix was a bit ambitions :) Thanks again! |
Craft 4.2.0 is out now with that fix. |
What happened?
Description
When attempting to upgrade from 3.7.48 to 4.1.4.1 I receive this error:
When I look at that table I see this:
Which is a Globals set tab of Elements and has 4 Static Super Table fields like so:
Steps to reproduce
Will send project.yml, composer.json, composer.lock, and pre-upgraded database to [email protected]
Expected behavior
A clean upgrade.
Actual behavior
Error:
Craft CMS version
3.7.48 to 4.1.4.1
PHP version
8.0.2
Operating system and version
No response
Database type and version
MySQL 8
Image driver and version
No response
Installed plugins and versions
"craftcms/aws-s3": "^2.0.1",
"craftcms/cms": "^4.1.4.1",
"craftcms/feed-me": "^5.0.4",
"craftcms/mailgun": "^3.0.0",
"craftcms/redactor": "^3.0.2",
"hybridinteractive/craft-position-fieldtype": "^4.0.0-beta.3",
"hybridinteractive/craft-width-fieldtype": "^4.0.0-beta.3",
"mmikkel/retcon": "^2.4.2",
"nystudio107/craft-eagerbeaver": "^4.0.1",
"nystudio107/craft-fastcgicachebust": "^4.0.0-beta.1",
"nystudio107/craft-imageoptimize": "^4.0.2",
"nystudio107/craft-minify": "^4.0.0-beta.2",
"nystudio107/craft-retour": "^4.0.2",
"nystudio107/craft-seomatic": "^4.0.6",
"nystudio107/craft-templatecomments": "^4.0.0",
"nystudio107/craft-typogrify": "^4.0.0",
"nystudio107/craft-vite": "^4.0.2",
"percipioglobal/craft-colour-swatches": "^4.2.0.1",
"presseddigital/linkit": "^4.0.0",
"putyourlightson/craft-blitz-recommendations": "^2.1.1",
"topshelfcraft/wordsmith": "^4.0.1",
"vaersaagod/matrixmate": "^2.0.2",
"verbb/cloner": "^2.0.0",
"verbb/field-manager": "^3.0.0",
"verbb/formie": "^2.0.2",
"verbb/icon-picker": "^2.0.0-beta.5",
"verbb/super-table": "^3.0.0-beta.6",
"verbb/tablemaker": "^4.0.0",
"vlucas/phpdotenv": "^3.4.0",
"yiisoft/yii2-redis": "^2.0.6"
The text was updated successfully, but these errors were encountered: