oc-mall-plugin icon indicating copy to clipboard operation
oc-mall-plugin copied to clipboard

Conflict with Rainlab Translate Plugin when version 2 installed

Open cyril-design opened this issue 2 years ago • 3 comments

I cannot install Mall plugin : Failed to update composer dependencies

offline/oc-mall-plugin[v2.0.0, ..., v2.0.10] require rainlab/translate-plugin ^1.9.0 -> found rainlab/translate-plugin[v1.9.0, ..., 1.x-dev] but it conflicts with your root composer.json require (^2.0).

Thanks for your help !

cyril-design avatar Oct 11 '22 13:10 cyril-design

We currently do not support version 2.0 of the RainLab.Translate plugin. Or rather, it is completely untested, but might work.

You can change mall's translate plugin requirement to ^2.0 in the composer.json and check if it works.

tobias-kuendig avatar Oct 11 '22 13:10 tobias-kuendig

Thanks for your reply Tobias. I preferred to downgrade Rainlab Plugin to 1.9 ; I tested a bit the compatibility, and I noticed some strange behaviors (which I will try to trace). Anyway I don't want to use the multisite feature, so...

cyril-design avatar Oct 11 '22 17:10 cyril-design

There are quick fixes for this issue but then it will break when used with versions prior v2.0 of Translate plugin. I have made a pull request.

#967

c2webstudio avatar Nov 01 '22 09:11 c2webstudio

This issue has been fixed and released with v3.2.0 / v3.2.1.

SamBrishes avatar May 01 '24 15:05 SamBrishes