【问题标题】:Magento blank page frontendMagento 空白页前端
【发布时间】:2017-01-25 11:29:13
【问题描述】:

早上好,我正在尝试在我的 localhost(XAMPP) 上安装 Magento 主题。

主题是撒哈拉响应。

我按照指南安装了它,但是当我转到前端时,主页是空白的。

我试图清理缓存但没有用。我切换到 Luma 主题,它可以工作。我该如何解决?

【问题讨论】:

    标签: magento xampp


    【解决方案1】:

    为了帮助您调试问题,请尝试在您的 index.php 中打开错误打印

    /**
     * Error reporting
     */
    error_reporting(E_ALL | E_STRICT);
    

    如果上述方法不起作用,您也可以尝试设置:

    ini_set('display_errors', 1);
    

    【讨论】:

      猜你喜欢
      • 2017-01-20
      • 1970-01-01
      • 2013-06-06
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2019-04-01
      • 2012-09-24
      相关资源
      最近更新 更多