IDKategorieVersionAuswirkungReproduzierbarMeldungsdatumLetzte Aktualisierung
128[openPHPnuke] Core Kleiner FehlerNicht getestet01.01.2004 11:07:1901.01.2004 21:41:07

Reporter[manne]Status anzeigenÖffentlich
Bearbeitung durchhombergsPrioritätNormal
LösungBehobenStatusBehoben
 ProjektionKeine
AufwandKeiner 

Beginn
Fertigstellung

Zusammenfassungsystem/article/index.php line 87
BeschreibungOpenPHPNuke TroubleTicket ID 8
I have had occasions on where $userfile was a empty array.
I'm not sure what causes this directly but a temporary work around for me was adding '&& ($userfile != 'Array)' to the if/else construction.
Otherwise the system is trying to add a image which doesn't exsist..

I don't know where the empry array actually comes from...

Ries
Zusätzliche InformationIch habe Fälle in welchen $userfile ein leeres Array ist. Dabei bin ich mir nicht sicher, was dieses direkt verursacht, aber ein Workaround für mich war, ein '&& ($userfile != 'Array)' zur if/else Konstruktion hinzuzufügen.
Anderenfalls versucht das System ein bild hinzuzufügen, welches nicht existiert.
Ich weiss nicht, wo das leere Array herkommt.