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

StackOverflow https://stackoverflow.com/questions/20399638

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

有帮助吗?

解决方案

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.

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top