🇹🇷Turkey @cumhur

Account created on 14 May 2006, over 18 years ago
#

Recent comments

🇹🇷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 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

Dear miiimooo,

I installed version 10.2 and using commerce. I am importing products and variations from xml link via feeds module
When I import product variations for Color And size module create multiple images for same color attribute.
I want to import images for products colors and use same images for all product sizes

I modify code above but not fixed the problem.How can I fix this issue
thank you

Drupal::service('file_system')->prepareDirectory($dirname, FileSystem::CREATE_DIRECTORY && FileSystem::MODIFY_PERMISSIONS)
&& $new_file = \Drupal::service('file.repository')->move($file, $destination)

Production build 0.71.5 2024