session_start(); $root = "../.."; include_once($root."/include/sessionFunctions.inc.php"); /* reservierungsplan startseite zur wartung des designs author: christian osterrieder utilo.eu */ //variablen: $unterkunft_id = getSessionWert(UNTERKUNFT_ID); $passwort = getSessionWert(PASSWORT); $benutzername = getSessionWert(BENUTZERNAME); $sprache = getSessionWert(SPRACHE); //datenbank öffnen: include_once("../../conf/rdbmsConfig.php"); //andere funktionen importieren: include_once("../../include/benutzerFunctions.php"); include_once("../../include/unterkunftFunctions.php"); include_once("../../include/gastFunctions.php"); include_once("../../include/autoResponseFunctions.php"); include_once("../../include/einstellungenFunctions.php"); include_once("../../include/propertiesFunctions.php"); include_once("../../include/uebersetzer.php"); include_once("../templates/components.php"); //uebersetzer einfuegen: include_once("../../include/uebersetzer.php"); $standardsprache = getStandardSprache($unterkunft_id,$link); //variablen initialisieren: $subject_de = ""; $anrede_de = ""; $text_de = ""; $unterschrift_de = ""; $subject_en = ""; $anrede_en = ""; $text_en = ""; $unterschrift_en = ""; $subject_fr = ""; $anrede_fr = ""; $text_fr = ""; $unterschrift_fr = ""; $subject_it = ""; $anrede_it = ""; $text_it = ""; $unterschrift_it = ""; $subject_nl = ""; $anrede_nl = ""; $text_nl = ""; $unterschrift_nl = ""; $subject_sp = ""; $anrede_sp =""; $text_sp = ""; $unterschrift_sp = ""; $subject_es = ""; $anrede_es = ""; $text_es = ""; $unterschrift_es = ""; ?>
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\autoResponse\texteAnzeigen.php(68): include_once()
#1 {main}
thrown in D:\xampp\htdocs\_0\06_Hotel\rezervi3\webinterface\templates\bodyA.php on line 2