Hallo,
habe alles laut Anleitung gemacht, doch nun bekomme ich folgenden Fehler beim Aufruf der Startseite:
Zitat:
|
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:
Zitat:
# 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:
Zitat:
|
foreach ($rand_keys as $key=>$value)
|
Da ich nicht der PHP Profi bin br?uchte ich mal kurz hilfe.
Danke
snopy23