美文网首页
sxlog 自定义表单:php 错误Cannot modify

sxlog 自定义表单:php 错误Cannot modify

作者: 佛分_知合 | 来源:发表于2023-02-08 16:36 被阅读0次

在 sxlog 中自定义表单,提交时,出现 php 错误:
Cannot modify header information - headers already sent by

解决方法:

可以参考这篇文章: https://blog.csdn.net/m0sh1/article/details/40678141

修改 php.ini,搜索 output_buffering, 从 4096 改成 On(就表明设置了无限大的buffer空间),重启 apache。

相关文章

网友评论

      本文标题:sxlog 自定义表单:php 错误Cannot modify

      本文链接:https://www.haomeiwen.com/subject/apbqkdtx.html