From 7c89d0eb17b00068229d72814b9925b4685e341b Mon Sep 17 00:00:00 2001 From: Vincent Vanwaelscappel Date: Thu, 7 Aug 2025 17:37:22 +0200 Subject: [PATCH] wip #7684 --- app/process.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/process.php b/app/process.php index 0f8c818..3e7d22c 100644 --- a/app/process.php +++ b/app/process.php @@ -56,6 +56,6 @@ try { die($res); } catch (Exception $e) { @ob_end_clean(); - error_log($_POST['operation'] . ' !! ' . $e->getMessage()); + error_log($_POST['operation'] . ' !! ' . $e->getMessage() . ' ' . json_encode($_POST)); die('!!' . $e->getMessage()); } \ No newline at end of file -- 2.39.5