Closed (duplicate)
Project:
Drupal core
Version:
6.1
Component:
locale.module
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
10 Mar 2008 at 23:11 UTC
Updated:
16 Jun 2011 at 12:30 UTC
When i re-import the German translation into D6 i get many of the following errors in admin/reports/dblog
Duplicate entry 'de-0-0' for key 1 query: INSERT INTO locales_target (lid, language, translation, plid, plural) VALUES (0, 'de', 'Name', 0, 0) in C:\Inetpub\wwwroot\drupal6\includes\locale.inc in Zeile 1303.
Data too long for column 'location' at row 1 query: INSERT INTO locales_source (location, source, textgroup) VALUES (' install.php:1060; modules/block/block.admin.inc:358; modules/comment/comment.module:500,552,584; modules/locale/locale.module:266; modules/statistics/statistics.admin.inc:185; modules/statistics/statistics.module:255; modules/system/system.admin.inc:1276,1293,1307,1325,1333,1509,1663; modules/system/system.install:60; modules/upload/upload.module:214; modules/user/user.admin.inc:412,430', 'Disabled', 'default') in C:\Inetpub\wwwroot\drupal6\includes\locale.inc in Zeile 1301.
Comments
Comment #1
hass commentedI'm using l10n_client for re-importing translations.
Comment #2
gábor hojtsyThis is being tracked at #221020: locales_source.location is just varchar(255) and it is not truncated.