sebastian-mollie / SyliusMolliePlugin-DO-NOT-USE-

OLD Sylius Mollie payment gateway integration. Please use the newest version. I will be closing this repo by the end of the year.
https://github.com/mollie/Sylius/releases/tag/v5.0.0
MIT License
1 stars 4 forks source link

4.0 clean installation - bitbag_sylius_mollie_plugin.controller.mollie_subscription doesnt exists #277

Closed Ferror closed 2 years ago

Ferror commented 2 years ago
Service "bitbag_sylius_mollie_plugin.controller.action.admin.mollie_subscription_controller": Parent definition "bitbag_sylius_mollie_plugin.controller.mollie_subscription" does not exist.
QuintenJustus commented 2 years ago

Bump.

This happens right out of the gate when installing the package, after running the composer recipe.

When temporarily removing the parent for this Service in src/Resources/config/services/controller.xml:65 this also leads to the following error.

The service "bitbag_sylius_mollie_plugin.custom_factory.mollie_gateway_config" has a dependency on a non-existent service "bitbag_sylius_mollie_plugin.factory.mollie_gateway_config".
marekrzytki commented 2 years ago

Hey, thanks for Your report. Error occurs because of missing config file import described in step 6. Please follow installation steps, remove composer.lock and once again try with composer install. You can also try composer require with --no-scripts option

QuintenJustus commented 2 years ago

Thanks! This worked for me.

marekrzytki commented 2 years ago

Installation documentation updated in #278.