Hi guys,
For the moment I disabled the WP errors :
https://www.greengeeks.com/tutorials/article/disable-wordpress-php-error-messages/ .
I added the following :
ini_set(‘display_errors’,’Off’);
ini_set(‘error_reporting’, E_ALL );
define(‘WP_DEBUG’, false);
define(‘WP_DEBUG_DISPLAY’, false);