Repro:

1. Simply import a small module translation with a few strings translated (.po file import)
2. Then try to import a complete translation file.
3. process never finish.

Comments

hass’s picture

This log entry looks related from the watchdog timestamp. I have "uncountable" errors like this logged.

Field 'has_suggestion' doesn't have a default value query: INSERT INTO l10n_community_translation (sid, translation, language, uid_entered, time_entered, uid_approved, time_approved, is_suggestion, is_active) VALUES (2, 'Skok do treśći', 'pl', 1, 1197911618, 0, 0, 1, 1) in C:\Inetpub\wwwroot\drupal5\includes\database.mysql.inc in Zeile 172.
gábor hojtsy’s picture

Test my patch at http://drupal.org/node/201660 first :)

hass’s picture

Version: 5.x-1.x-dev » 5.x-1.0-alpha2
Status: Active » Fixed
gábor hojtsy’s picture

Status: Fixed » Closed (fixed)