码迷,mamicode.com
首页 > Web开发 > 详细

php5.6,Ajax报错,Warning: Cannot modify header information - headers already sent in Unknown on line 0

时间:2018-10-11 15:45:53      阅读:548      评论:0      收藏:0      [点我收藏+]

标签:warning   rem   can   moved   http   代码   form   pop   data   

php5.6ajax报错

Deprecated: Automatically populating $HTTP_RAW_POST_DATA is deprecated and will be removed in a future version. To avoid this warning set ‘always_populate_raw_post_data‘ to ‘-1‘ in php.ini and use the php://input stream instead. in Unknown on line 0

 

Warning: Cannot modify header information - headers already sent in Unknown on line 0

 

解决方法:

打开php.ini的配置文件,找到以下代码

always_populate_raw_post_data = -1

把分号去掉即可。

php5.6,Ajax报错,Warning: Cannot modify header information - headers already sent in Unknown on line 0

标签:warning   rem   can   moved   http   代码   form   pop   data   

原文地址:https://www.cnblogs.com/fan-bk/p/9772617.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!