Hallo, ich bin neu hier und habe ein Problem:
Mein Code lautet:
Eigentlich funktioniert das Skript, nur kommt die Warnung:
[COLOR=red]warning: Invalid argument supplied for foreach() in /opt/lampp/htdocs/bc/000/user_profile.tpl.php on line 4.[/COLOR]
Wäre jemand von Euch bereit, mir da weiter zu helfen.
Mein Code lautet:
PHP-Code:
<div class="profilrahmen">
<?php print theme('user_picture', $account); $out_order = array('Status', 'Firma', 'Position', 'Branche'); foreach ($out_order as $i => $category) { ?>
<div class="userprofile_sort"><?php print $category ?>:</div>
<?php foreach ($fields[$category] as $item) ?>
<div class="profildaten"><?php print $item['value'] ?></div><br class="clear" /><?php } unset($fields[$category]); ?> </div>
[COLOR=red]warning: Invalid argument supplied for foreach() in /opt/lampp/htdocs/bc/000/user_profile.tpl.php on line 4.[/COLOR]
Wäre jemand von Euch bereit, mir da weiter zu helfen.
Kommentar