2017-04-11 15 views
2

Magento 2をxamppサーバーにインストールしましたが、管理ページを読み込む際に問題が発生しました。404ページを表示しています。また、そのホームページを既定のテーマに読み込むと、適用されず、次のエラーが表示されます。Magento 2のインストールに関する問題

Failed to load resource: the server responded with a status of 404 (Not Found) 
:7777/Magento/pub/static/version1491913172/adminhtml/Magento/backend/en_US/extjs/resources/css/ext-all.css Failed to load resource: the server responded with a status of 404 (Not Found) 
:7777/Magento/pub/static/version1491913172/adminhtml/Magento/backend/en_US/jquery/jstree/themes/default/style.css Failed to load resource: the server responded with a status of 404 (Not Found) 
mixins.js Failed to load resource: the server responded with a status of 404 (Not Found) 
require.js Failed to load resource: the server responded with a status of 404 (Not Found) 
magento-icon.svg Failed to load resource: net::ERR_CONNECTION_RESET 
mixins.js Failed to load resource: net::ERR_CONNECTION_RESET 
requirejs-config.js:66 Uncaught TypeError: require is not a function 
    at requirejs-config.js:66 
    at requirejs-config.js:71 
    at requirejs-config.js:423 
127.0.0.1/:39 Uncaught TypeError: require.config is not a function 
    at 127.0.0.1/:39 
127.0.0.1/:87 Uncaught TypeError: require is not a function 
    at 127.0.0.1/:87 
127.0.0.1/:298 Uncaught TypeError: require is not a function 
    at 127.0.0.1/:298 
127.0.0.1/:430 Uncaught TypeError: require is not a function 
    at 127.0.0.1/:430 
127.0.0.1/:475 Uncaught TypeError: require is not a function 
    at 127.0.0.1/:475 
127.0.0.1/:533 Uncaught TypeError: require is not a function 
    at 127.0.0.1/:533 
127.0.0.1/:556 Uncaught TypeError: require is not a function 
    at 127.0.0.1/:556 
127.0.0.1/:579 Uncaught TypeError: require is not a function 
    at 127.0.0.1/:579 
opensans-400.woff2 Failed to load resource: net::ERR_CONNECTION_RESET 
admin-icons.woff2 Failed to load resource: net::ERR_CONNECTION_RESET 
opensans-600.woff2 Failed to load resource: net::ERR_CONNECTION_RESET 
opensans-700.woff2 Failed to load resource: net::ERR_CONNECTION_RESET 
opensans-400.woff Failed to load resource: net::ERR_CONNECTION_RESET 
admin-icons.woff Failed to load resource: net::ERR_CONNECTION_RESET 
opensans-600.woff Failed to load resource: net::ERR_CONNECTION_RESET 
opensans-700.woff Failed to load resource: net::ERR_CONNECTION_RESET 
opensans-400.ttf Failed to load resource: net::ERR_CONNECTION_RESET 
admin-icons.ttf Failed to load resource: net::ERR_CONNECTION_RESET 
opensans-600.ttf Failed to load resource: net::ERR_CONNECTION_RESET 
opensans-700.ttf Failed to load resource: net::ERR_CONNECTION_RESET 

答えて

0

許可の問題と思われます。それはmagento2で一般的です。

この解決策を試してください。

https://magento.stackexchange.com/a/93892

上記の変更を行った後、コマンドの下に実行してください。

PHPのbin/Magentoのセットアップ:静的コンテンツは:

を展開、これを試してみて、あなたが他の助けを必要とする場合は私に知らせてください。またはあなたは私のスカイプで私に連絡することができます:mayur.jadeja8

おかげ

+0

おかげで今は正常に動作しますたくさん:) – Bnabil

+0

あなたへようこそBnabil。 :) –

関連する問題