-
Notifications
You must be signed in to change notification settings - Fork 34
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
update to pimcore 5.6.0 #81
Comments
* fix - the filename fallback must only contain ASCII characters * #81 fix for compatibility with pimcore 5.6.0
Partially fixed. Installer still not working though. This will be fixed with the tests pr. (#78). |
Hi guys, and thank you a lot for the fix. I tried it already and have a new exception in the prepareDataForPersistence function, which calls getDataFromResource with the array of objects. The exception happens by the line GroupMultiselect.php:169: if ($element['type'] == 'object'): May be it will help you. With the best regards, |
yes, i'm working on it. |
this should be fine now. |
by the update to pimcore 5.6.0 follow error appears:
Error: Class MembersBundle\CoreExtension\GroupMultiselect contains 2 abstra
ct methods and must therefore be declared abstract or implement the remaini
ng methods (Pimcore\Model\DataObject\ClassDefinition\Data\Relations\Abstrac
tRelations::loadData, Pimcore\Model\DataObject\ClassDefinition\Data\Relatio
ns\AbstractRelations::prepareDataForPersistence)
Looks like too more abstract classes were added to Pimcore\Model\DataObject\ClassDefinition\Data\Relations\Abstrac
tRelations and they have to be implemented in the MembersBundle\CoreExtension\GroupMultiselect
The text was updated successfully, but these errors were encountered: