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

Updating migration to fix https://github.com/sebastian-lenz/craft-linkfield/issues/230 #254

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

LinneaHarts
Copy link

I was also experiencing this error when updating my Craft 3 sites to Craft 4 and upgrading the linkfield plugin. I created a fork with an updated migration on it that checks if columns exist before trying to delete them

@DavidStrada
Copy link

DavidStrada commented Mar 7, 2023

@sebastian-lenz I can confirm this fixes the issue of "unknown column" Exception: SQLSTATE[42S22]: Column not found: 1054 Unknown column 't.field_item_accordionLink' in 'field list', would be great if this could be merged.

This issue prevents upgrades to Craft4, ran into this issue by running ./craft migrate/up --plugin typedlinkfield

@VesninAndrey
Copy link

@sebastian-lenz I can confirm the issue and the solution.

@Romanavr
Copy link

I'm getting the same problem, this migration is fix for me.
@sebastian-lenz can you please push this fix?)

@aloco
Copy link

aloco commented Jun 14, 2023

Looking also forward to get this merged! Thanks

@alexagui
Copy link

Since it seems this plugin is no longer maintained, our solution was to migrate to another plugin on Craft 3 before upgrading to Craft 4.

@damatri
Copy link

damatri commented Nov 30, 2023

Since it seems this plugin is no longer maintained, our solution was to migrate to another plugin on Craft 3 before upgrading to Craft 4.

Mind sharing which plugin?

@alexagui
Copy link

Mind sharing which plugin?

LinkIt since we've used it on other projects.
https://plugins.craftcms.com/linkit?craft4 $39

But there's also https://plugins.craftcms.com/hyper?craft4 $19
which says it can import from Typed Link Field but the auto-migration didn't work for us.

@damatri
Copy link

damatri commented Nov 30, 2023

Thanks!

@thom-moresoda
Copy link

@sebastian-lenz I can also confirm this fixed the migration issue from 3 to 4

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

Successfully merging this pull request may close these issues.

9 participants