Hi Folks,
I have a content type with a taxonomy field. I have a view that lists the instances of that content grouped by taxonomy. This view has recently started misbehaving, and I need some help diagnosing what has changed. <irony> Honestly, I changed nothing! I only went through and cleaned up junk that I wasn't using any more... </irony> (-:
An AJAX HTTP error occurred.
HTTP Result Code: 200
Debugging information follows.
Path: /content/sweet-and-lovely
StatusText: OK
ResponseText: <very long JSON string...>
First and foremost, why is this an AJAX request? The view explicitly says not to use AJAX, so how is this setting being countermanded? I see AJAX classes in the DOM nodes and this mystifies me.
Second how do I go about debugging this? Where is a reasonable breakpoint so I can divide this problem?
Thanks for the help,
Chris.