Magento 2 Установите Windows Admin Неработающие ссылки - PullRequest
0 голосов
/ 03 июня 2019

Я использую XAMPP в Windows 10. Я установил сообщество Magento 2.20. Все админские URL не работают:

enter image description here

Есть ли другая версия, которую я должен использовать? Я пытался запустить команды из этого поста:

Magento 2 - ссылки в Admin не будут работать

enter image description here

В моей консоли я вижу следующие ошибки:

/Magento2/pub/static/version1559572638/adminhtml/Magento/backend/en_US/extjs/resources/css/ytheme-magento.css:1 Failed to load resource: net::ERR_CONNECTION_RESET
/Magento2/pub/static/version1559572638/adminhtml/Magento/backend/en_US/extjs/resources/css/ext-all.css:1 Failed to load resource: net::ERR_CONNECTION_RESET
require.js:1 Failed to load resource: the server responded with a status of 404 (Not Found)
(index):1 Refused to apply style from 'http://localhost/Magento2/pub/static/version1559572638/adminhtml/Magento/backend/en_US/jquery/jstree/themes/default/style.css' because its MIME type ('text/html') is not a supported stylesheet MIME type, and strict MIME checking is enabled.
mixins.js:1 Failed to load resource: the server responded with a status of 404 (Not Found)
requirejs-config.js:71 Uncaught TypeError: require is not a function
    at requirejs-config.js:71
    at requirejs-config.js:78
    at requirejs-config.js:416
magento-icon.svg:1 Failed to load resource: the server responded with a status of 404 (Not Found)
(index):38 Uncaught TypeError: require.config is not a function
    at (index):38
(index):87 Uncaught TypeError: require is not a function
    at (index):87
(index):295 Uncaught TypeError: require is not a function
    at (index):295
(index):428 Uncaught TypeError: require is not a function
    at (index):428
(index):473 Uncaught TypeError: require is not a function
    at (index):473
(index):514 Uncaught TypeError: require is not a function
    at (index):514
(index):537 Uncaught TypeError: require is not a function
    at (index):537
(index):560 Uncaught TypeError: require is not a function
    at (index):560
admin-icons.woff2:1 Failed to load resource: the server responded with a status of 404 (Not Found)
opensans-400.woff2:1 Failed to load resource: the server responded with a status of 404 (Not Found)
opensans-600.woff2:1 Failed to load resource: the server responded with a status of 404 (Not Found)
opensans-700.woff2:1 Failed to load resource: the server responded with a status of 404 (Not Found)
admin-icons.woff:1 Failed to load resource: the server responded with a status of 404 (Not Found)
opensans-700.woff:1 Failed to load resource: the server responded with a status of 404 (Not Found)
admin-icons.ttf:1 Failed to load resource: the server responded with a status of 404 (Not Found)
opensans-600.woff:1 Failed to load resource: the server responded with a status of 404 (Not Found)
opensans-400.woff:1 Failed to load resource: the server responded with a status of 404 (Not Found)
opensans-700.ttf:1 Failed to load resource: the server responded with a status of 404 (Not Found)
opensans-600.ttf:1 Failed to load resource: the server responded with a status of 404 (Not Found)
opensans-400.ttf:1 Failed to load resource: the server responded with a status of 404 (Not Found)

Ответы [ 2 ]

0 голосов
/ 04 июня 2019

Не знает, поможет ли вам следующее, пожалуйста, проверьте.

На вашем снимке экрана я вижу, что вы уже находитесь в пути magento / bin, поэтому здесь вы должны выполнить команду ниже

sudo magento setup:upgrade

И для второй команды вы используете два php в команде.

  • Первое примечание: Magento2 не поддерживается в версии для Windows.Но может работать.
  • Если вы устанавливаете magento2.2, убедитесь, что вы используете php7 или 7x, magento2.2 не будет поддерживать старые версии.
  • Проверьте, включен ли ваш apache2 a2enmode илинет, потому что это создаст проблемы при перенаправлении.
  • Убедитесь, что у всех ваших файлов достаточно разрешений для загрузки, для локальных вы можете проверить, предоставив полное разрешение для app / etc, var / , pub / static/,generate/*.
  • Как только все будет установлено, попробуйте запустить команды развертывания с помощью php.

Вы можете избежать sudo, если в этом нет необходимости.Или же перейдите в magento root и запустите предыдущую команду, которую вы уже пытались реализовать.

Надеюсь, это поможет вам разобраться.

0 голосов
/ 04 июня 2019

Я успешно запускаю Magento 2 в Windows (для разработки), хотя использую WAMP.Мой рецепт для его настройки выглядит следующим образом (я адаптировал его из другого стека и обмена, но не могу его найти).Обратите внимание, что моя локаль en_GB, замените вашу ниже:

  1. Запустите grunt clean, который быстро очистит несколько папок ниже (*)
  2. * delete var / cache
  3. * удалить var / view_preprocessed
  4. * удалить pub / static / * (не удалять .htaccess)
  5. удалить сгенерированный / *, а не .htaccess
  6. удалить var/ composer_home
  7. запустите php bin / magento cache: flush
  8. запустите php bin / magento setup: static-content: deploy - тема ВАША / тема en_GB [en_GB необходим]
  9. запустить php bin / magento setup: static-content: deploy --theme Magento / backend en_GB [en_GB is существенно]
  10. удалить все темы / языки, которые вы на самом деле не используете, из pub / static / frontend
  11. запустите php bin / magento dev: source-theme: deploy --locale = "en_GB" --theme = "YOUR / theme" css / styles-m css / styles-l css / электронная почта css / email-Встроенные
  12. команды grunt, приведенные ниже, необходимо запускать от имени администратора
  13. Скопируйте действительный файл dev \ tools \ grunt \ configs \ theme.js, содержащийопределение, если вы выполнили обновление (поскольку оно перезаписывается)
  14. НЕ запускайте grunt exec вообще
  15. запускайте grunt less: yourtheme (и, вероятно, backend)
Добро пожаловать на сайт PullRequest, где вы можете задавать вопросы и получать ответы от других членов сообщества.
...