2017-07-13 80 views
0

我已經安裝了Magento2.1.7,管理面板中沒有顯示圖標,我已清除瀏覽器歷史記錄。當我點擊產品時,它沒有顯示任何東西。我是Magento中的新產品。請任何建議。magento 2.1.7管理面板中未顯示圖標

在此先感謝

+0

我投票關閉這一問題作爲題外話,因爲Stack Overflow是一個[編程相關(HTTP://計算器。 com/help/on-topic)問答網站。你的問題不是關於編程。也許你應該在http://magento.stackexchange.com上發佈它呢? – Enigmativity

+0

ok np @Enigmativity :) – Bhu

回答

0

看來,CSS和字體文件不會在你的Magento正確生成。請執行下列操作

  1. 刪除酒吧/靜態
  2. 運行PHP斌/ Magento的設置:靜態內容:部署在您的CLI
  3. 清除緩存並檢查。
0

爲靜態內容部署運行命令&在cmd中建立索引。
1./bin中/ magento的設置:靜態含量:部署
2./bin中/ magento的索引:重新索引
3./bin中/高速緩存的Magento:清​​潔
4./bin中/高速緩存的Magento:沖洗

0

使用下面的命令:

1:rm -rf var/*

2:rm -rf pub/static/*

3:php bin/magento setup:static-content:deploy

4:chmod -R 7777 var pub/static

0

從酒館/靜態文件夾中刪除所有文件,但沒有的.htaccess

進入APP /等/ di.xml

替換( '符號鏈接' - >「複製「)

Magento的\框架\軟件\查看\資產\ MaterializationStrategy ** **符號鏈接

通過

Magento \ Framework \ App \ View \ Asset \ MaterializationStrategy **複製**

0

如果您的magento安裝在中間中斷並且安裝通過再次嘗試完成,則存在此問題。

php /bin/magento setup:static-content:deploy 
php /bin/magento indexer:reindex 
php /bin/magento cache:clean 
php /bin/magento cache:flush 

注:PHP應該是你PATH在我的情況f:\xampp\php\php