Closed (won't fix)
Project:
Commerce Core
Version:
3.0.x-dev
Component:
Checkout
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
11 Sep 2024 at 08:09 UTC
Updated:
4 Jul 2025 at 06:55 UTC
Jump to comment: Most recent
Comments
Comment #3
dan_metille commentedSame error while updating from Commerce 8.x-2 to any 3.0.0 version. Any idea about how to fix it?
Comment #4
jsacksick commentedDo you define a custom checkout pane extending the Login pane? This isn't happening for me on a default install, so I'm assuming custom code is triggering this, therefore lowering the issue priority.
Comment #5
jsacksick commentedClosing this as this isn't happening on a Vanilla install... Feel free to reopen in case you are able to provide reproducible steps on a clean install.
Comment #6
qaiser iqbal commentedNo, I don't have any custom checkout pane. I am only using commerce_recurring and commerce_license. They might have causing the issue.
Comment #7
qaiser iqbal commentedComment #8
jsacksick commentedAgain, without reproducible steps... Not much I can do, On a test install I have, with commerce 3 enabled, commerce_license & commerce_recurring, I'm not experiencing this...
Comment #9
jsacksick commentedComment #10
lakhithad commentedI got the same error described below when trying to edit or create any checkout workflow. Im on Drupal 10.4 and commerce 3.0.0.
Issue solved when downgraded to commerce 2.4 and the error is gone.
Update: I figured out the issue.
I was using a module
email_registration:^1.4which caused the issue. Then I updated it toemail_registration:^2.0@RCand did a database update. And now the issue is gone and I can usecommerce 3.0.0withDrupal 10.4During the database update the following happened.
hook_update_n 9001 - Remove the removed "require_username_on_registration" config.Comment #11
yekaterina k commentedThanks @lakhithad, indeed in my case it was also email_registration which caused the problem
Comment #12
grimreaperI got the same error.
So it seems related to #3522152: 1.x branch incompatible with commerce v3 since the Login Pane constructor is different
Comment #13
jsacksick commentedSince this is already tracked in Commerce email and Commerce cannot do anything about it, closing this.