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
Due to missing abstract methods in "dachcom-digital\members\src\MembersBundle\CoreExtension\GroupMultiselect.php" the update of pimcore to version 5.6.0 will fail.
SOLUTION:
Declare methods in "dachcom-digital\members\src\MembersBundle\CoreExtension\GroupMultiselect.php".
Missing function declaration
Pimcore\Model\DataObject\ClassDefinition\Data\Relations\AbstractRelations::loadData
Pimcore\Model\DataObject\ClassDefinition\Data\Relations\AbstractRelations::prepareDataForPersistence
The text was updated successfully, but these errors were encountered:
Due to missing abstract methods in "dachcom-digital\members\src\MembersBundle\CoreExtension\GroupMultiselect.php" the update of pimcore to version 5.6.0 will fail.
SOLUTION:
Declare methods in "dachcom-digital\members\src\MembersBundle\CoreExtension\GroupMultiselect.php".
Missing function declaration
Pimcore\Model\DataObject\ClassDefinition\Data\Relations\AbstractRelations::loadData
Pimcore\Model\DataObject\ClassDefinition\Data\Relations\AbstractRelations::prepareDataForPersistence
The text was updated successfully, but these errors were encountered: