Closed seb-jones closed 2 years ago
Actually going to remove the Craft 2 migration, as it's just more cruft we don't need for Craft 4 and onwards. I'm also adding a requirement to update to the latest version (3.0.0) for Craft 3 before updating to Craft 4, which is just a general good practice to ensure we don't have to handle lots of different Craft versions to upgrade from.
Fixed in 4.0.1
Thank you very much for the quick fix :)
Description
We are getting the following error when running
craft migrate/all
after installing this plugin via composer, on an existing Craft site that has recently been upgraded from v3 to v4.Additional info
Additional context
It looks like the issue is coming from this line.
I note that the
CONFIG_PLUGINS_KEY
constant isn't defined in the Plugins service in the Craft 4 repo, but is present in the same class in Craft 3, so I think your use ofCONFIG_PLUGINS_KEY
needs to be updated.