You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After updating my php version to 8.1 and SyliusCustomOptionsPlugin to 4.0, i've this error during composer install:
!! Fatal error: Type of Brille24\SyliusCustomerOptionsPlugin\Entity\CustomerOptions\CustomerOptionGroupTranslation::$translatable must not be defined (as in class Sylius\Component\Resource\Model\AbstractTranslation) in /var/www/html/website/vendor/brille24/sylius-customer-options-plugin/src/Entity/CustomerOptions/CustomerOptionGroupTranslation.php on line 21
The text was updated successfully, but these errors were encountered:
Hey thanks for reporting this issue. Can you have a look at what version of Sylius are you running but most importantly what version of the resource bundle. It should be compatible.
After updating my php version to 8.1 and SyliusCustomOptionsPlugin to 4.0, i've this error during
composer install
:!! Fatal error: Type of Brille24\SyliusCustomerOptionsPlugin\Entity\CustomerOptions\CustomerOptionGroupTranslation::$translatable must not be defined (as in class Sylius\Component\Resource\Model\AbstractTranslation) in /var/www/html/website/vendor/brille24/sylius-customer-options-plugin/src/Entity/CustomerOptions/CustomerOptionGroupTranslation.php on line 21
The text was updated successfully, but these errors were encountered: