Problem/Motivation

Drupal\Core\Database\IntegrityConstraintViolationException: SQLSTATE[23000]: Integrity constraint violation: 1048 Column 'langcode' cannot be null: UPDATE "paragraphs_item" SET "revision_id"=:db_update_placeholder_0, "type"=:db_update_placeholder_1, "uuid"=:db_update_placeholder_2, "langcode"=:db_update_placeholder_3 WHERE "id" = :db_condition_placeholder_0; Array ( [:db_update_placeholder_0] => 4525246 [:db_update_placeholder_1] => paragraph [:db_update_placeholder_2] => be20accb-8591-4640-9bda-a0b1861d4326 [:db_update_placeholder_3] => [:db_condition_placeholder_0] => 3622286 ) in Drupal\mysql\Driver\Database\mysql\ExceptionHandler->handleExecutionException() (line 50 of C:\xampp\htdocs\cmacgm\dev\docroot\core\modules\mysql\src\Driver\Database\mysql\ExceptionHandler.php).

Comments

shrikant.dhotre created an issue. See original summary.

  • nginex committed 2afd9f43 on 1.3.x
    Issue #3352184: Error when importing.
    
nginex’s picture

Version: 1.3.11 » 1.3.x-dev
Status: Active » Fixed

Thanks for reporting, I can see the bug related to the recent changes, I'm going to release it ASAP

nginex’s picture

Status: Fixed » Closed (fixed)

Here we go https://www.drupal.org/project/single_content_sync/releases/1.3.12.

Please update the module, export again, and try to import new files.

Good luck

shrikant.dhotre’s picture

Thanks for the update I will check