Forum » » Bugs, Probs ... » » Nouvelle install sous usbwebserver PHP 8.1
Posté : 20 févr. 2025 à 11:41
Citation : colonelwog<== fait sur github
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]
Cet article provient de NPDS
https://www.npds.org/viewtopic.php?topic=26963&forum=1