Account created on 17 December 2007, over 17 years ago
#

Merge Requests

Recent comments

🇹🇷Turkey durum

Rajab hi,

Currently Media Hero Slider 10.0.5 conflicts on D11 with the latest Vartheme BS5 and Varbase Landing because it requires Varbase components ~2 where Vartheme BS5require ~3 or 3.0.x-dev. Also the Hero Slider 10.1.x requires Field Group ~4 while the current Varbase Bootstrap Paragraphs require ~3.

Below is the output.

$ composer require 'drupal/varbase_heroslider_media:^10.0.5' -W 
./composer.json has been updated
Running composer update drupal/varbase_heroslider_media --with-all-dependencies
Loading composer repositories with package information
Updating dependencies
Your requirements could not be resolved to an installable set of packages.

  Problem 1
    - Root composer.json requires drupal/varbase_heroslider_media ^10.0.5 -> satisfiable by drupal/varbase_heroslider_media[10.0.5, 10.0.x-dev, 10.1.x-dev (alias of dev-10.1.x)].
    - drupal/varbase_heroslider_media[10.0.5, ..., 10.0.x-dev] require drupal/varbase_components ~2 -> found drupal/varbase_components[dev-2.0.x, 2.0.0-alpha1, ..., 2.0.x-dev] but the package is fixed to 3.0.x-dev (lock file version) by a partial update and that version does not match. Make sure you list it as an argument for the update command.
    - drupal/varbase_heroslider_media dev-10.1.x requires drupal/field_group ~4 -> found drupal/field_group[dev-4.x, 4.0.0-alpha1, 4.x-dev] but these were not loaded, likely because it conflicts with another require.
    - drupal/varbase_heroslider_media 10.1.x-dev is an alias of drupal/varbase_heroslider_media dev-10.1.x and thus requires it to be installed too.


Installation failed, reverting ./composer.json and ./composer.lock to their original content.


$ composer why drupal/field_group                                                                                                                2 ✘  14s   base  
drupal/varbase_bootstrap_paragraphs 10.0.11 requires drupal/field_group (~3) 

$ composer why drupal/varbase_components                                                                                                                   ✔  base  
drupal/vartheme_bs5 4.0.x-dev requires drupal/varbase_components (~3 || 3.0.x-dev) 
🇹🇷Turkey durum

Hello,

Thank you for the simple and beautiful module.

Can you please add a release for D11?

If I can be of help in doing so, I'd would love to contribute.

Cheers,

🇹🇷Turkey durum

Adding patch from the MR.

If the patch doesn't apply, follow the steps from this guide: https://chromatichq.com/insights/patching-info-files-composer/

Add to your composer.json:

"config": {
    ...
    "preferred-install": {
        "drupal/paytr_payment": "source",
    }
}
🇹🇷Turkey durum

It is very likely that the patch would make stop working your specific configuration, as it is only checking for format for a specific configuration. To get your project working, your projects configuration should be considered and a specific if check should be made.

A good solution would be putting some effort to make it Drupal-way so that the type check is generic.

🇹🇷Turkey durum

The patch from the former comment somehow stopped working. So, this gets even dirtier.

🇹🇷Turkey durum

A very unhandsome workaround would be as attached. Please review or suggest. Thank you.

🇹🇷Turkey durum

Attached is a quick & dirty fix to keep the functionality of a dev branch of a project.

I have no idea if it can introduce a security vulnerability, since this is a user registration related process. Please don't use in production until RTBC.

So please review.

🇹🇷Turkey durum

@Wim hi.

Sorry, if I am unnecessarily activating this dead issue.

I think we are facing this while trying to expose a custom API to an ERP system integration where we undertake CRUD operations for our entities facilitating foreign id's. We are seeing some inconsistencies during this operations.

I would be more than happy to dedicate quite good time and effort on this, if this is still doable and you can review and mentor the process.

To be brief now, I am not going into detail, but willing to provide more details and get instructions on how to continue.

🇹🇷Turkey durum

Christian hi!

I see the changes in the patch are already committed but the original problem still actually persists. Is there any other work left for this other than tests?

Thanks,,

Production build 0.71.5 2024