Closed (fixed)
Project:
Basic Cart
Version:
8.x-8.x-dev
Component:
Code
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
9 Jan 2024 at 13:20 UTC
Updated:
3 Nov 2025 at 19:19 UTC
Jump to comment: Most recent, Most recent file
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 🚀