Datenbank hochladen
am 23.12.2009 - 11:19 Uhr in
Hallo aller Seid,
ich habe heute etwas vermaschelt.
Ich habe 2 Formular und bis jetzt hat einwandfrei funktioniert. Ich bin jetzt in darauf gekommen das alle Kontakt Formular wird als Anmeldung zum Mailbox kommt und diese Anmeldung ist nämlich für Anmeldung seite. Da habe ich eine einstellung verändert und nun bekomme ich diese Meldung
warning: Invalid argument supplied for foreach() in /..../htdocs/sites/all/modules/webform/webform.module on line 2423.
hat jemand eine Ide?
in Quel Code sieht so aus
function _webform_components_tree_flatten($tree) {
$components = array();
foreach ($tree as $cid => $component) {
if (isset($component['children'])) {
unset($component['children']);
$components[$cid] = $component;
// array_merge() can't be used here because the keys are numeric.
$children = _webform_components_tree_flatten($tree[$cid]['children']);
foreach ($children as $ccid => $ccomponent) {
$components[$ccid] = $ccomponent;
}
}
else {
$components[$cid] = $component;
}
}
return $components;
}
ich habe heute noch da vor MYSQL DB exportiert-ganz normal. Kann ich diese DB vielleicht noch einmal importieren? Vielleicht geht wieder und kann ich noch einmal versuchen um zu korrigieren?
Danke euch alle im Voraus
- Anmelden oder Registrieren um Kommentare zu schreiben

meine fehler
am 23.12.2009 - 11:49 Uhr
das ist meine fehler:
ich bin in Formular gegangen- Bearbeten- Form Components- und dann habe ich den ersten Felgruppe bearbeiten gedrukt und die Weiter Einstellungen- da habe ich unter PARENT FELDSET statt ROOT habe ich ETWAS ausgewählt und nun sehe ich keine komponenten von meine alten Kontakt Formular sondern nur neue FELDTYPE such funktion.
Kann ich wieder in meinem URSPRUNG zurück keheren?
lg
Field Key: *
Enter a machine readable key for this form element. May contain only lowercase alphanumeric characters and underscores. This key will be used as the name attribute of the form element. This value has no effect on the way data is saved, but may be helpful if using Additional Processing or Validation code.
Parent Fieldset:
Optional. You may organize your form by placing this component inside another fieldset.