无法解决:PHP警告:POST内容长度13110857字节超过了行0上未知的10485760字节限制

无法解决:PHP警告:POST内容长度13110857字节超过了行0上未知的10485760字节限制

问题描述:

I try to modify the post_max_size, upload_max_filesize and memory_limit I just cannot avoid this:

PHP Warning: POST Content-Length of 13110857 bytes exceeds the limit of 10485760 bytes in Unknown on line 0

I dont know where 10485760 comes from, I'm using JustHost service and Choosing Single 'php.in', php5.4

我尝试修改 post_max_size code>, upload_max_filesize code>和 memory_limit code>我无法避免这种情况: p>

PHP警告:POST内容长度13110857字节超过了未知的10485760字节的限制 第0行 p> blockquote>

我不知道 10485760 code>的来源,我正在使用JustHost服务并选择Single'php.in',php5 .4 p> div>

If You work on local after change all settings in php.ini restart appache, if you work on server and have access with ssh you can implement same things and change post_max_size (if server give access to do that), or contact with support and than change size.

If you are getting that error, it means the post_max_size edit you attempted failed.

Contact your host for a bigger limit.

Check your php.ini file setting

find post_max_size and set the desire value.