You are not logged in.

  • "darksideHELL" started this thread

Posts: 16

  • Send private message

1

Thursday, October 18th 2007, 8:36pm

Installation Extplorer

So ich konnte heute gleich Bekanntschaft mit dem wwwrun Problem machen als ich einen Ordner löschen wollte der von nem Script (Joomla) erstellt wurde.
Da ich aber nicht jedesmal den Support bei ner Änderung an einer Datei fragen möchte, hab ich mir ne Art Datei-Explorer auf PHP-Basis besorgt.

Bei der Installation von Extplorer kommt aber folgender Fehler für den ich keine Lösung finde:

Quoted

Warning: file_exists() [function.file-exists]: open_basedir restriction in effect. File(/var/www/web246/html) is not within the allowed path(s): (/var/www/web246/html/:/var/www/web246/phptmp/:/var/www/web246/files/:/var/www/web246/atd/) in /var/www/web246/html/extplorer/include/init.php on line 240
Und wenns hilft hier der CodeSchnipsel von Zeile 240 angefangen:

PHP Source code

1
2
3
4
5
6
7
8
9
10
if(!file_exists($GLOBALS["home_dir"])) {
  if(!file_exists($GLOBALS["home_dir"].$GLOBALS["separator"])) {
    if($GLOBALS["require_login"]) {
        $extra="".
            $GLOBALS["messages"]["btnlogout"]."";
    } 
    else $extra=NULL;
    ext_Result::sendResult(''false$GLOBALS["error_msg"]["home"]." (".$GLOBALS["home_dir"].")",$extra);
  }
}

This post has been edited 1 times, last edit by "darksideHELL" (Oct 18th 2007, 9:45pm)


Benji

Beginner

Posts: 4

Location: bald in Hamm

Occupation: Rettungssanitäter

  • Send private message

2

Thursday, October 18th 2007, 11:23pm

guck mal hier, sollte dir weiterhelfen:
http://de3.php.net/features.safe-mode

MfG
Benjamin

  • "darksideHELL" started this thread

Posts: 16

  • Send private message

3

Friday, October 19th 2007, 1:08pm

Hmm hat mir jetzt nicht wirklich weiter geholfen, aber ich habe es so hinbekommen das Extplorer mittlerweile trotz des Fehlers läuft.

Counter:

Hits today: 108 | Hits yesterday: 281 | Hits record: 5,348 | Hits total: 194,389
Rate this thread
Bookmark and Share