Request Entity Too Large PHP

前端 未结 6 917
眼角桃花
眼角桃花 2020-11-27 06:35

In one of my CakePHP site, I got this error.

Request Entity Too Large

I don\'t know what is the problem. I think the data that I am posting through form is t

6条回答
  •  無奈伤痛
    2020-11-27 06:52

    Sometimes on shared hosting you can add your own php.ini file - just copy the relevant bits out of any default file (or google for one).

    It's not an error I've seen before - it may as Gordon says, be Apache.

    Don't be afraid to ask the hosting support team - I've always found them to be very helpful (I think they must get lonely), and often they will make config changes for you.

    It certainly isn't a CakePHP problem.

提交回复
热议问题