Pour info plugin adminer ==> erreur ; **Warning**: Trying to access : corrigé

hello pour info

en utilisant le plugin adminer Adminer 4.9.0, j’ai l’erreur suivante quand je souhaite affiché les donnée

Warning: Trying to access array offset on null in /home/clients/plugins-dist/adminer/adminer.php on line 1777

Pour résoudre ce problème, j’ai modifier :

'~^(Trying to access array offset on value of type null|Undefined array key)~'

(était sur la ligne 10 pour moi)

à:

'~^(Trying to access array offset on null|Undefined array key)~'

Cela semble avoir fonctionné pour moi ! ; mais je sais pas si il y aura des effets de bord

Oui ce warning est embêtant. Mais si tu désactives l’affichage des erreurs, plus de souci :slight_smile:

Je n’ai pas compris ce que tu a modifié stephane ^^

alors j’ai modifié la ligne 10

avec
'~^(Trying to access array offset on value of type null|Undefined array key)~'

par

'~^(Trying to access array offset on null|Undefined array key)~' /

ce qui donne

ligne 9 : */function

ligne 10 adminer_errors($Cc,$Ec){return!!preg_match**(‹ ~^(Trying to access array offset on null|Undefined array key)~ ›,$Ec);}error_reporting(6135);set_error_handler(‹ adminer_errors ›,E_WARNING);$ad=!preg_match(‹ ~^(unsafe_raw)?$~ ›,ini_get(« filter.default »));if($ad||ini_get(« filter.default_flags »)){foreach(array(‹ _GET ›,‹ _POST ›,‹ _COOKIE ›,‹ _SERVER ›)as$X){$Ii=filter_input_array(constant(« INPUT$X »),FILTER_UNSAFE_RAW);if($Ii)$$X=$Ii;}}if(function_exists(« mb_internal_encoding »))mb_internal_encoding(« 8bit »);function

ligne 11 : connection(){global$g;return$g;}function