- Issue created by @cumhur
- 🇹🇷Turkey Kartagis Istanbul
Can you reverse the patch you applied because it's wrong, empty your basket, apply the attached patch and try again? Let me know how it goes.
- 🇹🇷Turkey cumhur
As you said, I removed the previous patch and added the one you sent, I give 3D approval, it returns to the site but the order does not process. appears in the cart
- 🇹🇷Turkey cumhur
When I looked at the log messages I saw the following error
Drupal\Core\Entity\EntityStorageException: SQLSTATE[23000]: Integrity constraint violation: 1062 Duplicate entry '221abf3f-07eb-42dc-91c6-876672a6d381' for key 'profile_field__uuid__value': INSERT INTO "profile" ("revision_id", "type", "uuid", "status", "uid", "is_default", "data", "created", "changed") VALUES (:db_insert_placeholder_0, :db_insert_placeholder_1, :db_insert_placeholder_2, :db_insert_placeholder_3, :db_insert_placeholder_4, :db_insert_placeholder_5, :db_insert_placeholder_6, :db_insert_placeholder_7, :db_insert_placeholder_8); Array ( [:db_insert_placeholder_0] => [:db_insert_placeholder_1] => customer [:db_insert_placeholder_2] => 221abf3f-07eb-42dc-91c6-876672a6d381 [:db_insert_placeholder_3] => 1 [:db_insert_placeholder_4] => 0 [:db_insert_placeholder_5] => 0 [:db_insert_placeholder_6] => a:0:{} [:db_insert_placeholder_7] => 1718294098 [:db_insert_placeholder_8] => 1718294098 ) in Drupal\Core\Entity\Sql\SqlContentEntityStorage->save() .....public_html/core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorage.php
- 🇹🇷Turkey Kartagis Istanbul
Try
drush sqlq "DELETE FROM profile_field__uuid__value WHERE uuid = '221abf3f-07eb-42dc-91c6-876672a6d381'"