Got an issue in trying to update from 1.3 to the latest version (1.5).

As our automated release processes do both a cc and rr before the update, they both crash in a horrible heap, as it hits the entity_info_alter() function.

I've also had the same issue in the 2.x-dev branch.

I've attached a patch that solved the issue for us.

CommentFileSizeAuthor
#3 2570601-3.patch3.14 KBneale.wolfson
#2 2570601-1.patch794 bytesneale.wolfson
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

neale.wolfson created an issue. See original summary.

neale.wolfson’s picture

FileSize
794 bytes
neale.wolfson’s picture

FileSize
3.14 KB

OK a slightly better patch.

I'm basically making it such that if the field doesn't exist the entities dependant don't try and do anything. Means your registration cannot be used until the database update goes through.

Personal opinion it's better than error messages.

neale.wolfson’s picture

Status: Active » Needs review
Chris Matthews’s picture

Version: 7.x-1.5 » 7.x-1.x-dev
Status: Needs review » Closed (outdated)