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
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.