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

Issue fork basic_cart-3413475

Command icon 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

tednacip created an issue. See original summary.

dineshkumarbollu’s picture

Hi @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

dineshkumarbollu’s picture

StatusFileSize
new95.48 KB

Hi
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

dineshkumarbollu’s picture

Title: Drupal 10 » Issue with easy_install module on fresh installation on Drupal 10
dimevs’s picture

Dear dineshkumarbollu, the fact is that easy_install is no longer supported, is it possible to refuse it?

dineshkumarbollu’s picture

Hi @DimEvs
No won't refuse,solution is need to update the code which are dependent on easy_install module.

tednacip’s picture

Hi dineshkumarbollu,
thank you for your answer.
Yes the problem is easy install. Did you find a solution ?
Thank you for your help

tednacip’s picture

I found this
https://www.drupal.org/project/easy_install/issues/3297022

it's work perfectly !

Thank you for your help !

shevgeny’s picture

Hi @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? :)

ktch_my’s picture

Can'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.

vistree’s picture

I agree with ktch_my - why not remove dependency on easy_install?

norman.lol’s picture

Version: 8.x-7.0 » 8.x-8.x-dev
Assigned: tednacip » Unassigned
Priority: Major » Critical

  • norman.lol committed 16ea9801 on 8.x-8.x
    #3413475 #3513083 Remove dependency to unsupported module
    
norman.lol’s picture

Status: Active » Fixed

Okay, 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 🚀

Now that this issue is closed, please review the contribution record.

As a contributor, attribute any organization that helped you, or if you volunteered your own time.

Maintainers, please credit people who helped resolve this issue.

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.