Problem/Motivation

I install commerce 2.x from existing Drupal thanks to composer as defined in documentation.
So i have no bundles defined yet, everything has to be created (and dependencies are very numerous and painful).

I need a checkout flow bundle to be able to create product bundle, order bundle etc.

So i go to checkout flow configuration, fill fields and click on submit button.
Results isError: Call to a member function label() on null in Drupal\commerce_checkout\Plugin\Commerce\CheckoutPane\OrderSummary->buildConfigurationSummary() (line 34 of modules/contrib/commerce/modules/checkout/src/Plugin/Commerce/CheckoutPane/OrderSummary.php)

Checkout flow bundle is still created.

Comments

GoZ created an issue. See original summary.

GoZ’s picture

Issue summary: View changes
GoZ’s picture

GoZ’s picture

add organization

GoZ’s picture

Status: Active » Needs review
bojanz’s picture

Title: WSOD creating checkout flow » The OrderSummary pane should skip invalid views
Priority: Critical » Normal

Something went wrong with your install and you're missing a view that should be there. So this is not critical.

GoZ’s picture

You are right. This comes from an issue with modules which are enabled but not installed. I miss something during my deployment process.

Sorry for that

  • bojanz committed 0eac832 on 8.x-2.x authored by GoZ
    Issue #2890670 by GoZ: The OrderSummary pane should skip invalid views
    
bojanz’s picture

Status: Needs review » Fixed

Committed, thanks!

Status: Fixed » Closed (fixed)

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