📜  magento 1.9 打印空白页错误 - PHP 代码示例

📅  最后修改于: 2022-03-11 14:54:43.576000             🧑  作者: Mango

代码示例1
you have no any error find then try below code add top in index.php file

ini_set('error_reporting', E_ERROR);
register_shutdown_function("fatal_handler");
function fatal_handler() {
    $error = error_get_last();
    echo("
");
    print_r($error);
}
after check it which line error showing it