Nombreux `Warning...` lors du premier affichage d'un `<emb123>` dans un article
En SPIP 4.3 + PHP 8.3 lors du premier affichage d'un article ayant une insertion <emb123>
dans le texte les erreurs suivantes sont affichées :
Warning: Undefined array key 1 in .../plugins/h5p/formulaires/hcinqp.php on line 133
Warning: Undefined array key 0 in .../plugins/h5p/formulaires/hcinqp.php on line 139
Warning: Undefined array key 0 in .../plugins/h5p/formulaires/hcinqp.php on line 141
Warning: Undefined variable $testContenu in .../plugins/h5p/formulaires/hcinqp.php on line 54
Warning: Undefined array key "contentType" in .../plugins/h5p/formulaires/hcinqp.php on line 176
Warning: Undefined array key "dynamicDependencies" in .../plugins/h5p/formulaires/hcinqp.php on line 177
Warning: Trying to access array offset on null in .../plugins/h5p/formulaires/hcinqp.php on line 177
Warning: Undefined array key "dynamicDependencies" in .../plugins/h5p/formulaires/hcinqp.php on line 178
Warning: Trying to access array offset on null in .../plugins/h5p/formulaires/hcinqp.php on line 178
Warning: Undefined array key "dynamicDependencies" in .../plugins/h5p/formulaires/hcinqp.php on line 179
Warning: Trying to access array offset on null in .../plugins/h5p/formulaires/hcinqp.php on line 179
Précision pour reproduire le problème :
- l'erreur apparait au retour sur la page
...ecrire/?exec=article&id_article=456
depuis la page d'édition...ecrire/?exec=article_edit&id_article=456
à chaque nouvelle insertion d'un<emb...>
d'un document H5P (lors de la décompaction du zip ?).
Modification effectuée par cy.altern