In the new version I see:
1) "Сonnector for drupal.org"

# An existing project under the URI drupal is already handled by the  module. Not possible to add it with l10n_drupalorg.
# An existing project under the URI ecommerce is already handled by the module. Not possible to add it with l10n_drupalorg.

2) "Local package connector"

# An existing project under the URI  is already handled by the  module. Not possible to add it with l10n_localpacks.
# An existing project under the URI is already handled by the module. Not possible to add it with l10n_localpacks.
...
# user warning: Unknown column 'connector_module' in 'field list' query: INSERT INTO l10n_community_project (uri, title, last_parsed, home_link, connector_module, status) VALUES ('a3_atlantis', 'a3_atlantis', 0, '', 'l10n_localpacks', 1) in /sites/all/modules/l10n_server/connectors/l10n_localpacks/l10n_localpacks.module on line 249.
...

:(

Comments

gábor hojtsy’s picture

Status: Active » Postponed (maintainer needs more info)

Have you run update.php after you updated the modules? Looks like you did not.

pvasili’s picture

Gábor, thank you, this is the first that I do :) (cron.php - this second act)
/admin/build/modules (Localization community for local packages) 6.x-1.x-dev
The problem is not solved :(

gábor hojtsy’s picture

Ok what does your Drupal Status report say on database updates?

pvasili’s picture

Gabor. you were right.
I changed the table SYSTEM (SET `schema_version` = 0 WHERE `filename` = 'sites/all/modules/l10n_server/l10n_community/l10n_community.module'), and launched update.php again.
The issue is closed.
Thank you :)

pvasili’s picture

Status: Postponed (maintainer needs more info) » Closed (fixed)