Magento 2はうまく動作しています。自分のテーマでも始まっていますが、私はマゼンタをインストールしました。そして、「地域コードが設定されていません:ターミナルで戻ってきました。Magento 2 - サンプルデータを追加した後に 'エリアコードが設定されていません:'
返しbin/magento sampledata:deploy
composer update
:
Loading composer repositories with package information
Updating dependencies (including require-dev)
- Installing magento/module-catalog-sample-data (100.0.3)
Downloading: 100%
- Installing magento/module-bundle-sample-data (100.0.3)
Downloading: 100%
- Installing magento/module-widget-sample-data (100.0.3)
Downloading: 100%
- Installing magento/module-customer-sample-data (100.0.3)
Downloading: 100%
- Installing magento/sample-data-media (100.0.3)
Downloading: 100%
- Installing magento/module-theme-sample-data (100.0.3)
Downloading: 100%
- Installing magento/module-cms-sample-data (100.0.3)
Downloading: 100%
- Installing magento/module-catalog-rule-sample-data (100.0.3)
Downloading: 100%
- Installing magento/module-sales-rule-sample-data (100.0.3)
Downloading: 100%
- Installing magento/module-review-sample-data (100.0.3)
Downloading: 100%
- Installing magento/module-tax-sample-data (100.0.3)
Downloading: 100%
- Installing magento/module-grouped-product-sample-data (100.0.3)
Downloading: 100%
- Installing magento/module-downloadable-sample-data (100.0.3)
Downloading: 100%
- Installing magento/module-msrp-sample-data (100.0.3)
Downloading: 100%
- Installing magento/module-sales-sample-data (100.0.3)
Downloading: 100%
- Installing magento/module-product-links-sample-data (100.0.3)
Downloading: 100%
- Installing magento/module-configurable-sample-data (100.0.3)
Downloading: 100%
- Installing magento/module-wishlist-sample-data (100.0.3)
Downloading: 100%
- Installing magento/module-swatches-sample-data (100.0.3)
Downloading: 100%
- Installing magento/module-offline-shipping-sample-data (100.0.3)
Downloading: 100%
Writing lock file
Generating autoload files
を私はその後、実行しました:
bin/magento setup:upgrade
を、私は下のスクリーンショットに示されている次のエラーを取得し、私は見つけることができないよう他の誰かが同じエラーをオンラインにしています。
[Magento\Framework\Exception\SessionException]
Area code not set: Area code must be set before starting a session.
[Magento\Framework\Exception\LocalizedException]
Area code is not set
そして今、私の魔術師は、インストールだけで動作していない - エラーを返す:
データベースをアップグレードしてください:実行:Magentoのルートディレクトリから "binに/ Magentoのセットアップのアップグレード"。
私はそれが返って、エラーがあるため、私はできない何か助けが素晴らしいだろう。
php.iniで指定されているsessions.save_pathがWebユーザーによって読み取れるかどうかを確認してください。また、サーバとPHPのログをチェックしてください。 – Maddy
sessions.save_pathを探して、それがWebユーザーによって読み込み可能であることを確認しました。 chmod&chownで設定を修正します。ログに 'intl.so'の 'Unable to load dynamic library'が表示されますが、これはインストールされています。ありがとう –