Skip to content
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

Shopware 6.6 compatibility #735

Closed
florianliebig opened this issue Apr 14, 2024 · 3 comments
Closed

Shopware 6.6 compatibility #735

florianliebig opened this issue Apr 14, 2024 · 3 comments

Comments

@florianliebig
Copy link

florianliebig commented Apr 14, 2024

Mollie v.4.6.0. is tagged to be Shopware 6.6.6.0 (not above) compatible.

 Activate 1 plugin(s):
 * Mollie Payments (v4.6.0)


In CheckExceptionOnInvalidReferenceBehaviorPass.php line 116:
                                                                                                                                                                                                                                                                                                                  
  [Symfony\Component\DependencyInjection\Exception\ServiceNotFoundException]                                                                                                                                                                                                                                      
  The service "Kiener\MolliePayments\Service\CartService" has a dependency on a non-existent service "Shopware\Core\Content\Product\Cart\ProductLineItemFactory". Did you mean one of these: "Shopware\Core\Content\Product\ProductHydrator", "Shopware\Core\Content\ProductStream\ProductStreamHydrator", "Shop  
  ware\Core\Content\ProductExport\ProductExportHydrator", "Shopware\Core\Content\Product\ProductDefinition", "Shopware\Core\Content\Product\Cart\ProductGateway", "Shopware\Core\Content\Product\AbstractIsNewDetector", "Shopware\Core\Content\Product\Api\ProductActionController", "Shopware\Core\Content\Pro  
  duct\Cart\ProductLineItemCommandValidator", "Shopware\Core\Content\Product\Api\ProductNumberFkResolver", "Shopware\Core\Content\ProductStream\ProductStreamDefinition", "Shopware\Core\Content\ProductExport\ProductExportDefinition", "Shopware\Core\Content\Product\Cart\ProductLineItemValidator", "Shopwar  
  e\Core\Content\Product\Cart\ProductCartProcessor", "Shopware\Core\Content\Product\Cart\ProductFeatureBuilder"?         

From Removed \Shopware\Core\Content\Product\Cart\ProductLineItemFactory, use \Shopware\Core\Checkout\Cart\LineItemFactoryHandler\ProductLineItemFactory instead.

<argument type="service" id="Shopware\Core\Content\Product\Cart\ProductLineItemFactory"/>

use Shopware\Core\Content\Product\Cart\ProductLineItemFactory;

--

  [Symfony\Component\Config\Exception\LoaderLoadException]                                                                                        
  Cannot load resource "/vendor/store.shopware.com/molliepayments/src/Controller/Api/Order/Sw65/OrderController.php". Make sure there is a loader supporting the "annotation" type.                                           

symfony/symfony#53426

<import resource="../../../../../Controller/**/Sw65/*Controller.php" type="annotation"/>

--

Can not render @MolliePayments/storefront/page/account/sidebar.html.twig view: An exception has been thrown during the rendering of a template ("Unable to generate a URL for the named route "frontend.account.mollie.subscriptions.page" as such route does not exist.").

in vendor/store.shopware.com/molliepayments/src/Resources/views/storefront/page/account/sidebar.html.twig (line 9)

What is the current roadmap regarding 6.6 compatibility?

@BlackScorp
Copy link
Collaborator

Hi sorry, there must be a mistake int he composer.json i thought i set it up up to 6.6.0.0. i think the contraint is wrong.

iam currently working on 6.6 there is already a pull request with few last errors

#721

but i have to test everything out before release since we changed the entire routing to XML to be compatible with 6.4, 6.5 and 6.6

@florianliebig
Copy link
Author

Thanks a lot @BlackScorp , will then check your PR. Ping me if you need any particular feedback. Have the "forced" 6.6. setup now locally on my machine

@florianliebig florianliebig closed this as not planned Won't fix, can't repro, duplicate, stale Apr 16, 2024
@matheusgontijo
Copy link

Yes, I'm getting the very same error while upgrading Shopware to 6.6.1.0.

The service "Kiener\MolliePayments\Service\CartService" has a dependency on a non-existent service "Shopware\Core\Content\Product\Cart\ProductLineItemFactory". Did you mean one of these: "Shopware\Core\Content\Product\ProductHydrator", "Shopware\Core\Content\ProductStream\ProductStreamHydrator", "Shopware\Core\Content\ProductExport\ProductExportHydrator", "Shopware\Core\Content\Product\ProductDefinition", "Shopware\Core\Content\Product\Cart\ProductGateway", "Shopware\Core\Content\Product\AbstractIsNewDetector", "Shopware\Core\Content\Product\Api\ProductActionController", "Shopware\Core\Content\Product\Cart\ProductLineItemCommandValidator", "Shopware\Core\Content\Product\Api\ProductNumberFkResolver", "Shopware\Core\Content\ProductStream\ProductStreamDefinition", "Shopware\Core\Content\ProductExport\ProductExportDefinition", "Shopware\Core\Content\Product\Cart\ProductLineItemValidator", "Shopware\Core\Content\Product\Cart\ProductCartProcessor", "Shopware\Core\Content\Product\Cart\ProductFeatureBuilder

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants