Replies: 2 comments 4 replies
-
|
@solverat Shouldn't we better make this a docs page? |
Beta Was this translation helpful? Give feedback.
2 replies
-
|
I am migrating from pimcore 10.6 to 11 and from coreshop 3.2 to 4.0. Compile Error: Declaration of CoreShop\Component\Resource\Model\ResourceInterface::getId(): string|int|null must be compatible with CoreShop\Component\Resource\Pimcore\Model\PimcoreModelInterface::getId(): ?int" I have this problem. The version of pimcore is 11.0 and coreshop 4.0.9. Does anyone have an idea how to fix it? I can see the problem but it is in the vendor folder. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Read: Upgrade Notes | CoreShop 4.0.x - Pimcore eCommerce - Documentation
Security
Adopt https://github.com/coreshop/CoreShop/blob/4.0/config/packages/security.yaml to use auth manager.
Breaking Changes
ALTER TABLE coreshop_payment CHANGE details details JSON NOT NULL;ALTER TABLE coreshop_payment_gateway_config CHANGE config config JSON NOT NULL;Pimcore\Model\DataObject\ClassDefinition\Data\NewsletterActive=> changed toPimcore\Bundle\NewsletterBundle\Model\DataObject\ClassDefinition\Data\NewsletterActivePimcore\Model\DataObject\ClassDefinition\Data\NewsletterConfirmed=> change toPimcore\Bundle\NewsletterBundle\Model\DataObject\ClassDefinition\Data\NewsletterConfirmedcoreshop.frontend.controller.*are not available anymorecoreshop_order_revise_payandcoreshop_payment: Controller changed toCoreShop\Bundle\PayumBundle\Controller\PaymentController::prepareCaptureActionBeta Was this translation helpful? Give feedback.
All reactions