Hallo,
wollte meine Funktionen aus einem externen php File inkludieren.Habe geschrieben:
include TEMPLATE_DIR.PHP.'phpFunctions.php';
wenn ich statt dem include ein echo mache gibt er mir den richtigen Pfad aus:
http://localhost/THEA/templates/thea/PHP/phpFunctions.phpSo, jetzt werden Errors geworden die:
Warning: include() [function.include]: URL file-access is disabled in the server configuration in C:\xampp\htdocs\THEA\templates\thea\index.php on line 33
Warning: include(
http://localhost/Thea/templates/thea/PHP/phpFunctions.php) [function.include]: failed to open stream: no suitable wrapper could be found in C:\xampp\htdocs\THEA\templates\thea\index.php on line 33
Warning: include() [function.include]: Failed opening '
http://localhost/Thea/templates/thea/PHP/phpFunctions.php' for inclusion (include_path='.;C:\xampp\php\pear\') in C:\xampp\htdocs\THEA\templates\thea\index.php on line 33
Was muss ich tun?^^