Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在前端得到空白页,但后端工作正常。我删除了#from ini_set('display_errors', 1); 并添加了error_reporting(E_ALL);. 但我仍然找不到任何错误。我还检查了错误日志,也没有。请帮忙
#
ini_set('display_errors', 1);
error_reporting(E_ALL);
将以下内容放入 index.php
Mage::setIsDeveloperMode(true); ini_set('display_errors', 1);
并查看您是否在前端和日志中获得错误详细信息。