When I tried to upgrade this on a site from dev-1.x#436f4f4 to 1.3 the drush updb got stuck on the post update "Re-save all entities with address data to update names and subdivisions."

CommentFileSizeAuthor
#2 2926964-2-update_breaks.patch664 bytesmiiimooo

Comments

miiimooo created an issue. See original summary.

miiimooo’s picture

StatusFileSize
new664 bytes

The attached patch adds a simple try/catch block which fixed the problem for me.

miiimooo’s picture

Status: Active » Needs review
bojanz’s picture

Well, that sounds like it's just swallowing the error.

Did you use Composer to update Address? "composer update drupal/address --with-dependencies?" Without the "--with-dependencies" part it's possible you stayed on the old library version, which could have caused some of the crashes. But if that's the case you'll notice soon cause the widget will be unusable.

bojanz’s picture

Status: Needs review » Closed (cannot reproduce)

No further information provided.