Unable to determine class for field type 'commerce_plugin_item:recurring_period'

Created on 24 May 2023, about 1 year ago
Updated 20 July 2023, 11 months ago

Problem/Motivation

I was installing Commerce Kickstart 3.x-dev on Lando with Kickstart demo and received the error:

An AJAX HTTP error occurred.
HTTP Result Code: 200
Debugging information follows.
Path: /core/install.php?rewrite=ok&profile=commerce_kickstart&langcode=en&id=2&op=do_nojs&op=do
StatusText: parsererror
ResponseText: Drupal\Component\Plugin\Exception\PluginNotFoundException: Unable to determine class for field type 'commerce_plugin_item:recurring_period' found in the 'field.storage.0' configuration in Drupal\field\FieldStorageConfigStorage->mapFromStorageRecords() (line 167 of /app/web/core/modules/field/src/FieldStorageConfigStorage.php).

Steps to reproduce

Init Lando with Drupal 9 receipe.

execute:

composer create-project -s dev centarro/commerce-kickstart-project kickstart
cd kickstart
composer require drupal/commerce_demo:^3.0

The error appears on the last install step - importing the demo content (features).

After that I could visit my new created site, but can't find any imported content.
For example Commerce -> Products is empty.

When I'm trying to enable the commerce_demo module:

 [notice] bootstrap_styles.settings rewritten by commerce_kickstart_layout_builder
 [notice] block.block.belgrade_page_title rewritten by commerce_kickstart_layout_builder
 [notice] core.entity_view_display.commerce_product.default.default rewritten by commerce_kickstart_product
 [notice] core.entity_form_display.commerce_product.default.default rewritten by commerce_kickstart_product
 [warning] The "field_block:commerce_product:default:product_collections" was not found
 [warning] The "field_block:commerce_product:default:product_collections" was not found
 [warning] The "field_block:commerce_product:default:product_collections" was not found
 [warning] The "field_block:commerce_product:default:product_collections" was not found
 [warning] The "field_block:commerce_product:default:product_collections" was not found
 [warning] The "field_block:commerce_product:default:product_collections" was not found
 [warning] The "field_block:commerce_product:default:product_collections" was not found
 [warning] The "field_block:commerce_product:default:product_collections" was not found

In UnmetDependenciesException.php line 100:

Configuration objects provided by <em class="placeholder">commerce_kickstart_media_product</em> have unmet dependencies: <em class="placeholder">field.field.commerce_product_variation.media_license_download.license_expiration (field.storage.commerce_product_variation.license_expiration), field.field.commerce_product_variation.media_license_download.license_type (field.storage.commerce_product_variation.license_type)</em>
πŸ’¬ Support request
Status

Closed: cannot reproduce

Version

3.0

Component

Code

Created by

πŸ‡¬πŸ‡ͺGeorgia almador

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Comments & Activities

  • Issue created by @almador
  • πŸ‡©πŸ‡ͺGermany torstenzenk

    Yes i have exact the same errors and problems using the steps you described. Using Apache Version 2.4.56, , MariaDB-Version 10.9.6, , PHP 8.1.18 .

    Having the site successfully installed this way untill a few days ago. Now it is not possible to install the commerce_demo stuff anymore, even if you just chosse one point and not "install everything"

  • Status changed to Needs review about 1 year ago
  • πŸ‡ΊπŸ‡ΈUnited States rszrama

    Hmm, this is due to Commerce License only recently being updated to remove the Recurring Period module dependency. This may be fixed now ... maybe give it another shot? jsacksick did a lot of work on the distribution today to make it D10 ready, and reconciling with the Commerce License update was part of that work.

  • πŸ‡©πŸ‡ͺGermany torstenzenk

    After an

    vmd112624:/var/www/html/mywebsite$ composer update --with-all-dependencies
    Gathering patches for root package.
    > DrupalProject\composer\ScriptHandler::checkComposerVersion
    Loading composer repositories with package information                                                                                                    Info from https://repo.packagist.org: #StandWithUkraine
    Updating dependencies
    Lock file operations: 1 install, 38 updates, 2 removals
      - Removing drupal/commerce_recurring (1.0.0-rc1)
      - Removing drupal/recurring_period (1.0.0)
      - Upgrading apimatic/jsonmapper (3.1.1 => 3.1.2)
      - Upgrading centarro/centarro_claro (1.x-dev 44bedae => 1.x-dev 14a2eb9)
      - Upgrading centarro/certified-projects (1.0.0 => 1.0.4)
      - Upgrading centarro/commerce_kickstart (3.x-dev 5673b11 => 3.x-dev 6aa4a91)
      - Upgrading composer/ca-bundle (1.3.5 => 1.3.6)
      - Upgrading consolidation/self-update (2.1.0 => 2.2.0)
      - Upgrading doctrine/deprecations (v1.0.0 => v1.1.1)
      - Upgrading drupal/belgrade (dev-2.0.x b364e35 => 2.0.0)
      - Upgrading drupal/better_exposed_filters (5.2.0 => 6.0.3)
      - Upgrading drupal/block_visibility_conditions (1.0.0 => 2.1.0)
      - Upgrading drupal/coder (8.3.18 => 8.3.20)
      - Locking drupal/color (1.0.3)
      - Upgrading drupal/commerce (2.35.0 => 2.36.0)
      - Upgrading drupal/commerce_cart (2.35.0 => 2.36.0)
      - Upgrading drupal/commerce_checkout (2.35.0 => 2.36.0)
      - Upgrading drupal/commerce_demo (3.0.x-dev 23eb3e4 => 3.0.x-dev ae12b48)
      - Upgrading drupal/commerce_email (1.0.0 => 1.1.0)
      - Upgrading drupal/commerce_file (2.0.0 => 2.1.0)
      - Upgrading drupal/commerce_license (2.0.0-rc2 => 3.0.0)
      - Upgrading drupal/commerce_number_pattern (2.35.0 => 2.36.0)
      - Upgrading drupal/commerce_order (2.35.0 => 2.36.0)
      - Upgrading drupal/commerce_payment (2.35.0 => 2.36.0)
      - Upgrading drupal/commerce_price (2.35.0 => 2.36.0)
      - Upgrading drupal/commerce_product (2.35.0 => 2.36.0)
      - Upgrading drupal/commerce_product_limits (1.0.0 => 1.0.1)
      - Upgrading drupal/commerce_store (2.35.0 => 2.36.0)
      - Upgrading drupal/commerce_tax (2.35.0 => 2.36.0)
      - Upgrading drupal/image_delta_formatter (1.1.0 => 1.2.0)
      - Upgrading drupal/jquery_ui_datepicker (1.4.0 => 2.0.0)
      - Upgrading drupal/jquery_ui_slider (1.1.0 => 2.0.0)
      - Upgrading drupal/symfony_mailer (1.0.0-alpha11 => 1.2.1)
      - Upgrading egulias/email-validator (3.2.5 => 3.2.6)
      - Upgrading firebase/php-jwt (v6.5.0 => v6.8.0)
      - Upgrading phpdocumentor/type-resolver (1.7.1 => 1.7.2)
      - Upgrading phpstan/phpdoc-parser (1.20.4 => 1.22.0)
      - Upgrading phpunit/phpunit (9.6.8 => 9.6.9)
      - Upgrading slevomat/coding-standard (8.12.1 => 8.13.0)
      - Upgrading symfony/deprecation-contracts (v3.2.1 => v3.3.0)
      - Upgrading symfony/var-dumper (v5.4.23 => v5.4.24)
    Writing lock file
    Installing dependencies from lock file (including require-dev)
    Package operations: 1 install, 38 updates, 2 removals
      - Downloading symfony/deprecation-contracts (v3.3.0)
      - Downloading symfony/var-dumper (v5.4.24)
      - Downloading doctrine/deprecations (v1.1.1)
      - Downloading egulias/email-validator (3.2.6)
      - Downloading drupal/commerce (2.36.0)
      - Downloading apimatic/jsonmapper (3.1.2)
      - Downloading drupal/commerce_product_limits (1.0.1)
      - Downloading firebase/php-jwt (v6.8.0)
      - Downloading drupal/commerce_license (3.0.0)
      - Downloading drupal/commerce_file (2.1.0)
      - Downloading drupal/commerce_email (1.1.0)
      - Syncing drupal/belgrade (2.0.0) into cache
      - Downloading centarro/centarro_claro (1.x-dev 14a2eb9)
      - Downloading composer/ca-bundle (1.3.6)
      - Downloading consolidation/self-update (2.2.0)
      - Downloading drupal/jquery_ui_slider (2.0.0)
      - Downloading drupal/jquery_ui_datepicker (2.0.0)
      - Downloading drupal/better_exposed_filters (6.0.3)
      - Downloading drupal/block_visibility_conditions (2.1.0)
      - Downloading drupal/symfony_mailer (1.2.1)
      - Downloading drupal/image_delta_formatter (1.2.0)
      - Downloading centarro/commerce_kickstart (3.x-dev 6aa4a91)
      - Syncing drupal/commerce_demo (3.0.x-dev ae12b48) into cache
      - Downloading phpunit/phpunit (9.6.9)
      - Downloading phpstan/phpdoc-parser (1.22.0)
      - Downloading phpdocumentor/type-resolver (1.7.2)
      - Downloading slevomat/coding-standard (8.13.0)
      - Downloading drupal/coder (8.3.20)
      - Removing drupal/recurring_period (1.0.0)
      - Removing drupal/commerce_recurring (1.0.0-rc1)
    Gathering patches for root package.
    Gathering patches for dependencies. This might take a minute.
      - Upgrading symfony/deprecation-contracts (v3.2.1 => v3.3.0): Extracting archive
      - Upgrading symfony/var-dumper (v5.4.23 => v5.4.24): Extracting archive
      - Upgrading doctrine/deprecations (v1.0.0 => v1.1.1): Extracting archive
      - Upgrading egulias/email-validator (3.2.5 => 3.2.6): Extracting archive
      - Upgrading drupal/commerce (2.35.0 => 2.36.0): Extracting archive
      - Upgrading drupal/commerce_price (2.35.0 => 2.36.0)
      - Upgrading drupal/commerce_store (2.35.0 => 2.36.0)
      - Upgrading apimatic/jsonmapper (3.1.1 => 3.1.2): Extracting archive
      - Upgrading drupal/commerce_number_pattern (2.35.0 => 2.36.0)
      - Upgrading drupal/commerce_order (2.35.0 => 2.36.0)
      - Upgrading drupal/commerce_payment (2.35.0 => 2.36.0)
      - Upgrading drupal/commerce_tax (2.35.0 => 2.36.0)
      - Upgrading drupal/commerce_product (2.35.0 => 2.36.0)
      - Upgrading drupal/commerce_cart (2.35.0 => 2.36.0)
      - Upgrading drupal/commerce_product_limits (1.0.0 => 1.0.1): Extracting archive
      - Upgrading firebase/php-jwt (v6.5.0 => v6.8.0): Extracting archive
      - Upgrading drupal/commerce_checkout (2.35.0 => 2.36.0)
      - Upgrading drupal/commerce_license (2.0.0-rc2 => 3.0.0): Extracting archive
      - Upgrading drupal/commerce_file (2.0.0 => 2.1.0): Extracting archive
      - Upgrading drupal/commerce_email (1.0.0 => 1.1.0): Extracting archive
      - Upgrading drupal/belgrade (dev-2.0.x b364e35 => 2.0.0): Checking out 2.0.0 from cache
      - Upgrading centarro/centarro_claro (1.x-dev 44bedae => 1.x-dev 14a2eb9): Extracting archive
      - Upgrading centarro/certified-projects (1.0.0 => 1.0.4)
      - Upgrading composer/ca-bundle (1.3.5 => 1.3.6): Extracting archive
      - Upgrading consolidation/self-update (2.1.0 => 2.2.0): Extracting archive
      - Upgrading drupal/jquery_ui_slider (1.1.0 => 2.0.0): Extracting archive
      - Upgrading drupal/jquery_ui_datepicker (1.4.0 => 2.0.0): Extracting archive
      - Upgrading drupal/better_exposed_filters (5.2.0 => 6.0.3): Extracting archive
      - Upgrading drupal/block_visibility_conditions (1.0.0 => 2.1.0): Extracting archive
      - Installing drupal/color (1.0.3): Extracting archive
      - Upgrading drupal/symfony_mailer (1.0.0-alpha11 => 1.2.1): Extracting archive
      - Upgrading drupal/image_delta_formatter (1.1.0 => 1.2.0): Extracting archive
      - Upgrading centarro/commerce_kickstart (3.x-dev 5673b11 => 3.x-dev 6aa4a91): Extracting archive
      - Upgrading drupal/commerce_demo (3.0.x-dev 23eb3e4 => 3.0.x-dev ae12b48): Checking out ae12b48e89 from cache
      - Upgrading phpunit/phpunit (9.6.8 => 9.6.9): Extracting archive
      - Upgrading phpstan/phpdoc-parser (1.20.4 => 1.22.0): Extracting archive
      - Upgrading phpdocumentor/type-resolver (1.7.1 => 1.7.2): Extracting archive
      - Upgrading slevomat/coding-standard (8.12.1 => 8.13.0): Extracting archive
      - Upgrading drupal/coder (8.3.18 => 8.3.20): Extracting archive
    Deleting web/modules/contrib/recurring_period - deleted
    Deleting web/modules/contrib/commerce_recurring - deleted
    Package doctrine/reflection is abandoned, you should avoid using it. Use roave/better-reflection instead.
    Package symfony/debug is abandoned, you should avoid using it. Use symfony/error-handler instead.
    Package webmozart/path-util is abandoned, you should avoid using it. Use symfony/filesystem instead.
    Generating autoload files
    92 packages you are using are looking for funding.
    Use the `composer fund` command to find out more!
    > DrupalProject\composer\ScriptHandler::createRequiredFiles
    Mirrored config splits from Commerce Kickstart into ../config/splits
    No security vulnerability advisories found
    

    This appears at about 80% when choosing "Install the full demo"

    An AJAX HTTP error occurred.
    HTTP Result Code: 200
    Debugging information follows.
    Path: /core/install.php?rewrite=ok&profile=commerce_kickstart&langcode=en&id=2&op=do_nojs&op=do
    StatusText: OK
    ResponseText: Drupal\Core\File\Exception\DirectoryNotReadyException: The specified file 'modules/contrib/commerce_demo/content/file/alice30.pdf' could not be copied because the destination directory 'private://2022-03' is not properly configured. This may be caused by a problem with file or directory permissions. in Drupal\Core\File\FileSystem->prepareDestination() (line 475 of /var/www/html/mywebsite/web/core/lib/Drupal/Core/File/FileSystem.php).

    As i didnΒ΄t have any opportunity to setup a private directory this error really makes sense, but how do i set up a priovate directory BEFORE this file is copied there?

  • πŸ‡©πŸ‡ͺGermany torstenzenk

    Doing a whole fresh install:

    vmd112624:/var/www/html$ sudo composer create-project -s dev centarro/commerce-kickstart-project mywebsite
    Creating a "centarro/commerce-kickstart-project" project at "./mywebsite"
    Installing centarro/commerce-kickstart-project (3.x-dev 2a177f444df91f3e18dee19ecbdd51dda38367ca)
      - Downloading centarro/commerce-kickstart-project (3.x-dev 2a177f4)
      - Installing centarro/commerce-kickstart-project (3.x-dev 2a177f4): Extracting archive
    Created project in /var/www/html/mywebsite
    > DrupalProject\composer\ScriptHandler::checkComposerVersion
    Loading composer repositories with package information                                                                                                    Updating dependencies
    Lock file operations: 246 installs, 0 updates, 0 removals
      - Locking apimatic/jsonmapper (3.1.2)
      - Locking apimatic/unirest-php (2.3.0)
      - Locking asm89/stack-cors (v2.1.1)
      - Locking behat/mink (v1.10.0)
      - Locking behat/mink-browserkit-driver (v2.1.0)
      - Locking behat/mink-selenium2-driver (v1.6.0)
      - Locking braintree/braintree_php (3.40.0)
      - Locking centarro/centarro_claro (1.x-dev 14a2eb9)
      - Locking centarro/certified-projects (1.0.4)
      - Locking centarro/commerce_kickstart (3.x-dev 6aa4a91)
      - Locking chi-teck/drupal-code-generator (2.6.2)
      - Locking colinodell/psr-testlogger (v1.2.0)
      - Locking commerceguys/addressing (v1.4.2)
      - Locking commerceguys/authnet (v1.1.3)
      - Locking commerceguys/intl (v2.0.4)
      - Locking composer/ca-bundle (1.3.6)
      - Locking composer/class-map-generator (1.0.0)
      - Locking composer/composer (2.5.8)
      - Locking composer/installers (v2.2.0)
      - Locking composer/metadata-minifier (1.0.0)
      - Locking composer/pcre (3.1.0)
      - Locking composer/semver (3.3.2)
      - Locking composer/spdx-licenses (1.5.7)
      - Locking composer/xdebug-handler (3.0.3)
      - Locking consolidation/annotated-command (4.9.1)
      - Locking consolidation/config (2.1.2)
      - Locking consolidation/filter-via-dot-access-data (2.0.2)
      - Locking consolidation/log (3.0.0)
      - Locking consolidation/output-formatters (4.3.1)
      - Locking consolidation/robo (4.0.6)
      - Locking consolidation/self-update (2.2.0)
      - Locking consolidation/site-alias (4.0.1)
      - Locking consolidation/site-process (5.2.0)
      - Locking cweagans/composer-patches (1.7.3)
      - Locking dealerdirect/phpcodesniffer-composer-installer (v1.0.0)
      - Locking dflydev/dot-access-data (v3.0.2)
      - Locking doctrine/annotations (1.14.3)
      - Locking doctrine/collections (2.1.2)
      - Locking doctrine/deprecations (v1.1.1)
      - Locking doctrine/instantiator (2.0.0)
      - Locking doctrine/lexer (2.1.0)
      - Locking drupal/address (1.12.0)
      - Locking drupal/admin_toolbar (3.4.1)
      - Locking drupal/advancedqueue (1.0.0-rc7)
      - Locking drupal/belgrade (2.0.0)
      - Locking drupal/better_exposed_filters (6.0.3)
      - Locking drupal/block_visibility_conditions (2.1.0)
      - Locking drupal/bootstrap_basic_image_gallery (1.6.0)
      - Locking drupal/bootstrap_layout_builder (2.1.1)
      - Locking drupal/bootstrap_styles (1.1.0)
      - Locking drupal/coder (8.3.20)
      - Locking drupal/color (1.0.3)
      - Locking drupal/commerce (2.36.0)
      - Locking drupal/commerce_authnet (1.8.0)
      - Locking drupal/commerce_avatax (1.1.0)
      - Locking drupal/commerce_braintree (1.4.0)
      - Locking drupal/commerce_cart (2.36.0)
      - Locking drupal/commerce_checkout (2.36.0)
      - Locking drupal/commerce_email (1.1.0)
      - Locking drupal/commerce_file (2.1.0)
      - Locking drupal/commerce_license (3.0.0)
      - Locking drupal/commerce_number_pattern (2.36.0)
      - Locking drupal/commerce_order (2.36.0)
      - Locking drupal/commerce_payment (2.36.0)
      - Locking drupal/commerce_paypal (1.4.0)
      - Locking drupal/commerce_price (2.36.0)
      - Locking drupal/commerce_pricelist (2.8.0)
      - Locking drupal/commerce_product (2.36.0)
      - Locking drupal/commerce_product_limits (1.0.1)
      - Locking drupal/commerce_product_tax (1.0.0)
      - Locking drupal/commerce_shipping (2.6.0)
      - Locking drupal/commerce_square (1.7.0)
      - Locking drupal/commerce_store (2.36.0)
      - Locking drupal/commerce_store_domain (1.0.0)
      - Locking drupal/commerce_tax (2.36.0)
      - Locking drupal/config_rewrite (1.5.0)
      - Locking drupal/config_split (2.0.0-rc4)
      - Locking drupal/core (10.1.0)
      - Locking drupal/core-composer-scaffold (10.1.0)
      - Locking drupal/core-dev (10.1.0)
      - Locking drupal/core-project-message (10.1.0)
      - Locking drupal/core-recommended (10.1.0)
      - Locking drupal/core_views_facets (2.0.2)
      - Locking drupal/ctools (4.0.4)
      - Locking drupal/default_content (2.0.0-alpha2)
      - Locking drupal/entity (1.4.0)
      - Locking drupal/entity_reference_revisions (1.10.0)
      - Locking drupal/facets (2.0.6)
      - Locking drupal/facets_pretty_paths (1.4.0)
      - Locking drupal/field_group (3.4.0)
      - Locking drupal/image_delta_formatter (1.2.0)
      - Locking drupal/inline_block_title_automatic (1.1.0)
      - Locking drupal/inline_entity_form (1.0.0-rc15)
      - Locking drupal/interval (1.12.0)
      - Locking drupal/jquery_ui (1.6.0)
      - Locking drupal/jquery_ui_datepicker (2.0.0)
      - Locking drupal/jquery_ui_slider (2.0.0)
      - Locking drupal/jquery_ui_touch_punch (1.1.0)
      - Locking drupal/layout_builder_blocks (1.1.0)
      - Locking drupal/layout_builder_lock (1.2.0)
      - Locking drupal/layout_builder_modal (1.2.0)
      - Locking drupal/layout_builder_operation_link (2.1.0)
      - Locking drupal/layout_builder_restrictions (2.18.0)
      - Locking drupal/media_library_form_element (2.0.6)
      - Locking drupal/media_library_theme_reset (1.5.0)
      - Locking drupal/pathauto (1.11.0)
      - Locking drupal/physical (1.3.0)
      - Locking drupal/profile (1.7.0)
      - Locking drupal/search_api (1.29.0)
      - Locking drupal/section_library (1.1.0)
      - Locking drupal/select2 (1.15.0)
      - Locking drupal/state_machine (1.8.0)
      - Locking drupal/symfony_mailer (1.2.1)
      - Locking drupal/token (1.11.0)
      - Locking drush/drush (11.6.0)
      - Locking egulias/email-validator (4.0.1)
      - Locking enlightn/security-checker (v1.10.0)
      - Locking firebase/php-jwt (v6.8.0)
      - Locking furf/jquery-ui-touch-punch (0.2.3)
      - Locking graham-campbell/result-type (v1.1.1)
      - Locking grasmash/expander (3.0.0)
      - Locking guzzlehttp/guzzle (7.7.0)
      - Locking guzzlehttp/promises (2.0.0)
      - Locking guzzlehttp/psr7 (2.5.0)
      - Locking html2text/html2text (4.3.1)
      - Locking instaclick/php-webdriver (1.4.16)
      - Locking justinrainbow/json-schema (5.2.12)
      - Locking lcobucci/clock (3.0.0)
      - Locking lcobucci/jwt (4.3.0)
      - Locking league/container (4.2.0)
      - Locking masterminds/html5 (2.8.0)
      - Locking mck89/peast (v1.15.1)
      - Locking mglaman/phpstan-drupal (1.1.35)
      - Locking mikey179/vfsstream (v1.6.11)
      - Locking myclabs/deep-copy (1.11.1)
      - Locking nikic/php-parser (v4.15.5)
      - Locking oomphinc/composer-installers-extender (2.0.1)
      - Locking pear/archive_tar (1.4.14)
      - Locking pear/console_getopt (v1.4.3)
      - Locking pear/pear-core-minimal (v1.10.13)
      - Locking pear/pear_exception (v1.0.2)
      - Locking phar-io/manifest (2.0.3)
      - Locking phar-io/version (3.2.1)
      - Locking phootwork/collection (v3.2.2)
      - Locking phootwork/lang (v3.2.2)
      - Locking phpdocumentor/reflection-common (2.2.0)
      - Locking phpdocumentor/reflection-docblock (5.3.0)
      - Locking phpdocumentor/type-resolver (1.7.2)
      - Locking phpoption/phpoption (1.9.1)
      - Locking phpowermove/docblock (v4.0)
      - Locking phpspec/prophecy (v1.17.0)
      - Locking phpspec/prophecy-phpunit (v2.0.2)
      - Locking phpstan/extension-installer (1.3.1)
      - Locking phpstan/phpdoc-parser (1.22.0)
      - Locking phpstan/phpstan (1.10.21)
      - Locking phpstan/phpstan-phpunit (1.3.13)
      - Locking phpunit/php-code-coverage (9.2.26)
      - Locking phpunit/php-file-iterator (3.0.6)
      - Locking phpunit/php-invoker (3.1.1)
      - Locking phpunit/php-text-template (2.0.4)
      - Locking phpunit/php-timer (5.0.3)
      - Locking phpunit/phpunit (9.6.9)
      - Locking politsin/jquery-ui-touch-punch (1.0)
      - Locking psr/cache (3.0.0)
      - Locking psr/clock (1.0.0)
      - Locking psr/container (2.0.2)
      - Locking psr/event-dispatcher (1.0.0)
      - Locking psr/http-client (1.0.2)
      - Locking psr/http-factory (1.0.2)
      - Locking psr/http-message (2.0)
      - Locking psr/log (3.0.0)
      - Locking psy/psysh (v0.11.18)
      - Locking ralouphie/getallheaders (3.0.3)
      - Locking react/promise (v2.10.0)
      - Locking sainsburys/guzzle-oauth2-plugin (v3.0.7)
      - Locking sebastian/cli-parser (1.0.1)
      - Locking sebastian/code-unit (1.0.8)
      - Locking sebastian/code-unit-reverse-lookup (2.0.3)
      - Locking sebastian/comparator (4.0.8)
      - Locking sebastian/complexity (2.0.2)
      - Locking sebastian/diff (4.0.5)
      - Locking sebastian/environment (5.1.5)
      - Locking sebastian/exporter (4.0.5)
      - Locking sebastian/global-state (5.0.5)
      - Locking sebastian/lines-of-code (1.0.3)
      - Locking sebastian/object-enumerator (4.0.4)
      - Locking sebastian/object-reflector (2.0.4)
      - Locking sebastian/recursion-context (4.0.5)
      - Locking sebastian/resource-operations (3.0.3)
      - Locking sebastian/type (3.2.1)
      - Locking sebastian/version (3.0.2)
      - Locking seld/jsonlint (1.10.0)
      - Locking seld/phar-utils (1.2.1)
      - Locking seld/signal-handler (2.0.1)
      - Locking select2/select2 (4.1.0-rc.0)
      - Locking sirbrillig/phpcs-variable-analysis (v2.11.16)
      - Locking slevomat/coding-standard (8.13.0)
      - Locking square/square (17.3.0.20220316)
      - Locking squizlabs/php_codesniffer (3.7.2)
      - Locking symfony/browser-kit (v6.3.0)
      - Locking symfony/console (v6.3.0)
      - Locking symfony/css-selector (v6.3.0)
      - Locking symfony/dependency-injection (v6.3.0)
      - Locking symfony/deprecation-contracts (v3.3.0)
      - Locking symfony/dom-crawler (v6.3.0)
      - Locking symfony/error-handler (v6.3.0)
      - Locking symfony/event-dispatcher (v6.3.0)
      - Locking symfony/event-dispatcher-contracts (v3.3.0)
      - Locking symfony/filesystem (v6.3.0)
      - Locking symfony/finder (v6.3.0)
      - Locking symfony/http-foundation (v6.3.0)
      - Locking symfony/http-kernel (v6.3.0)
      - Locking symfony/lock (v6.3.0)
      - Locking symfony/mailer (v6.3.0)
      - Locking symfony/mime (v6.3.0)
      - Locking symfony/phpunit-bridge (v6.3.0)
      - Locking symfony/polyfill-ctype (v1.27.0)
      - Locking symfony/polyfill-iconv (v1.27.0)
      - Locking symfony/polyfill-intl-grapheme (v1.27.0)
      - Locking symfony/polyfill-intl-idn (v1.27.0)
      - Locking symfony/polyfill-intl-normalizer (v1.27.0)
      - Locking symfony/polyfill-mbstring (v1.27.0)
      - Locking symfony/polyfill-php72 (v1.27.0)
      - Locking symfony/polyfill-php73 (v1.27.0)
      - Locking symfony/polyfill-php80 (v1.27.0)
      - Locking symfony/polyfill-php81 (v1.27.0)
      - Locking symfony/polyfill-php83 (v1.27.0)
      - Locking symfony/process (v6.3.0)
      - Locking symfony/psr-http-message-bridge (v2.2.0)
      - Locking symfony/routing (v6.3.0)
      - Locking symfony/serializer (v6.3.0)
      - Locking symfony/service-contracts (v3.3.0)
      - Locking symfony/string (v6.3.0)
      - Locking symfony/translation-contracts (v3.3.0)
      - Locking symfony/validator (v6.3.0)
      - Locking symfony/var-dumper (v6.3.0)
      - Locking symfony/var-exporter (v6.3.0)
      - Locking symfony/yaml (v6.3.0)
      - Locking theseer/tokenizer (1.2.1)
      - Locking tijsverkoyen/css-to-inline-styles (2.2.6)
      - Locking twig/twig (v3.6.1)
      - Locking vlucas/phpdotenv (v5.5.0)
      - Locking webflo/drupal-finder (1.2.2)
      - Locking webmozart/assert (1.11.0)
      - Locking webmozart/path-util (2.3.0)
      - Locking zaporylie/composer-drupal-optimizations (1.2.0)
    Writing lock file
    Installing dependencies from lock file (including require-dev)
    Package operations: 246 installs, 0 updates, 0 removals
      - Downloading composer/installers (v2.2.0)
      - Downloading drupal/core-composer-scaffold (10.1.0)
      - Downloading drupal/core-project-message (10.1.0)
      - Downloading phpstan/phpstan (1.10.21)
      - Downloading phpstan/extension-installer (1.3.1)
      - Downloading twig/twig (v3.6.1)
      - Downloading symfony/yaml (v6.3.0)
      - Downloading symfony/translation-contracts (v3.3.0)
      - Downloading symfony/polyfill-php83 (v1.27.0)
      - Downloading symfony/deprecation-contracts (v3.3.0)
      - Downloading symfony/validator (v6.3.0)
      - Downloading symfony/serializer (v6.3.0)
      - Downloading symfony/routing (v6.3.0)
      - Downloading symfony/http-foundation (v6.3.0)
      - Downloading psr/http-message (2.0)
      - Downloading symfony/psr-http-message-bridge (v2.2.0)
      - Downloading symfony/process (v6.3.0)
      - Downloading symfony/mime (v6.3.0)
      - Downloading symfony/event-dispatcher-contracts (v3.3.0)
      - Downloading symfony/event-dispatcher (v6.3.0)
      - Downloading symfony/var-dumper (v6.3.0)
      - Downloading psr/log (3.0.0)
      - Downloading symfony/error-handler (v6.3.0)
      - Downloading symfony/http-kernel (v6.3.0)
      - Downloading symfony/var-exporter (v6.3.0)
      - Downloading psr/container (2.0.2)
      - Downloading symfony/service-contracts (v3.3.0)
      - Downloading symfony/dependency-injection (v6.3.0)
      - Downloading symfony/polyfill-intl-grapheme (v1.27.0)
      - Downloading symfony/string (v6.3.0)
      - Downloading symfony/console (v6.3.0)
      - Downloading mck89/peast (v1.15.1)
      - Downloading doctrine/deprecations (v1.1.1)
      - Downloading egulias/email-validator (4.0.1)
      - Downloading asm89/stack-cors (v2.1.1)
      - Downloading drupal/core (10.1.0)
      - Downloading drupal/commerce (2.36.0)
      - Downloading apimatic/jsonmapper (3.1.2)
      - Downloading drupal/commerce_product_limits (1.0.1)
      - Downloading firebase/php-jwt (v6.8.0)
      - Downloading drupal/commerce_license (3.0.0)
      - Downloading drupal/commerce_file (2.1.0)
      - Downloading drupal/commerce_email (1.1.0)
      - Downloading drupal/belgrade (2.0.0)
      - Downloading centarro/centarro_claro (1.x-dev 14a2eb9)
      - Downloading symfony/css-selector (v6.3.0)
      - Downloading symfony/mailer (v6.3.0)
      - Downloading drupal/symfony_mailer (1.2.1)
      - Downloading drupal/image_delta_formatter (1.2.0)
      - Downloading drupal/color (1.0.3)
      - Downloading drupal/block_visibility_conditions (2.1.0)
      - Downloading drupal/jquery_ui_slider (2.0.0)
      - Downloading drupal/jquery_ui_datepicker (2.0.0)
      - Downloading drupal/better_exposed_filters (6.0.3)
      - Downloading centarro/commerce_kickstart (3.x-dev 6aa4a91)
      - Downloading composer/ca-bundle (1.3.6)
      - Downloading symfony/finder (v6.3.0)
      - Downloading composer/pcre (3.1.0)
      - Downloading composer/class-map-generator (1.0.0)
      - Downloading consolidation/log (3.0.0)
      - Downloading dflydev/dot-access-data (v3.0.2)
      - Downloading symfony/filesystem (v6.3.0)
      - Downloading consolidation/self-update (2.2.0)
      - Downloading symfony/phpunit-bridge (v6.3.0)
      - Downloading symfony/lock (v6.3.0)
      - Downloading symfony/dom-crawler (v6.3.0)
      - Downloading symfony/browser-kit (v6.3.0)
      - Downloading phpunit/phpunit (9.6.9)
      - Downloading phpstan/phpstan-phpunit (1.3.13)
      - Downloading phpstan/phpdoc-parser (1.22.0)
      - Downloading phpdocumentor/type-resolver (1.7.2)
      - Downloading phpspec/prophecy-phpunit (v2.0.2)
      - Downloading mglaman/phpstan-drupal (1.1.35)
      - Downloading slevomat/coding-standard (8.13.0)
      - Downloading drupal/coder (8.3.20)
      - Downloading symfony/polyfill-php81 (v1.27.0)
      - Downloading seld/signal-handler (2.0.1)
      - Downloading composer/composer (2.5.8)
      - Downloading colinodell/psr-testlogger (v1.2.0)
      - Downloading behat/mink-browserkit-driver (v2.1.0)
      - Downloading drupal/default_content (2.0.0-alpha2)
      - Downloading psy/psysh (v0.11.18)
      - Downloading league/container (4.2.0)
      - Downloading grasmash/expander (3.0.0)
      - Downloading consolidation/config (2.1.2)
      - Downloading consolidation/site-alias (4.0.1)
      - Downloading consolidation/site-process (5.2.0)
      - Downloading phootwork/lang (v3.2.2)
      - Downloading phootwork/collection (v3.2.2)
      - Downloading phpowermove/docblock (v4.0)
      - Downloading consolidation/robo (4.0.6)
      - Downloading consolidation/filter-via-dot-access-data (2.0.2)
      - Downloading chi-teck/drupal-code-generator (2.6.2)
      - Downloading drush/drush (11.6.0)
      - Installing composer/installers (v2.2.0): Extracting archive
      - Installing cweagans/composer-patches (1.7.3): Extracting archive
    Gathering patches for root package.
    Gathering patches for dependencies. This might take a minute.
      - Installing drupal/core-composer-scaffold (10.1.0): Extracting archive
      - Installing drupal/core-project-message (10.1.0): Extracting archive
      - Installing zaporylie/composer-drupal-optimizations (1.2.0): Extracting archive
      - Installing oomphinc/composer-installers-extender (2.0.1): Extracting archive
      - Installing phpstan/phpstan (1.10.21): Extracting archive
      - Installing phpstan/extension-installer (1.3.1): Extracting archive
      - Installing squizlabs/php_codesniffer (3.7.2): Extracting archive
      - Installing dealerdirect/phpcodesniffer-composer-installer (v1.0.0): Extracting archive
      - Installing symfony/polyfill-mbstring (v1.27.0): Extracting archive
      - Installing symfony/polyfill-ctype (v1.27.0): Extracting archive
      - Installing twig/twig (v3.6.1): Extracting archive
      - Installing symfony/yaml (v6.3.0): Extracting archive
      - Installing symfony/translation-contracts (v3.3.0): Extracting archive
      - Installing symfony/polyfill-php80 (v1.27.0): Extracting archive
      - Installing symfony/polyfill-php83 (v1.27.0): Extracting archive
      - Installing symfony/deprecation-contracts (v3.3.0): Extracting archive
      - Installing symfony/validator (v6.3.0): Extracting archive
      - Installing symfony/serializer (v6.3.0): Extracting archive
      - Installing symfony/routing (v6.3.0): Extracting archive
      - Installing symfony/http-foundation (v6.3.0): Extracting archive
      - Installing psr/http-message (2.0): Extracting archive
      - Installing symfony/psr-http-message-bridge (v2.2.0): Extracting archive
      - Installing symfony/process (v6.3.0): Extracting archive
      - Installing symfony/polyfill-iconv (v1.27.0): Extracting archive
      - Installing symfony/polyfill-php72 (v1.27.0): Extracting archive
      - Installing symfony/polyfill-intl-normalizer (v1.27.0): Extracting archive
      - Installing symfony/polyfill-intl-idn (v1.27.0): Extracting archive
      - Installing symfony/mime (v6.3.0): Extracting archive
      - Installing psr/event-dispatcher (1.0.0): Extracting archive
      - Installing symfony/event-dispatcher-contracts (v3.3.0): Extracting archive
      - Installing symfony/event-dispatcher (v6.3.0): Extracting archive
      - Installing symfony/var-dumper (v6.3.0): Extracting archive
      - Installing psr/log (3.0.0): Extracting archive
      - Installing symfony/error-handler (v6.3.0): Extracting archive
      - Installing symfony/http-kernel (v6.3.0): Extracting archive
      - Installing symfony/var-exporter (v6.3.0): Extracting archive
      - Installing psr/container (2.0.2): Extracting archive
      - Installing symfony/service-contracts (v3.3.0): Extracting archive
      - Installing symfony/dependency-injection (v6.3.0): Extracting archive
      - Installing symfony/polyfill-intl-grapheme (v1.27.0): Extracting archive
      - Installing symfony/string (v6.3.0): Extracting archive
      - Installing symfony/console (v6.3.0): Extracting archive
      - Installing sebastian/diff (4.0.5): Extracting archive
      - Installing pear/pear_exception (v1.0.2): Extracting archive
      - Installing pear/console_getopt (v1.4.3): Extracting archive
      - Installing pear/pear-core-minimal (v1.10.13): Extracting archive
      - Installing pear/archive_tar (1.4.14): Extracting archive
      - Installing mck89/peast (v1.15.1): Extracting archive
      - Installing masterminds/html5 (2.8.0): Extracting archive
      - Installing ralouphie/getallheaders (3.0.3): Extracting archive
      - Installing psr/http-factory (1.0.2): Extracting archive
      - Installing guzzlehttp/psr7 (2.5.0): Extracting archive
      - Installing psr/http-client (1.0.2): Extracting archive
      - Installing guzzlehttp/promises (2.0.0): Extracting archive
      - Installing guzzlehttp/guzzle (7.7.0): Extracting archive
      - Installing doctrine/deprecations (v1.1.1): Extracting archive
      - Installing doctrine/lexer (2.1.0): Extracting archive
      - Installing egulias/email-validator (4.0.1): Extracting archive
      - Installing psr/cache (3.0.0): Extracting archive
      - Installing doctrine/annotations (1.14.3): Extracting archive
      - Installing composer/semver (3.3.2): Extracting archive
      - Installing asm89/stack-cors (v2.1.1): Extracting archive
      - Installing drupal/core (10.1.0): Extracting archive
      - Installing drupal/token (1.11.0): Extracting archive
      - Installing drupal/state_machine (1.8.0): Extracting archive
      - Installing drupal/entity (1.4.0): Extracting archive
      - Installing drupal/profile (1.7.0): Extracting archive
      - Installing drupal/inline_entity_form (1.0.0-rc15): Extracting archive
      - Installing drupal/entity_reference_revisions (1.10.0): Extracting archive
      - Installing doctrine/collections (2.1.2): Extracting archive
      - Installing commerceguys/addressing (v1.4.2): Extracting archive
      - Installing drupal/address (1.12.0): Extracting archive
      - Installing commerceguys/intl (v2.0.4): Extracting archive
      - Installing drupal/commerce (2.36.0): Extracting archive
      - Installing drupal/commerce_price (2.36.0)
      - Installing drupal/commerce_store (2.36.0)
      - Installing drupal/commerce_store_domain (1.0.0): Extracting archive
      - Installing apimatic/unirest-php (2.3.0): Extracting archive
      - Installing apimatic/jsonmapper (3.1.2): Extracting archive
      - Installing square/square (17.3.0.20220316): Extracting archive
      - Installing drupal/commerce_number_pattern (2.36.0)
      - Installing drupal/commerce_order (2.36.0)
      - Installing drupal/commerce_payment (2.36.0)
      - Installing drupal/commerce_square (1.7.0): Extracting archive
      - Installing drupal/physical (1.3.0): Extracting archive
      - Installing drupal/commerce_shipping (2.6.0): Extracting archive
      - Installing drupal/commerce_tax (2.36.0)
      - Installing drupal/commerce_product_tax (1.0.0): Extracting archive
      - Installing drupal/commerce_product (2.36.0)
      - Installing drupal/commerce_cart (2.36.0)
      - Installing drupal/commerce_product_limits (1.0.1): Extracting archive
      - Installing drupal/commerce_pricelist (2.8.0): Extracting archive
      - Installing firebase/php-jwt (v6.8.0): Extracting archive
      - Installing sainsburys/guzzle-oauth2-plugin (v3.0.7): Extracting archive
      - Installing drupal/commerce_paypal (1.4.0): Extracting archive
      - Installing drupal/interval (1.12.0): Extracting archive
      - Installing drupal/commerce_checkout (2.36.0)
      - Installing drupal/advancedqueue (1.0.0-rc7): Extracting archive
      - Installing drupal/commerce_license (3.0.0): Extracting archive
      - Installing drupal/commerce_file (2.1.0): Extracting archive
      - Installing drupal/commerce_email (1.1.0): Extracting archive
      - Installing braintree/braintree_php (3.40.0): Extracting archive
      - Installing drupal/commerce_braintree (1.4.0): Extracting archive
      - Installing drupal/commerce_avatax (1.1.0): Extracting archive
      - Installing psr/clock (1.0.0): Extracting archive
      - Installing lcobucci/clock (3.0.0): Extracting archive
      - Installing lcobucci/jwt (4.3.0): Extracting archive
      - Installing commerceguys/authnet (v1.1.3): Extracting archive
      - Installing drupal/commerce_authnet (1.8.0): Extracting archive
      - Installing drupal/belgrade (2.0.0): Extracting archive
      - Installing centarro/centarro_claro (1.x-dev 14a2eb9): Extracting archive
      - Installing centarro/certified-projects (1.0.4)
      - Installing select2/select2 (4.1.0-rc.0): Extracting archive
      - Installing furf/jquery-ui-touch-punch (0.2.3): Extracting archive
      - Installing symfony/css-selector (v6.3.0): Extracting archive
      - Installing tijsverkoyen/css-to-inline-styles (2.2.6): Extracting archive
      - Installing symfony/mailer (v6.3.0): Extracting archive
      - Installing html2text/html2text (4.3.1): Extracting archive
      - Installing drupal/symfony_mailer (1.2.1): Extracting archive
      - Installing drupal/select2 (1.15.0): Extracting archive
      - Installing drupal/section_library (1.1.0): Extracting archive
      - Installing drupal/search_api (1.29.0): Extracting archive
      - Installing drupal/layout_builder_restrictions (2.18.0): Extracting archive
      - Installing drupal/layout_builder_operation_link (2.1.0): Extracting archive
      - Installing drupal/layout_builder_modal (1.2.0): Extracting archive
      - Installing drupal/layout_builder_lock (1.2.0): Extracting archive
      - Installing drupal/media_library_theme_reset (1.5.0): Extracting archive
      - Installing drupal/media_library_form_element (2.0.6): Extracting archive
      - Installing drupal/bootstrap_styles (1.1.0): Extracting archive
      - Installing drupal/layout_builder_blocks (1.1.0): Extracting archive
      - Installing politsin/jquery-ui-touch-punch (1.0): Extracting archive
      - Installing drupal/jquery_ui (1.6.0): Extracting archive
      - Installing drupal/jquery_ui_touch_punch (1.1.0): Extracting archive
      - Installing drupal/inline_block_title_automatic (1.1.0): Extracting archive
      - Installing drupal/image_delta_formatter (1.2.0): Extracting archive
      - Installing drupal/field_group (3.4.0): Extracting archive
      - Installing drupal/ctools (4.0.4): Extracting archive
      - Installing drupal/pathauto (1.11.0): Extracting archive
      - Installing drupal/facets (2.0.6): Extracting archive
      - Installing drupal/facets_pretty_paths (1.4.0): Extracting archive
      - Installing drupal/core_views_facets (2.0.2): Extracting archive
      - Installing drupal/config_split (2.0.0-rc4): Extracting archive
      - Installing drupal/config_rewrite (1.5.0): Extracting archive
      - Installing drupal/color (1.0.3): Extracting archive
      - Installing drupal/bootstrap_layout_builder (2.1.1): Extracting archive
      - Installing drupal/bootstrap_basic_image_gallery (1.6.0): Extracting archive
      - Installing drupal/block_visibility_conditions (2.1.0): Extracting archive
      - Installing drupal/jquery_ui_slider (2.0.0): Extracting archive
      - Installing drupal/jquery_ui_datepicker (2.0.0): Extracting archive
      - Installing drupal/better_exposed_filters (6.0.3): Extracting archive
      - Installing drupal/admin_toolbar (3.4.1): Extracting archive
      - Installing centarro/commerce_kickstart (3.x-dev 6aa4a91): Extracting archive
      - Installing composer/ca-bundle (1.3.6): Extracting archive
      - Installing symfony/finder (v6.3.0): Extracting archive
      - Installing composer/pcre (3.1.0): Extracting archive
      - Installing composer/class-map-generator (1.0.0): Extracting archive
      - Installing composer/metadata-minifier (1.0.0): Extracting archive
      - Installing composer/spdx-licenses (1.5.7): Extracting archive
      - Installing composer/xdebug-handler (3.0.3): Extracting archive
      - Installing consolidation/log (3.0.0): Extracting archive
      - Installing dflydev/dot-access-data (v3.0.2): Extracting archive
      - Installing consolidation/output-formatters (4.3.1): Extracting archive
      - Installing symfony/filesystem (v6.3.0): Extracting archive
      - Installing consolidation/self-update (2.2.0): Extracting archive
      - Installing symfony/phpunit-bridge (v6.3.0): Extracting archive
      - Installing symfony/lock (v6.3.0): Extracting archive
      - Installing symfony/dom-crawler (v6.3.0): Extracting archive
      - Installing symfony/browser-kit (v6.3.0): Extracting archive
      - Installing sebastian/version (3.0.2): Extracting archive
      - Installing sebastian/type (3.2.1): Extracting archive
      - Installing sebastian/resource-operations (3.0.3): Extracting archive
      - Installing sebastian/recursion-context (4.0.5): Extracting archive
      - Installing sebastian/object-reflector (2.0.4): Extracting archive
      - Installing sebastian/object-enumerator (4.0.4): Extracting archive
      - Installing sebastian/global-state (5.0.5): Extracting archive
      - Installing sebastian/exporter (4.0.5): Extracting archive
      - Installing sebastian/environment (5.1.5): Extracting archive
      - Installing sebastian/comparator (4.0.8): Extracting archive
      - Installing sebastian/code-unit (1.0.8): Extracting archive
      - Installing sebastian/cli-parser (1.0.1): Extracting archive
      - Installing phpunit/php-timer (5.0.3): Extracting archive
      - Installing phpunit/php-text-template (2.0.4): Extracting archive
      - Installing phpunit/php-invoker (3.1.1): Extracting archive
      - Installing phpunit/php-file-iterator (3.0.6): Extracting archive
      - Installing theseer/tokenizer (1.2.1): Extracting archive
      - Installing nikic/php-parser (v4.15.5): Extracting archive
      - Installing sebastian/lines-of-code (1.0.3): Extracting archive
      - Installing sebastian/complexity (2.0.2): Extracting archive
      - Installing sebastian/code-unit-reverse-lookup (2.0.3): Extracting archive
      - Installing phpunit/php-code-coverage (9.2.26): Extracting archive
      - Installing phar-io/version (3.2.1): Extracting archive
      - Installing phar-io/manifest (2.0.3): Extracting archive
      - Installing myclabs/deep-copy (1.11.1): Extracting archive
      - Installing doctrine/instantiator (2.0.0): Extracting archive
      - Installing phpunit/phpunit (9.6.9): Extracting archive
      - Installing phpstan/phpstan-phpunit (1.3.13): Extracting archive
      - Installing webmozart/assert (1.11.0): Extracting archive
      - Installing phpstan/phpdoc-parser (1.22.0): Extracting archive
      - Installing phpdocumentor/reflection-common (2.2.0): Extracting archive
      - Installing phpdocumentor/type-resolver (1.7.2): Extracting archive
      - Installing phpdocumentor/reflection-docblock (5.3.0): Extracting archive
      - Installing phpspec/prophecy (v1.17.0): Extracting archive
      - Installing phpspec/prophecy-phpunit (v2.0.2): Extracting archive
      - Installing mikey179/vfsstream (v1.6.11): Extracting archive
      - Installing webflo/drupal-finder (1.2.2): Extracting archive
      - Installing mglaman/phpstan-drupal (1.1.35): Extracting archive
      - Installing justinrainbow/json-schema (5.2.12): Extracting archive
      - Installing instaclick/php-webdriver (1.4.16): Extracting archive
      - Installing slevomat/coding-standard (8.13.0): Extracting archive
      - Installing sirbrillig/phpcs-variable-analysis (v2.11.16): Extracting archive
      - Installing drupal/coder (8.3.20): Extracting archive
      - Installing symfony/polyfill-php81 (v1.27.0): Extracting archive
      - Installing symfony/polyfill-php73 (v1.27.0): Extracting archive
      - Installing seld/signal-handler (2.0.1): Extracting archive
      - Installing seld/phar-utils (1.2.1): Extracting archive
      - Installing seld/jsonlint (1.10.0): Extracting archive
      - Installing react/promise (v2.10.0): Extracting archive
      - Installing composer/composer (2.5.8): Extracting archive
      - Installing colinodell/psr-testlogger (v1.2.0): Extracting archive
      - Installing behat/mink (v1.10.0): Extracting archive
      - Installing behat/mink-selenium2-driver (v1.6.0): Extracting archive
      - Installing behat/mink-browserkit-driver (v2.1.0): Extracting archive
      - Installing drupal/core-dev (10.1.0)
      - Installing drupal/core-recommended (10.1.0)
      - Installing drupal/default_content (2.0.0-alpha2): Extracting archive
      - Installing psy/psysh (v0.11.18): Extracting archive
      - Installing league/container (4.2.0): Extracting archive
      - Installing enlightn/security-checker (v1.10.0): Extracting archive
      - Installing grasmash/expander (3.0.0): Extracting archive
      - Installing consolidation/config (2.1.2): Extracting archive
      - Installing consolidation/site-alias (4.0.1): Extracting archive
      - Installing consolidation/site-process (5.2.0): Extracting archive
      - Installing phootwork/lang (v3.2.2): Extracting archive
      - Installing phootwork/collection (v3.2.2): Extracting archive
      - Installing phpowermove/docblock (v4.0): Extracting archive
      - Installing consolidation/annotated-command (4.9.1): Extracting archive
      - Installing consolidation/robo (4.0.6): Extracting archive
      - Installing consolidation/filter-via-dot-access-data (2.0.2): Extracting archive
      - Installing chi-teck/drupal-code-generator (2.6.2): Extracting archive
      - Installing drush/drush (11.6.0): Extracting archive
      - Installing phpoption/phpoption (1.9.1): Extracting archive
      - Installing graham-campbell/result-type (v1.1.1): Extracting archive
      - Installing vlucas/phpdotenv (v5.5.0): Extracting archive
      - Installing webmozart/path-util (2.3.0): Extracting archive
      - Applying patches for drupal/section_library
        https://www.drupal.org/files/issues/2023-03-16/3348151-5.patch (#3348151 - Fix console errors with D10)
    
      - Applying patches for drupal/bootstrap_styles
        https://www.drupal.org/files/issues/2023-01-25/3315218-17--1-0-x.patch (#3315218: Fix not loading bootstrap_styles/aos.local or bootstrap_styles/aos.remote library.)
        https://www.drupal.org/files/issues/2023-03-07/bootstrap_styles-3330458-8.patch (#3330458: [Drupal 10] Change of JS jquery/once to drupal core/once, migrate JS API.)
    
      - Applying patches for drupal/bootstrap_layout_builder
        https://www.drupal.org/files/issues/2023-01-25/issue_3335356_drupal10.patch (#3335356: Fix Module does not work in D10)
    
      - Applying patches for drupal/bootstrap_basic_image_gallery
        https://www.drupal.org/files/issues/2023-06-01/3363948-3.patch (#3363948 - Fix D10 compatibility issues)
    
      - Applying patches for drupal/default_content
        patches/default_content/3160146-layout-builder.patch (#3160146 Add a Normalizer and Denormalizer to support Layout Builder)
    
    21 package suggestions were added by new dependencies, use `composer suggest` to see details.
    Package webmozart/path-util is abandoned, you should avoid using it. Use symfony/filesystem instead.
    Generating autoload files
    94 packages you are using are looking for funding.
    Use the `composer fund` command to find out more!
    Scaffolding files for drupal/core:
      - Copy [project-root]/.editorconfig from assets/scaffold/files/editorconfig
      - Copy [project-root]/.gitattributes from assets/scaffold/files/gitattributes
      - Copy [web-root]/.csslintrc from assets/scaffold/files/csslintrc
      - Copy [web-root]/.eslintignore from assets/scaffold/files/eslintignore
      - Copy [web-root]/.eslintrc.json from assets/scaffold/files/eslintrc.json
      - Copy [web-root]/.ht.router.php from assets/scaffold/files/ht.router.php
      - Copy [web-root]/.htaccess from assets/scaffold/files/htaccess
      - Copy [web-root]/example.gitignore from assets/scaffold/files/example.gitignore
      - Copy [web-root]/index.php from assets/scaffold/files/index.php
      - Copy [web-root]/INSTALL.txt from assets/scaffold/files/drupal.INSTALL.txt
      - Copy [web-root]/README.md from assets/scaffold/files/drupal.README.md
      - Copy [web-root]/robots.txt from assets/scaffold/files/robots.txt
      - Copy [web-root]/update.php from assets/scaffold/files/update.php
      - Copy [web-root]/web.config from assets/scaffold/files/web.config
      - Copy [web-root]/sites/README.txt from assets/scaffold/files/sites.README.txt
      - Copy [web-root]/sites/development.services.yml from assets/scaffold/files/development.services.yml
      - Copy [web-root]/sites/example.settings.local.php from assets/scaffold/files/example.settings.local.php
      - Copy [web-root]/sites/example.sites.php from assets/scaffold/files/example.sites.php
      - Copy [web-root]/sites/default/default.services.yml from assets/scaffold/files/default.services.yml
      - Copy [web-root]/sites/default/default.settings.php from assets/scaffold/files/default.settings.php
      - Copy [web-root]/modules/README.txt from assets/scaffold/files/modules.README.txt
      - Copy [web-root]/profiles/README.txt from assets/scaffold/files/profiles.README.txt
      - Copy [web-root]/themes/README.txt from assets/scaffold/files/themes.README.txt
    Scaffolding files for centarro/commerce-kickstart-project:
      - Copy [web-root]/libraries/select2/dist/js/select2.min.js from libraries/select2/dist/js/select2.min.js
      - Copy [web-root]/libraries/select2/dist/css/select2.min.css from libraries/select2/dist/css/select2.min.css
    phpstan/extension-installer: Extensions installed
    > composer/composer: installed
    > mglaman/phpstan-drupal: installed
    > phpstan/phpstan-phpunit: installed
    PHP CodeSniffer Config installed_paths set to ../../drupal/coder/coder_sniffer,../../sirbrillig/phpcs-variable-analysis,../../slevomat/coding-standard
    > DrupalProject\composer\ScriptHandler::createRequiredFiles
    Created a sites/default/settings.php file with chmod 0666
    Created a sites/default/files directory with chmod 0777
    Mirrored config splits from Commerce Kickstart into ../config/splits
    No security vulnerability advisories found
    
      Congratulations, you installed Commerce Kickstart!
    
    
    
    vmd112624:/var/www/html/mywebsite$ composer require drupal/commerce_demo:^3.0
    Info from https://repo.packagist.org: #StandWithUkraine
    ./composer.json has been updated
    Running composer update drupal/commerce_demo
    Gathering patches for root package.
    > DrupalProject\composer\ScriptHandler::checkComposerVersion
    Loading composer repositories with package information                                                                                                    Updating dependencies
    Lock file operations: 1 install, 0 updates, 0 removals
      - Locking drupal/commerce_demo (3.0.x-dev ae12b48)
    Writing lock file
    Installing dependencies from lock file (including require-dev)
    Package operations: 1 install, 0 updates, 0 removals
      - Syncing drupal/commerce_demo (3.0.x-dev ae12b48) into cache
    Gathering patches for root package.
    Gathering patches for dependencies. This might take a minute.
      - Installing drupal/commerce_demo (3.0.x-dev ae12b48): Cloning ae12b48e89 from cache
    Package webmozart/path-util is abandoned, you should avoid using it. Use symfony/filesystem instead.
    Generating autoload files
    94 packages you are using are looking for funding.
    Use the `composer fund` command to find out more!
    phpstan/extension-installer: Extensions installed
    > DrupalProject\composer\ScriptHandler::createRequiredFiles
    Mirrored config splits from Commerce Kickstart into ../config/splits
    No security vulnerability advisories found
    

    ends up freezing at:

    Installing Kickstart Demo
    Installed Commerce Kickstart Search API Catalog module.
    Completed 45 of 48.                                                  94%

    Refreshing the page after 2min. it says it is at 100-% and ends up with the belgrade theme having no content and "PAGE not found"
    so again, no demo content is installed

  • πŸ‡©πŸ‡ͺGermany torstenzenk

    The full installation WITHOUT error but also without any demo content can be achieved when unchecking the MEDIA stuff. But without demo content it brings no effort installing Kickstart.

  • πŸ‡©πŸ‡ͺGermany torstenzenk

    So, after spending 10 hours trying to set up the commerce kickstart 3.0 with full install in many different ways , even with $settings['file_private_path'] = '/var/www/html/mywebsite/private'; 777 in settings.php, 777 the whole site, the error remains the same that alice30.pdf could not be copied to destination directory 'private://2022-03. As there is no try accessing the private directory i gave in with settings.php and the files/2022-2, 2022-3 and 2022-4 directories are all 777 i am unable to use kickstart 3.0 anymore.

  • Status changed to Closed: cannot reproduce 11 months ago
  • πŸ‡ΊπŸ‡ΈUnited States rszrama

    I'm unable to reproduce this issue. With a plain install just now, creating a project, adding the demo module, and installing the full store demo works without any issues at all. I'm sorry for your lost time, but I think it may just have been a fluke of release timing. I'd encourage you to clear your composer cache and try again I suppose ... or to not try to do it within the context of Lando (I don't use it). Don't know what else to say. πŸ€·πŸΌβ€β™‚οΈ

Production build 0.69.0 2024