Hi

i would use this module with D6.24 but seem to be an issue with new drupal update..;this is an example that i take :

Unknown column 'l10n_status' in 'field list' query: INSERT INTO d6mg_locales_target (lid, language, translation, plid, plural, l10n_status) VALUES (5782, 'fr', 'Ce décompte peut être erroné dans la mesure où certains fichiers n\'ont pas besoin d\'être renommés.', 0, 0, 0) in /var/www/drupal6/sites/all/modules/l10n_update/l10n_update.locale.inc on line 369.

it's on a fresh install,on others (multisite) all look good..

thanks

Comments

sutharsan’s picture

Status: Active » Postponed (maintainer needs more info)

I've tested the installation of the module on Drupal 6.24. The l10n_status column is created as it should. Data is entered into the field without any problem. I do not use table prefixes.

Did you receive any error messages when installing the module? l10n_update adds the 'l10n_status' field when it is installed. Do you use the latest dev release?

aiphes’s picture

Status: Postponed (maintainer needs more info) » Active

seem i use the 6.x-1.0-beta1+17-dev so do i change for dev version ?

sutharsan’s picture

This is an Localization Update issue, so I am talking about versions of this module.

aiphes’s picture

Status: Active » Fixed

i talk about the same module and in drush and on /admin/build/modules the module version for l10n_update is 6.x-1.0-beta1+17-dev ...look strange for me too..for test removed the actual module folder and replace it by the fresh dev version, and all works as designed ! updates did put the mess in module folder i think, drush still display the wrong version after cron, clear cache and update db..

aiphes’s picture

info ; on fresh install with dev version i've this : Localization update 6.x-1.0-beta1+17-dev (2012-Jan-26) perhaps an error in dev code..? an update to 2012/02/22 is avaible but not yet done

sutharsan’s picture

I now see that the packaging script adds dev version numbers like '6.x-1.0-beta1+17-dev' or '6.x-1.0-beta2+1-dev'.
Use the latest dev. Your problem was fixed in #1449376: l10n_update_cache are not in schema array on install hook.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.