Css没有加载我的VPS for magento 2

时间:2015-10-19 12:14:14

标签: php css magento vps magento2

清除缓存, 给予maganto目录中所有文件和文件夹777权限, 仍然没有解决方案..

我甚至无法访问管理面板,因为链接无法正常运行。

这是一个全新安装,我做了

git clone magento_https_link

其中link是magento2 @ github的github链接。

一切都很好,我按照官方教程,安装了作曲家的东西,所有,我安装了它,按照步骤结束,安装完成后,我点击了前端,没有css,后端,没有CSS。 Css在安装过程中工作正常。

当我按F12并切换到控制台时,它会在css,javascript和图像文件上显示错误404。如果我尝试手动访问网址的任何CSS,他们不在那里。它真的很奇怪。

而且我不知道什么是css js合并。不知道这个。

我在数据库中的核心配置:

mysql> select * from `core_config_data`;
+-----------+---------+----------+-------------------------------+------------------------------------------+
| config_id | scope   | scope_id | path                          | value                                    |
+-----------+---------+----------+-------------------------------+------------------------------------------+
|         1 | default |        0 | web/seo/use_rewrites          | 1                                        |
|         2 | default |        0 | web/unsecure/base_url         | http://NAME_OF_SITE/magento/magento2/  |
|         3 | default |        0 | web/secure/base_url           | https://NAME_OF_SITE/magento/magento2/ |
|         4 | default |        0 | general/locale/code           | en_US                                    |
|         5 | default |        0 | web/secure/use_in_frontend    | NULL                                     |
|         6 | default |        0 | web/secure/use_in_adminhtml   | NULL                                     |
|         7 | default |        0 | general/locale/timezone       | XX/XX                             |
|         8 | default |        0 | currency/options/base         | XX                                      |
|         9 | default |        0 | currency/options/default      | XX                                      |
|        10 | default |        0 | currency/options/allow        | XX                                      |
|        11 | default |        0 | general/region/display_all    | 1                                        |
|        12 | default |        0 | general/region/state_required | AT,BR,CA,CH,DE,EE,ES,FI,FR,LT,LV,RO,US   |
|        13 | default |        0 | catalog/category/root_id      | NULL                                     |
+-----------+---------+----------+-------------------------------+------------------------------------------+
13 rows in set (0.00 sec)

4 个答案:

答案 0 :(得分:3)

您是否使用bin / magento安装程序执行了所有必需的步骤?

听起来你应该尝试(在你的根magento类别中):

bin/magento setup:static-content:deploy

如果有帮助,请告诉我。

答案 1 :(得分:1)

Magento2有这个初始问题,但按照以下步骤开始工作!

步骤1:运行CMD
第2步:使用

转到Magento安装目录
  

CD wamp / www / [Magento dir。]

第3步:运行

  

php bin / magento setup:static-content:deploy


第4步:运行

  

php bin / magento indexer:reindex


第5步:从

中删除缓存
  

var / cache / [delete all dir。]


它正在为前端和前端工作后端!

http://developerforums.blogspot.com/

答案 2 :(得分:0)

答案 3 :(得分:0)

只需打开MAGENTO_ROOT/app/etc/di.xml并将以下代码替换为第574行

<item name="view_preprocessed" xsi:type="object">Magento\Framework\App\View\Asset\MaterializationStrategy\Symlink</item>

<item name="view_preprocessed" xsi:type="object">Magento\Framework\App\View\Asset\MaterializationStrategy\Copy</item>