清除缓存和添加字段的错误修正方法

2020-12-28 14:13:24 清除缓存 错误 230

报错

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

解决方法

去掉php.in配置文件always_populate_raw_post_data前面的分号


上一篇:暂无数据
下一篇: