diff -r c72b545f1304 -r 67bd3121a12e includes/lang.php --- a/includes/lang.php Wed Dec 26 00:37:26 2007 -0500 +++ b/includes/lang.php Thu Dec 27 22:09:33 2007 -0500 @@ -318,7 +318,7 @@ } catch(Zend_Json_Exception $e) { - $db->_die('lang.php - Exception caught by JSON parser'); + $db->_die('lang.php - Exception caught by JSON parser

' . htmlspecialchars(print_r($e, true)) . '

'); exit; }