website logo
Auteur
avatar
jpb

Forum » » Bugs, Probs ... » » Nouvelle install sous usbwebserver PHP 8.1


Posté : 20 févr. 2025 à 11:41 icone du post

Citation : colonelwog
correction apportée dans Mainfile ligne 2162:
[code php]$arraylecture = explode('|', $SAQ['fdroits1_descr']);[/code]
par
[code php] $arraylecture = [];
if (isset($SAQ['fdroits1_descr']) && is_string($SAQ['fdroits1_descr'])) {
    $arraylecture = explode('|', $SAQ['fdroits1_descr']);
}[/code]
<== fait sur github
L'eau goutte à goutte finit toujours par percer la pierre.

Cet article provient de NPDS
https://www.npds.org/viewtopic.php?topic=26963&forum=1