Closed (duplicate)
Project:
Localizer
Version:
5.x-3.x-dev
Component:
Miscellaneous
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
21 Jan 2008 at 15:45 UTC
Updated:
29 Jan 2008 at 08:04 UTC
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?