我的 PHP 站点中的帖子值返回 null [重复]

Posted

技术标签:

【中文标题】我的 PHP 站点中的帖子值返回 null [重复]【英文标题】:Post Values in my PHP Site return null [duplicate] 【发布时间】:2012-05-20 16:27:20 【问题描述】:

可能重复:php Warning: POST Content-Length of 113 bytes exceeds the limit of -1988100096 bytes in Unknown

我正在向 php 文件提交表单,但在 post 中没有任何内容来自表单并检查 apache error_log 并得到以下错误:

PHP Warning:  Unknown: POST Content-Length of 273 bytes exceeds the limit of -201326592 bytes in Unknown on line 0,

请建议我如何解决此错误。

在我的php.ini 设置中

upload_max_filesize 2000M
post_max_size 800M

【问题讨论】:

***.com/questions/6315358/… 感谢我已通过此链接帮助修复它。 【参考方案1】:

如果您follow the advice,您会发现建议是2000M 超出了您机器的有符号整数限制,因此整数值被截断并变为负数。要达到最大上传大小,请设置

upload_max_filesize = 2147483647

不要将 2000M 用于 php.ini 中的任何其他整数属性

【讨论】:

以上是关于我的 PHP 站点中的帖子值返回 null [重复]的主要内容,如果未能解决你的问题,请参考以下文章

php 使用多站点重复帖子在多站点上复制事件后更新时间信息

cfc中的查询返回本地的[n]项,但在实时站点上重复第一个元素[n]次

更改 PHP 邮件函数中的返回路径

日期时间格式空值返回 PHP 中的默认时间

从Javascript中的嵌套函数返回值[重复]

Okhttp 帖子返回 null