session_start(); $root = "../.."; include_once($root."/include/sessionFunctions.inc.php"); /* reservierungsplan startseite zur wartung der reservierung für den benutzer author: christian osterrieder utilo.eu dieser seite muss übergeben werden: Benutzer PK_ID $benutzer_id */ $unterkunft_id = getSessionWert(UNTERKUNFT_ID); $passwort = getSessionWert(PASSWORT); $benutzername = getSessionWert(BENUTZERNAME); if (isset($_POST["hintergrund"])){ $hintergrund = $_POST["hintergrund"]; } else{ $hintergrund = "0"; } if (isset($_POST["font_family"])){ $font_family = $_POST["font_family"]; } else{ $font_family = "0"; } if (isset($_POST["font_size"])){ $font_size = $_POST["font_size"]; } else{ $font_size = "0"; } if (isset($_POST["font_style"])){ $font_style = $_POST["font_style"]; } else{ $font_style = "0"; } if (isset($_POST["font_weight"])){ $font_weight = $_POST["font_weight"]; } else{ $font_weight = "0"; } if (isset($_POST["text_align"])){ $text_align = $_POST["text_align"]; } else{ $text_align = "0"; } if (isset($_POST["color"])){ $color = $_POST["color"]; } else{ $color = "0"; } if (isset($_POST["border"])){ $border = $_POST["border"]; } else{ $border = "0"; } if (isset($_POST["border_color"])){ $border_color = $_POST["border_color"]; } else{ $border_color = "0"; } if (isset($_POST["background_color"])){ $background_color = $_POST["background_color"]; } else{ $background_color = "0"; } if (isset($_POST["height"])){ $height = $_POST["height"]; } else{ $height = "0"; } if (isset($_POST["width"])){ $width = $_POST["width"]; } else{ $width = "0"; } $stylesheet = $_POST["stylesheet"]; $sprache = getSessionWert(SPRACHE); //datenbank öffnen: include_once("../../conf/rdbmsConfig.php"); //andere funktionen importieren: include_once("../../include/benutzerFunctions.php"); include_once("../../include/unterkunftFunctions.php"); //uebersetzer einfuegen: include_once("../../include/uebersetzer.php"); include_once("./stylesHelper.php"); ?>
Fatal error: Uncaught Error: Call to undefined function getUebersetzung() in D:\xampp\htdocs\_0\06_Hotel\rezervi3\webinterface\templates\bodyA.php:2
Stack trace:
#0 D:\xampp\htdocs\_0\06_Hotel\rezervi3\webinterface\designBearbeiten\styles.php(105): include_once()
#1 {main}
thrown in D:\xampp\htdocs\_0\06_Hotel\rezervi3\webinterface\templates\bodyA.php on line 2