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
Comment #1
gábor hojtsyHave you run update.php after you updated the modules? Looks like you did not.
Comment #2
pvasili commentedGá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 :(
Comment #3
gábor hojtsyOk what does your Drupal Status report say on database updates?
Comment #4
pvasili commentedGabor. 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 :)
Comment #5
pvasili commented