website logo
Auteur
avatar
nicolas2

Forum » » Bugs, Probs ... » » Bug si pas d'article


Posté : 30 janv. 2021 à 21:05 icone du post

proposition pour contourner ce warning

index.php ligne 158 juste avant le sizeof ajouter cette ligne if(is_null($news_tab)) return;.

   
// si aucune news enregistrer alors return
   if(is_null($news_tab)) return;
   $newscount=sizeof($news_tab);




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