i installed the current 3/17/07 dev build of localizer and got his error when running update.php.
not sure what to do since I got the error.

user warning: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ' 'localizertranslation_tid')' at line 1 query: update_sql INSERT INTO sequences (id, name) VALUES(, 'localizertranslation_tid') in /Users/ddp/Sites/drupal/includes/database.mysql.inc on line 172.
Updates were attempted. If you see no failures below, you may proceed happily to the administration pages. Otherwise, you may need to update your database manually. All errors have been logged.

localizer module

Update #2
UPDATE {variable} SET name='localizer_usercontentlocales' WHERE name='localizer_usernodeslocales'
UPDATE {variable} SET name='localizer_anonymouscontentlocales' WHERE name='localizer_anonymousnodeslocales'
Update #3
ALTER TABLE {localizertranslation} CHANGE tid tid INT(10) UNSIGNED NOT NULL
Failed: INSERT INTO {sequences} (id, name) VALUES(, 'localizertranslation_tid')
localizeruser module

Update #3
ALTER TABLE {localizeruser} CHANGE nodeslocales contentlocales VARCHAR(100)

Comments

Roberto Gerola’s picture

Status: Active » Fixed

Fixed, now.
Thanks.

You can download the latest version of localizer.install from the cvs repository,
or download tomorrow the next dev archive.

Anonymous’s picture

Status: Fixed » Closed (fixed)