From 9f11d8ad832ef8691398ef12036d40596c8de053 Mon Sep 17 00:00:00 2001 From: Bharat Mediratta Date: Sat, 11 Sep 2010 22:38:47 -0700 Subject: Log the JSON response on errors so that we can figure out what's going wrong. This will help diagnose #1364 which appears to be an ORM_Validation_Exception, except the actual output is getting eaten by the Organize SWF so we can't see it without snooping network traffic. --- modules/rest/views/error_rest.json.php | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'modules/rest') diff --git a/modules/rest/views/error_rest.json.php b/modules/rest/views/error_rest.json.php index 179ce7f9..8c99ef45 100644 --- a/modules/rest/views/error_rest.json.php +++ b/modules/rest/views/error_rest.json.php @@ -1,2 +1,6 @@ +response, 1)); +?> response); \ No newline at end of file -- cgit v1.2.3