White screen of death!

后端 未结 11 643
暗喜
暗喜 2020-12-06 13:55

After debugging a codeigniter app that were installed into a new development environment, I have started to freak out when seeing white screens with nothing more available.

11条回答
  •  春和景丽
    2020-12-06 14:30

    If there's a fatal compilation error, then you may well get a blank page. Try doing a

    php -l 
    

    against your script

提交回复
热议问题