SyliusAkeneoPlugin icon indicating copy to clipboard operation
SyliusAkeneoPlugin copied to clipboard

[Feature] Compatibility with sylius 1.13

Open gregal42 opened this issue 1 year ago • 1 comments

Is it planned to make this bundle compatible with the latest version of Sylius, 1.13?

gregal42 avatar Aug 08 '24 17:08 gregal42

hi there, have you heard about this doctrine entity class error while upgrading to sylius 1.13 and further ?

$ bin/console doctrine:schema:validate

Mapping
-------

 [FAIL] The entity-class App\Entity\Product\ProductAttributeValue mapping is invalid:
 * The target entity 'Sylius\Component\Attribute\Model\AttributeInterface' specified on App\Entity\Product\ProductAttributeValue#attribute is unknown or not an entity.


 [FAIL] The entity-class Sylius\Component\Product\Model\ProductAttributeValue mapping is invalid:
 * The target entity 'Sylius\Component\Attribute\Model\AttributeInterface' specified on Sylius\Component\Product\Model\ProductAttributeValue#attribute is unknown or not an entity.


Database
--------


In MappingException.php line 80:
                                                                              
  Class 'Sylius\Component\Attribute\Model\AttributeInterface' does not exist  
                                                                              

edit: this is related to https://github.com/synolia/SyliusAkeneoPlugin/issues/197#issuecomment-2744234914

maxperei avatar Mar 20 '25 14:03 maxperei

hello, sylius akeneo plugin is already compatible with sylius 1.13 and higher since v4.1

maxperei avatar Jul 03 '25 07:07 maxperei