Skip to content

magento-1.9

Auto Added by WPeMatico

Images attached to page builder vanish on save but the data is saved on my table (the problem is on arabic_image_one)

<?php namespace magentotestControllerAdminhtmlIndex; use MagentoBackendAppActionContext; use MagentoFrameworkApiDataObjectHelper; use MagentoFrameworkAppRequestInterface; use MagentoFrameworkExceptionLocalizedException; use MagentoFrameworkSerializeSerializerInterface; use magentotestApiBannersRepositoryInterface; use magentotestApiDataBannersInterfaceFactory; use magentotestModelResourceModelBannersCollectionFactory as BannersItemFactory; class Save extends MagentoBackendAppAction { /** * @var RequestInterface */ private $request; private $dataObjectHelper; /** * @var SerializerInterface */… Read More »Images attached to page builder vanish on save but the data is saved on my table (the problem is on arabic_image_one)

Magento 2 Data Migration “Integrity constraint violation: 1062 Duplicate entry ### for key ‘SALES_CREDITMEMO_INCREMENT_ID_STORE_ID

I’ve been having issues while using the data migration tool to migrate data from Magento 1.9.3 to Magento 2.3: I already setup the config.xml to migrate only Customers and Sales. I then run the following commands: php bin/magento migrate:settings –reset… Read More »Magento 2 Data Migration “Integrity constraint violation: 1062 Duplicate entry ### for key ‘SALES_CREDITMEMO_INCREMENT_ID_STORE_ID