Actions
Anomalie #12521
ferméValidation de Action d'indexation/enregistrement/qualification n'abouti pas et reste figée/grisée
Début:
27/11/2019
Echéance:
Description
Constaté chez client en 19.04.9
En activant la console avec F12 et cliquant sur la ligne réseau puis réponse, on a le résultat suivant:
Warning: Use of undefined constant _OK - assumed '_OK' (this will throw an Error in a future version of PHP) in /var/www/html/Maarch_Courrier/apps/maarch_entreprise/phpids_control.php on line 67
Warning: Use of undefined constant _LEVEL_ERROR - assumed '_LEVEL_ERROR' (this will throw an Error in a future version of PHP) in /var/www/html/Maarch_Courrier/apps/maarch_entreprise/phpids_control.php on line 68
Warning: Use of undefined constant _LEVEL_INFO - assumed '_LEVEL_INFO' (this will throw an Error in a future version of PHP) in /var/www/html/Maarch_Courrier/core/class/class_history.php on line 370
Warning: Use of undefined constant _LEVEL_WARN - assumed '_LEVEL_WARN' (this will throw an Error in a future version of PHP) in /var/www/html/Maarch_Courrier/core/class/class_history.php on line 376
Warning: Use of undefined constant _LEVEL_ERROR - assumed '_LEVEL_ERROR' (this will throw an Error in a future version of PHP) in /var/www/html/Maarch_Courrier/core/class/class_history.php on line 382
{status : 0, error_txt : '', page_result : '', manage_form_now : false}
Pour résoudre, nous avons modifié le fichier :
administrateur@srv-maarchweb-vm:/etc/php/7.3/apache2$ vi php.ini
En modifiant la ligne :[en ajoutant & ~E_WARNING]
error_reporting = E_ALL & ~E_NOTICE & ~E_DEPRECATED & ~E_STRICT & ~E_WARNING
Puis en redémarrant le service apache
sudo /etc/init.d/apache2 restart
Actions