- Issue created by @phannphong
Automatically closed - issue fixed for 2 weeks with no activity.
When I upgrade address module from the version 1.12.0
to 2.0.2
by drush command line updatedb
(updb
) for preparing update Drupal core version to 10.x, I face the following error:
TypeError: array_key_exists(): Argument #2 ($array) must be of type array, null given in /web/modules/contrib/address/address.post_update.php on line 20 #0 [internal function]: {closure}(Object(Drupal\Core\Entity\Entity\EntityFormDisplay))
Run drush command line
drush updb -y
Update the coding to check type of component is array before continuing update.
Active
2.0
Code
Automatically closed - issue fixed for 2 weeks with no activity.