使用composer成功安装magento后,在magento中点击admin的网址没有任何反应

时间:2019-03-01 12:07:48

标签: magento2

this is the url for /magento

this is the url for /magento/admin_as5lhc

在使用composer成功安装了magento之后,当我点击管理URL时,我得到的是空白页面。 我无法找到解决方案。我在stackoverflow中搜索了100种方法,并尝试了所有这些方法,但仍然是同一问题。 有人可以帮帮我吗。

2 个答案:

答案 0 :(得分:1)

转到路径/vendor/magento/framework/View/Element/Template/File/Validator.php在此文件中找到:

$ realPath = $ this-> fileDriver-> getRealPath($ path);

替换为:

$ realPath = str_replace('\\','/',$ this-> fileDriver-> getRealPath($ path));

答案 1 :(得分:0)

core_config_data表

  

Try This Query

UPDATE `core_config_data` SET `value`=1 WHERE `path` = 'dev/static/sign';

UPDATE `core_config_data` SET `value`=1 WHERE `path` = 'dev/template/allow_symlink';