簡體   English   中英

Magento管理員升級后顯示空白頁

[英]Magento admin showing blank page after upgrade

我已經使用Magento connect將Magento從1.7.x升級到1.9.2.4。

現在,當我打開管理面板時,它顯示空白頁面,但是前端工作正常。

我已經清除了緩存和會話,但仍顯示空白頁。

您需要通過以下方式調試系統:

  1. 您可以通過將文件local.xml.sample to local.xml重命名local.xml.sample to local.xml來啟用打印錯誤。 文件位置magentoRootDirectory/errors/

  2. 將權限777設置為magentoRootDirectory/var文件夾

  3. 在索引頁面中更改以下內容:

    error_reporting(E_ALL | E_STRICT);

error_reporting(E_ALL);

設置$_SERVER['MAGE_IS_DEVELOPER_MODE'] = true

並取消注釋此行

#ini_set('display_errors', 1);

暫無
暫無

聲明:本站的技術帖子網頁,遵循CC BY-SA 4.0協議,如果您需要轉載,請注明本站網址或者原文地址。任何問題請咨詢:yoyou2525@163.com.

 
粵ICP備18138465號  © 2020-2024 STACKOOM.COM