While upgrading from 7.x-2.0-beta3 to 7.x-2.2 some of the weight values are not pulled across to the new database table weight_weight.
The missing information only affects entities with id's after 249 (for me anyway).
Similar issues:
http://drupal.org/node/1509676
| Comment | File | Size | Author |
|---|---|---|---|
| weight_example_order.jpg | 98.03 KB | swim |
Comments
Comment #1
swim commentedSo I had to quickly import my previous weighting values into the new schema.
warning; unclean code lives below.
The offset will need to be manually updated in relation to the range obv. Very basic & slap dash but it works.
Comment #2
davisbenAll values should have been converted. Were there any entries in the error log related to this update?
Comment #3
swim commentedI only updated this module during my tests and received no errors relating to weight module or anything else.
I still have the old database and if you'd like I can test updating again. The site in question has around 100k + nodes, 30k of which implement the weight module.
Comment #3.0
swim commentedUpdated description.
Comment #4
davisbenI am unable to reproduce this.