Hi, I'm trying to install this module on my Drupal 10 website but I have some compatibility warnings with required modules.
Could you tell me how can I do ? Thank you for you help
Best regards, Juliette
| Comment | File | Size | Author |
|---|---|---|---|
| #3 | Screenshot from 2024-01-10 10-29-50.png | 95.48 KB | dineshkumarbollu |
Issue fork basic_cart-3413475
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #2
dineshkumarbollu commentedHi @tednacip
Can you provide what are errors you are getting with compatible of D10, or provide The steps to reproduce the issue I can work.thanks
Comment #3
dineshkumarbollu commentedHi
I am able to reproduce the issue, The error is due to module is dependent on easy_install module which is not compatible with D10.
https://www.drupal.org/project/easy_install
The easy_install module releases D10 then the issue will fix.Thanks
Comment #4
dineshkumarbollu commentedComment #5
dimevs commentedDear dineshkumarbollu, the fact is that easy_install is no longer supported, is it possible to refuse it?
Comment #6
dineshkumarbollu commentedHi @DimEvs
No won't refuse,solution is need to update the code which are dependent on easy_install module.
Comment #7
tednacip commentedHi dineshkumarbollu,
thank you for your answer.
Yes the problem is easy install. Did you find a solution ?
Thank you for your help
Comment #8
tednacip commentedI found this
https://www.drupal.org/project/easy_install/issues/3297022
it's work perfectly !
Thank you for your help !
Comment #9
shevgenyHi @dineshkumarbollu,
Wait, the Basic cart module claims to support Drupal 10. How can the Basic cart module work on Drupal 10 if the module required by this module does not work on Drupal 10? Is there a gap in logic here? :)
Comment #10
ktch_my commentedCan't we just remove the dependency on Easy Install since it's just a recommended fix for "Reinstall".
I believe if devs wants to fix the issue during Drupal upgrades, easy_install should be install after, but before/with.
Comment #11
vistree commentedI agree with ktch_my - why not remove dependency on easy_install?
Comment #12
norman.lolComment #15
norman.lolOkay, so
composer require 'drupal/basic_cart:8.x-dev@dev'at least works now. Gonna release later.Thank you everybody for chiming in, credits going out 🚀