I did the upgrade from 4.7.3.0beta1 to 5.x-3.0-beta2 today. All went fine with the update of drupal and the other modules, however there was a problem on the update 25 for the store module. It went into a loop of never finishing the update. I ran the query at line 622 of store.install and it returned no results.

I then looked at the table that it was querying and found that the tokens had been filled in. So if I delete the token's and run the update, it got further but never finished.

CommentFileSizeAuthor
#2 store_update_25.patch881 bytesneclimdul

Comments

neclimdul’s picture

Assigned: Unassigned » neclimdul

Thanks brent. I don't think this update was tested on sites having tokens on some of their transactions. I will see about fixing this.

neclimdul’s picture

Status: Active » Needs review
StatusFileSize
new881 bytes

If you could try this patch it would help a lot, thanks.

gordon’s picture

Status: Needs review » Fixed

this works great. Commited.

Anonymous’s picture

Status: Fixed » Closed (fixed)