Hi David,

I checked the post_max_size, it says its 8M
The wierd thing is, if I look at my $_POST any time before that line
in controller.php its fine.
The post is there in its entirety and I can access it.

It seemed to be specific to cake's bootstrap/startup process.

cheers,
Tony.

On Aug 27, 5:02 pm, David <[EMAIL PROTECTED]> wrote:
> Hi there
>
> Could it be something to do with your php.ini's post_max_size
> directive value?
>
> David
>
> On Aug 27, 4:55 pm, neverlosty <[EMAIL PROTECTED]> wrote:
>
> > Hi,
>
> > I'm having an issue where I'm trying to post a very large (1M) string
> > through http $_POST
>
> > For some reason when cake is starting up, in
> > cake/libs/controller/controller.php
> > [line 387]  $this->Component->init($this);
>
> > After that it just dies. When I try to debug the Component.php
> > function init, it does not get called.
> > This only happens when there is an excessively large $_POST.
>
> > Has anyone ever had this issue?
>
> > cheers,
> > Tony.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"CakePHP" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to