Saya telah mengikuti tutorial Magento DevDocs ini untuk menginstal data sampel setelah menginstal Magento 2.
Tetapi setelah menjalankan perintah terakhir ./bin/magento sampledata:deploy
saya mendapatkan kesalahan berikut:
./composer.json has been updated
Loading composer repositories with package information
Updating dependencies (including require-dev)
Your requirements could not be resolved to an installable set of packages.
Problem 1
- The requested package magento/module-offline-shipping-sample-data could not be found in any version, there may be a typo in the package name.
Problem 2
- The requested package magento/module-theme-sample-data could not be found in any version, there may be a typo in the package name.
Problem 3
- The requested package magento/module-sales-sample-data could not be found in any version, there may be a typo in the package name.
Problem 4
- The requested package magento/module-msrp-sample-data could not be found in any version, there may be a typo in the package name.
Problem 5
- The requested package magento/module-sales-rule-sample-data could not be found in any version, there may be a typo in the package name.
Problem 6
- The requested package magento/module-configurable-sample-data could not be found in any version, there may be a typo in the package name.
Problem 7
- The requested package magento/module-product-links-sample-data could not be found in any version, there may be a typo in the package name.
Problem 8
- The requested package magento/module-catalog-rule-sample-data could not be found in any version, there may be a typo in the package name.
Problem 9
- The requested package magento/module-grouped-product-sample-data could not be found in any version, there may be a typo in the package name.
Problem 10
- The requested package magento/module-tax-sample-data could not be found in any version, there may be a typo in the package name.
Problem 11
- The requested package magento/module-catalog-sample-data could not be found in any version, there may be a typo in the package name.
Problem 12
- The requested package magento/module-downloadable-sample-data could not be found in any version, there may be a typo in the package name.
Problem 13
- The requested package magento/module-cms-sample-data could not be found in any version, there may be a typo in the package name.
Problem 14
- The requested package magento/module-bundle-sample-data could not be found in any version, there may be a typo in the package name.
Problem 15
- The requested package magento/module-swatches-sample-data could not be found in any version, there may be a typo in the package name.
Problem 16
- The requested package magento/module-widget-sample-data could not be found in any version, there may be a typo in the package name.
Problem 17
- The requested package magento/module-review-sample-data could not be found in any version, there may be a typo in the package name.
Problem 18
- The requested package magento/module-customer-sample-data could not be found in any version, there may be a typo in the package name.
Problem 19
- The requested package magento/module-wishlist-sample-data could not be found in any version, there may be a typo in the package name.
Potential causes:
- A typo in the package name
- The package is not available in a stable-enough version according to your minimum-stability setting
see <https://groups.google.com/d/topic/composer-dev/_g3ASeIFlrc/discussion> for more details.
Belum dapat menemukan solusi dan sejujurnya pengetahuan saya tentang komposer sangat kurang. Bantuan apapun akan diterima.
magento2
composer
sample-data
Sander Mangel
sumber
sumber
Jawaban:
Saya juga telah berjuang untuk menginstal data sampel. Tampaknya ada sesuatu yang saat ini rusak di sini (Oktober 2015) dan instruksi di devdocs juga tidak berfungsi untuk saya. Saya mengalami masalah komposer yang sama dan
magento sampledata:install
bahkan tidak ada.Sebaliknya saya telah mengikuti instruksi "Dari GitHub Repository" pada file readme data sampel :
Cukup tiru repo di suatu tempat (bisa di luar folder proyek Anda, karena alat ini menangani symlinking masing-masing modul):
Kemudian jalankan skrip "installer":
Setelah itu jalankan skrip pembaruan:
Dan Anda akan melihat data sampel sedang diinstal (perlu beberapa saat ...):
Jangan lupa untuk menghapus cache dan memperbaiki izin dan Anda akan melihat semua data sampel di backend dan frontend sekarang ...
sumber
PHP Fatal error: Interface 'Magento\Framework\Serialize\SerializerInterface' not found
muncul di terminal Sementara file SerializerInterface.php ada.Punya masalah yang sama. Diperbaiki dengan pergi ke direktori root dan menentukan repositori untuk komposer dengan perintah berikut (gunakan https untuk menghindari peringatan komposer):
Setelah itu
bekerja sebagaimana dimaksud
sumber
Perubahan kode terbaru memungkinkan untuk menginstal data sampel menggunakan cabang pengembangan Magento 2 CE GitHub asalkan Anda mengkloning Magento 2 dan repositori data sampel.
Metode pemasangan sampel data ini akan ditambah pada saat GA dengan opsi baris perintah dan opsi Komposer; Namun, saat ini, AFAIK, ini adalah satu-satunya cara untuk menginstal data sampel dengan cabang berkembang.
Secara singkat:
Perhatikan bahwa jika Anda menjalankan Wisaya Penataan, Anda mungkin melihat pengecualian sekitar 90% selesai. Jika demikian, atur lagi izin dan kepemilikan sistem file (kemungkinan besar sebagai root).
Detail: http://devdocs.magento.com/guides/v2.0/install-gde/install/web/install-web-sample-data.html
sumber
Di bagian pertama, tambahkan
"minimum-stability": "beta"
, sebelum lisensi.sumber
install
perintah yang tersediahttps://packages.magento.com adalah url paket lama untuk Magento mengubah file composer.json menjadi https://repo.magento.com
sumber
Untuk berjaga-jaga jika Anda dapat menggunakan alternatif ini juga:
lalu:
Anda akan diminta nama pengguna / kata sandi: gunakan public_key / private_key dari akun pasar Anda
sumber