Warning: POST Content-Length of 29328854 bytes exceeds the limit of 8388608 bytes in Unknown on line

心不动则不痛 提交于 2020-01-25 08:30:25

报错:Warning: POST Content-Length of 29328854 bytes exceeds the limit of 8388608 bytes in Unknown on line 0

在php.ini中将以下两个参数改大,如果没有则加上,加完后记得保存重启集成环境
 

upload_max_filesize = 100M
post_max_size = 100M

 

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!