-Sensemann-
03-12-2003, 17:29
Hallo,
ich muss in gut 45 Minuten los mit im Gepäck eine Homepage auf meinem Notebook.
Das Problem, der Apache funktioniert nicht so wie er soll.
Es ist von TSW
Apache2.0
das ist die Fehlermeldung.
Warning: main(.;C:/Programme/TSW/Apache2/htdocs/bilder/templates/head.tpl): failed to open stream: No such file or directory in C:\Programme\TSW\Apache2\htdocs\bilder\index.php on line 32
Fatal error: main(): Failed opening required '.;C:/Programme/TSW/Apache2/htdocs/bilder/templates/head.tpl' (include_path='.;C:\Programme\TSW\Apache2\php\pear \pear\') in C:\Programme\TSW\Apache2\htdocs\bilder\index.php on line 32
Sorry, ich würd zwar gerne ne Knoppix CD nehmen leider startet die beim Notebook nicht :(
die Index.php sieht wie folgt aus.
<?php
$tpl_path = "htdocs/bilder/templates/";
if ($_REQUEST['showpage'] == "") {
$template = "index.tpl";
}
else {
$template = $_REQUEST['showpage'] . ".tpl";
}
if (!file_exists($tpl_path . $template)) {
$template = "error.tpl";
}
require($tpl_path . "head.tpl");
require($tpl_path . $template);
require($tpl_path . "foot.tpl");
?>
hat jemand eine idee?
danke :)
Url:
http://localfoo.info/modules/news/
ich muss in gut 45 Minuten los mit im Gepäck eine Homepage auf meinem Notebook.
Das Problem, der Apache funktioniert nicht so wie er soll.
Es ist von TSW
Apache2.0
das ist die Fehlermeldung.
Warning: main(.;C:/Programme/TSW/Apache2/htdocs/bilder/templates/head.tpl): failed to open stream: No such file or directory in C:\Programme\TSW\Apache2\htdocs\bilder\index.php on line 32
Fatal error: main(): Failed opening required '.;C:/Programme/TSW/Apache2/htdocs/bilder/templates/head.tpl' (include_path='.;C:\Programme\TSW\Apache2\php\pear \pear\') in C:\Programme\TSW\Apache2\htdocs\bilder\index.php on line 32
Sorry, ich würd zwar gerne ne Knoppix CD nehmen leider startet die beim Notebook nicht :(
die Index.php sieht wie folgt aus.
<?php
$tpl_path = "htdocs/bilder/templates/";
if ($_REQUEST['showpage'] == "") {
$template = "index.tpl";
}
else {
$template = $_REQUEST['showpage'] . ".tpl";
}
if (!file_exists($tpl_path . $template)) {
$template = "error.tpl";
}
require($tpl_path . "head.tpl");
require($tpl_path . $template);
require($tpl_path . "foot.tpl");
?>
hat jemand eine idee?
danke :)
Url:
http://localfoo.info/modules/news/