Re: Premature end of script headers

2009-12-23 Thread Graham Dumpleton
On Dec 24, 4:13 am, Martyn wrote: > Hey, > > I'm getting a 'Premature end of script headers' issue when I'm > submitting post data, and I'm not sure why. > > if I hit the page up normally, it works fine, if I post a form to the > same url it borks. > > Anyone know why?  I'm searched for a while

Re: Premature end of script headers

2009-12-23 Thread Peter Rowell
> I'm getting a 'Premature end of script headers' issue when I'm > submitting post data, and I'm not sure why. There's a good chance there are errors in the code that executes when there is POST data. Try running this under the development server and look for error messages on the console. Debuggi

Re: Premature end of script headers

2009-12-23 Thread Shawn Milochik
Can you post your view? It's illegal for us to hack into your computer and look at your code to figure out the problem. I'm assuming that you have an if statement that checks for a POST. In that block, is there anything *not* done that's done during the GET? Shawn -- You received this message