Hallo,
Im PHP-Skript, das als Text-Variante nicht erreichbar ist (Error 404) steht
Ok, ich habe das Skript als TXT gespeichert unter "lwAjaxTree.php.txt".
<?php
$roottree =
/usr/bin/xsltproc lwAjaxTree.xslt baum.xml
;
print $roottree;
?>
>
> Bereits dies funktioniert nicht. Pfad? Konfiguration von PHP auf dem Server?
Dort steht dann:
~~~php
<?php
$roottree = `/treemenu lwAjaxTree.xslt baum.xml`;
print $roottree;
?>
Ich gehe davon aus, dass sich der erste Pfad auf den Pfad zum Skript bezieht - oder irre ich da???
Die PHP-Konfiguration ist in etwa wie diese hier.
Hilft das weiter?
Dank und Gruß,
luti