Open TomDeSmet opened 1 year ago
any update on this error, running into the same error code while attempting to upgrade from Craft 3 to Craft 4.
+1 also had this problem, I could provide an reproducible example (via DDEV) if this would be helpful for debugging
Ah, just saw https://github.com/sebastian-lenz/craft-linkfield/pull/254 - would this also fix this issue? 🙂 (i can test it also next week if test is needed)
What I'm trying to do: I have some custom project configs that I want Craft to use by default when installing Craft. So these configs are in my project folder of my boilerplate. These configs use Typed Link Field extensively.
What is happening: If I run
craft/setup
with my project configs in place, it errors every time it comes across a Typed Link Field. I tested it by removing some of those fields and than it just continuous until it reaches another Typed Link Field.Possible leads: The YAML files show
columnSuffix: null
for the Link field whereas the migration targetsprbospbe
as sufix of the field. Enabling/disabling the new cache option doesn't resolve it, but it seems from the code it may have something to do with it nonetheless.Logs: