White screen of death!

后端 未结 11 647
暗喜
暗喜 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:14

    Ensure that there's no whitespace in your files output outside of the CI buffer, especially if compression is turned on. You can test this by turning off compression in your CI config file.

    See step two at: http://codeigniter.com/user_guide/installation/upgrade_141.html (Note that while this is for the upgrade, it contains a snippet of the config file which explains the problem.)

提交回复
热议问题