Jump to content
xt:Commerce Community Forum

Whats_new Modul Php Error


snopy23

Recommended Posts

Hallo,

habe alles laut Anleitung gemacht, doch nun bekomme ich folgenden Fehler beim Aufruf der Startseite:

Warning: Invalid argument supplied for foreach() in /usr/local/apache/htdocs/shop1/includes/modules/whats_new.php on line 78

der betroffene Teil lautet wie folgt:

# get a random part of it

$rand_keys = array_rand($tmp_content, $how_much_entries);

foreach ($rand_keys as $key=>$value)

{

$box_content[] = $tmp_content[$value];

}

Die Zeile 78 ist folgende:

foreach ($rand_keys as $key=>$value)

Da ich nicht der PHP Profi bin br?uchte ich mal kurz hilfe.

Danke

snopy23

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
  • Create New...