在 sxlog 中自定義表單,提交時(shí),出現(xiàn) php 錯(cuò)誤:
Cannot modify header information - headers already sent by
解決方法:
可以參考這篇文章: https://blog.csdn.net/m0sh1/article/details/40678141
修改 php.ini,搜索 output_buffering, 從 4096 改成 On(就表明設(shè)置了無限大的buffer空間),重啟 apache。