Hallo,
ich habe gerade ein kleines Problem bei einem include und weiß leider nicht so genau, woran das liegt... Hoffentlich könnt ihr mir helfen:
Also:
folgendes funktioniert nicht:
Dabei bekomme ich folgenden Fehler:
Allerdings funktioniert folgendes:
Allerdings sind die Links doch identisch oder irre ich mich da jetzt? Das / am Anfang eines Links steht doch auch für das Root-Vereichnis oder nicht?
Hoffentlich wisst ihr weiter...
mfg
Gsus
ich habe gerade ein kleines Problem bei einem include und weiß leider nicht so genau, woran das liegt... Hoffentlich könnt ihr mir helfen:
Also:
folgendes funktioniert nicht:
PHP:
include('/dev/proflex/admin/templates/site.tpl');
Code:
[B]Warning[/B]: include(/dev/proflex/admin/templates/site.tpl) [[URL="https://localhost/dev/proflex/admin/module/function.include"]function.include[/URL]]: failed to open stream: No such file or directory in [B]C:\xampp\htdocs\dev\proflex\admin\module\admins.php[/B] on line [B]61[/B]
[B]Warning[/B]: include() [[URL="https://localhost/dev/proflex/admin/module/function.include"]function.include[/URL]]: Failed opening '/dev/proflex/admin/templates/site.tpl' for inclusion (include_path='.;C:\xampp\php\PEAR') in [B]C:\xampp\htdocs\dev\proflex\admin\module\admins.php[/B] on line [B]61[/B]
PHP:
include($_SERVER['DOCUMENT_ROOT'].'/dev/proflex/admin/templates/site.tpl');
Hoffentlich wisst ihr weiter...
mfg
Gsus