Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Install Magento Sample Data #52

Open
1 of 5 tasks
kpitn opened this issue Oct 11, 2023 · 1 comment
Open
1 of 5 tasks

Install Magento Sample Data #52

kpitn opened this issue Oct 11, 2023 · 1 comment

Comments

@kpitn
Copy link

kpitn commented Oct 11, 2023

Preconditions and environment

  • Mage-OS 2.4.6-p2
  • Repositories in composer.json are mageos + magento marketplace
    "repositories": {
        "mage-os-mirror": {
            "type": "composer",
            "url": "https://mirror.mage-os.org/",
            "only": [
                "magento/*",
                "paypal/*",
                "vendorA/*",
                "vendorB/module-b"
            ]
        },
        "magento-marketplace": {
            "type": "composer",
            "url": "https://repo.magento.com",
            "only": [
                "vendorC/module-d",
                "vendorE/*"
            ]
        }
    },

Steps to reproduce

php bin/magento sampledata:deploy

Expected result

Install sample Data

Actual result


pierre@xxxx:~/projets/xxxx/mageos$  php bin/magento sampledata:deploy
Info from https://repo.packagist.org: #StandWithUkraine
./composer.json has been updated
Running composer update mage-os/module-bundle-sample-data mage-os/module-catalog-sample-data mage-os/module-sales-sample-data mage-os/module-customer-sample-data mage-os/module-cms-sample-data mage-os/module-widget-sample-data mage-os/module-theme-sample-data mage-os/module-wishlist-sample-data mage-os/module-downloadable-sample-data mage-os/module-review-sample-data mage-os/module-tax-sample-data mage-os/module-configurable-sample-data mage-os/module-product-links-sample-data mage-os/module-msrp-sample-data mage-os/module-grouped-product-sample-data mage-os/module-catalog-rule-sample-data mage-os/module-sales-rule-sample-data mage-os/module-swatches-sample-data mage-os/module-offline-shipping-sample-data
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 mage-os/module-bundle-sample-data, it could not be found in any version, there may be a typo in the package name.
  Problem 2
    - Root composer.json requires mage-os/module-catalog-rule-sample-data, it could not be found in any version, there may be a typo in the package name.
  Problem 3
    - Root composer.json requires mage-os/module-catalog-sample-data, it could not be found in any version, there may be a typo in the package name.
  Problem 4
    - Root composer.json requires mage-os/module-cms-sample-data, it could not be found in any version, there may be a typo in the package name.
  Problem 5
    - Root composer.json requires mage-os/module-configurable-sample-data, it could not be found in any version, there may be a typo in the package name.
  Problem 6
    - Root composer.json requires mage-os/module-customer-sample-data, it could not be found in any version, there may be a typo in the package name.
  Problem 7
    - Root composer.json requires mage-os/module-downloadable-sample-data, it could not be found in any version, there may be a typo in the package name.

Additional information

No response

Release note

No response

Triage and priority

  • Severity: S0 - Affects critical data or functionality and leaves users without workaround.
  • Severity: S1 - Affects critical data or functionality and forces users to employ a workaround.
  • Severity: S2 - Affects non-critical data or functionality and forces users to employ a workaround.
  • Severity: S3 - Affects non-critical data or functionality and does not force users to employ a workaround.
  • Severity: S4 - Affects aesthetics, professional look and feel, “quality” or “usability”.
@rhoerr
Copy link
Contributor

rhoerr commented Nov 20, 2023

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants