PascalBrouwers
PascalBrouwers
The problem is not only with creditmemo's but also order reservations, shipments, etc. Some reservations will be double because it does not check if such a reservation already exists.
It happens because the symlinks are still there and if using extra.magento-force true then it is removing those files! But not using extra.magento-force makes it complain about the symlinks still...
A bit useless change to the readme then: https://github.com/algolia/algoliasearch-magento-2/commit/284e3360b288cfacd951d5029b833fd15f67d1d1 Allow to support issues!
This branch was up to date in Februari :/
Having the same issues. `Duplicate entry '110-prijskaart-winkel' for key 'EAV_ATTRIBUTE_GROUP_ATTRIBUTE_SET_ID_ATTRIBUTE_GROUP_CODE`. But the old magento1 database only has 1 entry for this. So why the duplicate entry error?
Ok, this is happening but I don't know why. 2 inserts: ``` INSERT INTO `eav_attribute_group` (`attribute_group_id`, `attribute_set_id`, `attribute_group_name`, `sort_order`, `default_id`, `attribute_group_code`, `tab_group_code`) VALUES (?, ?, ?, ?, ?, ?, ?)...
So, 1 is coming from `createProductAttributeSetStructures` The other from `migrateAttributeGroups`
I was running migration multiple times but I forgot to remove the extra attribute groups from the default attribute set before restarting the migration again.
I'm having the same issue, but then for category attributes. It seems that those attribute groups are never processed. Only products are being processed in createMapProductAttributeGroupIds().
@victor-v-rad any progress on this?