mirror of
https://github.com/Pathduck/gallery3.git
synced 2026-05-10 23:19:06 -04:00
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.
6 lines
216 B
PHP
6 lines
216 B
PHP
<?php defined("SYSPATH") or die("No direct script access.") ?>
|
|
<?
|
|
// Log error response to ease debugging
|
|
Kohana_Log::add("error", "Rest error details: " . print_r($e->response, 1));
|
|
?>
|
|
<?= json_encode($e->response);
|