php white screen of death

前端 未结 2 1967
小鲜肉
小鲜肉 2021-01-13 21:19

I have browsed several other questions, and tried various solutions related to error reporting, including

ini_set(\'display_errors\',true);
error_reporting(         


        
2条回答
  •  执念已碎
    2021-01-13 21:53

    Most times, when errors appear when we move from WAMP to LAMP it's a question of case sensitivity. Since windows is not CS but Linux is a lot can break.

    I would:

    • Check case on the classes / pages that are acting up
    • Check .htaccess rules (or temporally remove them) to check the absence of errors

提交回复
热议问题