diff --git a/README-LABINVENT.md b/README-LABINVENT.md index 3363c31..b31cf8b 100755 --- a/README-LABINVENT.md +++ b/README-LABINVENT.md @@ -51,11 +51,12 @@ Logiciel testé et validé sur les configurations suivantes : VERSION ACTUELLE Date: 01/06/2016 -Version: 2.4.2.0 +Version: 2.4.2.1 Implémentation de la gestion des ACL, tests, bugfixes... +Affichage erreur CakePHP en mode debug de l'application (app.php) -Demande (terminée): https://projects.irap.omp.eu/issues/3689 +Demande (terminée): https://projects.irap.omp.eu/issues/3735 Demande (en cours): https://projects.irap.omp.eu/issues/3526 https://projects.irap.omp.eu/issues/3605 diff --git a/src/Template/Error/error400.ctp b/src/Template/Error/error400.ctp index 0a8bd85..98fe16b 100755 --- a/src/Template/Error/error400.ctp +++ b/src/Template/Error/error400.ctp @@ -1,5 +1,47 @@ layout = 'dev_error'; + + $this->assign('title', $message); + $this->assign('templateName', 'error400.ctp'); + + $this->start('file'); + ?> + queryString)) : ?> +
+ SQL Query: + = h($error->queryString) ?> +
+ + params)) : ?> + SQL Query Params: + params) ?> + + = $this->element('auto_table_warning') ?> + end(); + ?> ++ = __d('cake', 'Error') ?>: + = sprintf( + __d('cake', 'The requested address %s was not found on this server.'), + "'{$url}'" + ) ?> +
+layout = false; ?> @@ -121,3 +163,4 @@ if(AppController::isLabinventDebugMode()) { ?>