I got the following warnings after updating to the .dev release:
* user warning: BLOB/TEXT column 'object_name' used in key specification without a key length query: ALTER TABLE localizertranslation CHANGE object_name object_name VARCHAR(700) in `filepath`
* user warning: Can't DROP 'contentlocales'; check that column/key exists query: ALTER TABLE localizeruser DROP contentlocales in `filepath`
Comments
Comment #1
deining commentedYou are using MySQL as database engine, correct? To me it looks like this issue has been addressed and fixed already:
http://drupal.org/node/208004
Could you try to check out and use the latest CVS version?