From b2ed26a0aa423f0451dea55def5d5dde4a179efd Mon Sep 17 00:00:00 2001 From: stephan Date: Wed, 20 May 2026 17:39:22 -0400 Subject: [PATCH] test MSIN-4375 --- php/inc_fx_compte.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/php/inc_fx_compte.php b/php/inc_fx_compte.php index 183d3b4c..fd0be8b7 100644 --- a/php/inc_fx_compte.php +++ b/php/inc_fx_compte.php @@ -2124,7 +2124,9 @@ function fxShowCommandes($arrEpreuvesCommandees, $arrCompteClient, $tep_id, $str { // afficher les commandes global $objDatabase, $strEveModifiable, $vDomaine, $arrFormsTransfert, $arrFormsObjectifsDons, $arrFormsLogSettings, $arrFormsAddLogs; $strRetour = ''; - + ini_set('display_errors', 1); + ini_set('display_startup_errors', 1); + error_reporting(E_ALL); if ($arrEpreuvesCommandees != null) { ?>