magento / magento2

Prior to making any Submission(s), you must sign an Adobe Contributor License Agreement, available here at: https://opensource.adobe.com/cla.html. All Submissions you make to Adobe Inc. and its affiliates, assigns and subsidiaries (collectively “Adobe”) are subject to the terms of the Adobe Contributor License Agreement.
http://www.magento.com
Open Software License 3.0
11.56k stars 9.32k forks source link

2.4.7-p1 incompatible with magento/module-b2b #38947

Open lohoy opened 3 months ago

lohoy commented 3 months ago

Preconditions and environment

Hello,

I have this issue with PHP 8.3 on Magento 2.4.7-p1.

Update: Error :

Your requirements could not be resolved to an installable set of packages.

  Problem 1
    - magento/module-b2b[100.4.0, ..., 100.4.1-p1] require php ~8.1.0||~8.2.0 -> your php version (8.3.6) does not satisfy that requirement.
    - magento/extension-b2b 1.4.2-p1 requires magento/module-b2b 100.4.1-p1 -> satisfiable by magento/module-b2b[100.4.1-p1].
    - Root composer.json requires magento/extension-b2b 1.4.2-p1 -> satisfiable by magento/extension-b2b[1.4.2-p1].

The modules B2B was not compatible with php8.3

This is same issue like 38858

Steps to reproduce

Use PHP 8.3.

composer require magento/extension-b2b:1.4.2-p1 -W

Expected result

Magento B2B works on PHP8.3

Actual result

Your requirements could not be resolved to an installable set of packages.

  Problem 1
    - magento/module-b2b[100.4.0, ..., 100.4.1-p1] require php ~8.1.0||~8.2.0 -> your php version (8.3.6) does not satisfy that requirement.
    - magento/extension-b2b 1.4.2-p1 requires magento/module-b2b 100.4.1-p1 -> satisfiable by magento/module-b2b[100.4.1-p1].
    - Root composer.json requires magento/extension-b2b 1.4.2-p1 -> satisfiable by magento/extension-b2b[1.4.2-p1].

Additional information

No response

Release note

No response

Triage and priority

m2-assistant[bot] commented 3 months ago

Hi @lohoy. Thank you for your report. To speed up processing of this issue, make sure that the issue is reproducible on the vanilla Magento instance following Steps to reproduce. To deploy vanilla Magento instance on our environment, Add a comment to the issue:

m2-assistant[bot] commented 3 months ago

Hi @engcom-Dash. Thank you for working on this issue. In order to make sure that issue has enough information and ready for development, please read and check the following instruction: :point_down:


engcom-Dash commented 3 months ago

Hi @lohoy

Thanks for reporting and collaboration.

2.4.7-p1 b2b is not yet compatible with PHP 8.3.

Please refer to the below release notes:

https://experienceleague.adobe.com/en/docs/commerce-admin/b2b/release-notes#b2b-v142-p1

Thanks!

lohoy commented 3 months ago

Hello,

The warning was not on the release note the last week.

Do you have a date for the compatibility with PHP8.3? We upgrade server with PHP8.3 and it's very very important to us to know the date of the release.

Cordially

engcom-Dash commented 3 months ago

Hi @lohoy

We will update you on a date for the compatibility with PHP8.3.

Thanks!

lohoy commented 3 months ago

Hello,

I really need a fix because we change servers with our client and the upgrade was stopped due to this issue.

You don't have an estimation for the compatibility?

Have a good day.

m2-assistant[bot] commented 3 months ago

Hi @engcom-Delta. Thank you for working on this issue. In order to make sure that issue has enough information and ready for development, please read and check the following instruction: :point_down:

bartoszkubicki commented 1 month ago

Any updates here?

JD-FishEye commented 2 weeks ago

Hi @engcom-Dash - when is the expected date for this to be resolved please?

2.4.7 supports PHP 8.3 but B2B modules do not - this is causing hosting migration nightmares. The release of 2.4.7 was in April '24 so it's odd that this has still not been addressed!

leonhelmus commented 2 weeks ago

@engcom-Dash is there an estimate when this is compatible?

leonhelmus commented 2 weeks ago

@engcom-Bravo I now see that the package is compatible with version 100.5.0, but i don't see that update on this page: https://experienceleague.adobe.com/en/docs/commerce-admin/b2b/release-notes#b2b-v142-p1

Is it still in beta mode while it has a stable tag?