session_start(); $root = "../.."; // Set flag that this is a parent file define( '_JEXEC', 1 ); include_once($root."/include/sessionFunctions.inc.php"); /* reservierungsplan eine angefragte reservierung bestätigen - als belegt im plan eintragen author: christian osterrieder utilo.eu dieser seite muss übergeben werden: Benutzer PK_ID $benutzer_id Reservierung PK_ID $reservierungs_id Unterkunft PK_ID $unterkunft_id */ //variablen: $unterkunft_id = getSessionWert(UNTERKUNFT_ID); $passwort = getSessionWert(PASSWORT); $benutzername = getSessionWert(BENUTZERNAME); $reservierungs_id = $_POST["reservierungs_id"]; $reservierungen = split ( "," , $reservierungs_id ); if (isset($_POST["antwort"])){ $antwort = $_POST["antwort"]; $art = $_POST["art"]; } else{ $antwort = false; } $sprache = getSessionWert(SPRACHE); //datenbank öffnen: include_once("../../conf/rdbmsConfig.php"); //andere funktionen importieren: include_once("../../include/benutzerFunctions.php"); include_once($root.'/include/zimmerFunctions.php'); include_once("../../include/datumFunctions.php"); include_once("../../include/unterkunftFunctions.php"); include_once("../../include/gastFunctions.php"); include_once("../../include/reservierungFunctions.php"); include_once("../../include/autoResponseFunctions.php"); include_once("../../include/priceFunctions.inc.php"); include_once("../../include/uebersetzer.php"); include_once("../templates/components.php"); //uebersetzer einfuegen: include_once("../../include/uebersetzer.php"); ?>
Fatal error: Uncaught Error: Call to undefined function getUebersetzung() in D:\xampp\htdocs\_0\06_Hotel\rezervi3_4_0\webinterface\templates\bodyA.php:2
Stack trace:
#0 D:\xampp\htdocs\_0\06_Hotel\rezervi3_4_0\webinterface\anfragenBearbeiten\anfrageBestaetigen.php(57): include_once()
#1 {main}
thrown in D:\xampp\htdocs\_0\06_Hotel\rezervi3_4_0\webinterface\templates\bodyA.php on line 2