session_start(); $root = "../.."; // Set flag that this is a parent file define( '_JEXEC', 1 ); include_once($root."/include/sessionFunctions.inc.php"); /* reservierungsplan hochladen eines bilder fuer ein zimmer author: coster date: 18.8.05 */ //datenbank öffnen: include_once("../../conf/rdbmsConfig.php"); //andere funktionen importieren: include_once("../../include/benutzerFunctions.php"); include_once("../../include/unterkunftFunctions.php"); include_once("../../include/uebersetzer.php"); include_once("../../include/bildFunctions.php"); include_once("../templates/components.php"); //variablen intitialisieren: $unterkunft_id = getSessionWert(UNTERKUNFT_ID); $benutzername = getSessionWert(BENUTZERNAME); $passwort = getSessionWert(PASSWORT); $sprache = getSessionWert(SPRACHE); $index = $_POST["index"]; $bilder_id = $_POST["bilder_id"]; ?>
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\zimmerBearbeiten\bilderLoeschenDurchfuehren.php(39): include_once()
#1 {main}
thrown in D:\xampp\htdocs\_0\06_Hotel\rezervi3_4_0\webinterface\templates\bodyA.php on line 2