-
Notifications
You must be signed in to change notification settings - Fork 641
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
Failed migration craft 2 to craft 3 - array_key_exists() expects parameter 2 to be array, null given #5447
Comments
This has been fixed in Craft 3.1, so you'll have to upgrade to at least 3.1 instead of 3.0.41. |
Hello @andris-sevcenko , Thanks for the quick response. I updated craft, but I am still getting error. Error LogUnknown Property: Setting unknown property: craft\fields\Assets::configFile Migration: craft\migrations\m180521_173000_initial_yml_and_snapshot Output:
|
Can you try updating straight from Craft 2 to Craft 3.1 and see if that issue persists? If it does, can you get in touch over [email protected], reference this issue, and attach your (pre-upgrade) database dump as well so we can look into that? |
Yes, the issue still persists even when I use fresh database copy to update directly from Craft 2 to Craft 3.1 I have sent an email with the pre-upgrade database dump. |
Description
I am getting an error while trying to migrate craft 2 to craft 3. Here are some details about the craft version that I am using.
craft 2 version - Craft CMS 2.7.10
craft 3 version - Craft CMS 3.0.41
I have tried to google and search old issues, but I have not found anything that works for me. I have spent about 4 hours on this, I would really appreciate if someone can point me in the right direction.
Error Log
yii\base\ErrorException: array_key_exists() expects parameter 2 to be array, null given
Migration: craft\migrations\m160707_000001_rename_richtext_assetsource_setting
Output:
The text was updated successfully, but these errors were encountered: