session_start(); $root = "../.."; // Set flag that this is a parent file define( '_JEXEC', 1 ); include_once($root."/include/sessionFunctions.inc.php"); /* reservierungsplan anzeige des kalenders author: christian osterrieder utilo.eu dieser seite muss übergeben werden: Unterkunft PK_ID ($unterkunft_id) */ //variablen initialisieren: $unterkunft_id = getSessionWert(UNTERKUNFT_ID); $passwort = getSessionWert(PASSWORT); $benutzername = getSessionWert(BENUTZERNAME); $sprache = getSessionWert(SPRACHE); $zimmer_id = $_POST["zimmer_id"]; $monat = 1; $jahr = $_POST["jahr"]; setSessionWert(ZIMMER_ID,$zimmer_id); $sprache = getSessionWert(SPRACHE); //datenbank öffnen: include_once("../../conf/rdbmsConfig.php"); //funktions einbinden: include_once("../../include/unterkunftFunctions.php"); include_once("../../include/uebersetzer.php"); include_once("../../include/zimmerFunctions.php"); include_once("../../include/datumFunctions.php"); include_once("../../include/reservierungFunctions.php"); include_once("../../include/gastFunctions.php"); include_once("../../include/benutzerFunctions.php"); include_once("../../include/uebersetzer.php"); //helper-funktionen einfügen: include_once("./jahresuebersichtHelper.php"); include_once("../../include/propertiesFunctions.php"); $saAktiviert = getPropertyValue(SHOW_OTHER_COLOR_FOR_SA,$unterkunft_id,$link); ?>
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\reservierung\jahresuebersicht.php(51): include_once()
#1 {main}
thrown in D:\xampp\htdocs\_0\06_Hotel\rezervi3_4_0\webinterface\templates\bodyA.php on line 2