The reason I suggested changing the Content-Type header to text/
javascript is that jQuery's .getJSON method sends an accept header of
text/javascript, and not text/x-json. You can see this in the dump of
the headers that the op attached to the message.

David


On Aug 27, 6:24 pm, clemos <[EMAIL PROTECTED]> wrote:
> Hi
>
> Maybe I'm missing something, but what he gets from his json queries is
> only headers, no content.
> So I guess his debug is already to 0, because otherwise the content
> would at least be filled with the "<!--generation time-->" in the
> end...
> From his first message, his problem is not about errors parsing the
> JSON object with javascript, but rather about empty JSON pages...
> That's why I advised him to put debug to 1 or 2, which is often what
> you should do when your output is empty, because blank often hides
> error messages...
>
> +++++++
> Clément
>
> On Wed, Aug 27, 2008 at 6:19 PM, [EMAIL PROTECTED]
>
> <[EMAIL PROTECTED]> wrote:
>
> > Add this to your view, because JSON can't be parsed if it presents any
> > kind of text besides the JSON string and Cake presents it whe
> > debugging is set to 2 or 1
> > In your view
> > <?php
> >        echo $javascript->object($post);
> > Configure::write('debug', 0);
> > ?>
>
> > This will disable the output from the debugging
--~--~---------~--~----~------------~-------~--~----~
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