[TYPO3-german] Komischer open_basedir Fehler

Christian Lerrahn typo3 at penpal4u.net
Mon Feb 11 05:48:21 CET 2008


Hallo Christian,
> ich habe einen open_basedir Fehler den ich nicht in den Griff bekomme.
> 
> Wenn man sich zum Ersten mal die Meldung ansieht ist alles klar. Aber 
> ich habe es nochmal überprüft und die Rechte stimmen.
> 
> include_once('rem_xml_helper.php');
> Wird eingebunden und gibt folgende Meldungen aus:
> 
> Warning: %v%v() [function.%v]: open_basedir restriction in effect. 
> File(/rem_xml_helper.php) is not within the allowed path(s): 
> (/home/httpd/vhosts/xxxx.info/subdomains/www2/httpdocs:/tmp) in 
> /home/httpd/vhosts/xxxx.info/subdomains/www2/httpdocs/typo3conf/ext/rem_xml_import/class.xmlimport.php 
> on line 26
> 
> Also ??? File(/rem_xml_helper.php) ???
> 
> Laut phpinfo(); in diesem Verzeichnis ist mein open_basedir:
> /home/httpd/vhosts/xxxx.info/subdomains/www2/httpdocs:/tmp
> 
> Komisch ist auch "Warning: %v%v() [function.%v]"
> Da stimmt doch was nicht. %v ???
> 
> Ansonsten funktioniert die TYPO3 Installation mit TemplVoila, tt_news 
> und vielem anderen Extensions.
> 
> Hat jemand einen Tipp für mich?

Ich wuerde mal behaupten, du versuchst auf die
Datei /rem_xml_helper.php zuzugreifen, genau wie PHP behauptet. Das ist
NICHT /home/httpd/vhosts/xxxx.info/subdomains/www2/httpdocs/rem_xml_helper.php!
Somit haette PHP dann auch recht, dass du das nicht darfst. Pfade in
includes sind entweder relativ zum aktuellen Verzeichnis oder absolut
im DATEISYSTEM.

Gruss,
Christian



More information about the TYPO3-german mailing list