Open_basedir fehler ( TMP ) bei vielen Plugins

  • Hallo,
    habe bei sehr vielen Plugins Probleme diese lassen sich nicht aktivieren.
    Immer kommen diese fehler:

    in der phpinfo steht der richtige Pfad:
    open_basedir/var/www/vhosts/ABC.de/httpdocs:/tmpno valuedort ist auch ein ordner tmp mit 777 ....

    Warning: %v%v() [function.%v]: open_basedir restriction in effect. File(/utility-class.php) is not within the allowed path(s): (/var/www/vhosts/ABC.de/httpdocs:/tmp) in /var/www/vhosts/ABC.de/httpdocs/ABC/wp-content/plugins/broken-link-checker/broken-link-checker.php on line 51

    Warning: %v%v() [function.%v]: failed to open stream: Operation not permitted in /var/www/vhosts/ABC.de/httpdocs/ABC/wp-content/plugins/broken-link-checker/broken-link-checker.php on line 51

    Warning: %v%v() [function.%v]: open_basedir restriction in effect. File(/utility-class.php) is not within the allowed path(s): (/var/www/vhosts/ABC.de/httpdocs:/tmp) in /var/www/vhosts/ABC.de/httpdocs/ABC/wp-content/plugins/broken-link-checker/broken-link-checker.php on line 51

    Warning: %v%v() [function.%v]: failed to open stream: Operation not permitted in /var/www/vhosts/ABC.de/httpdocs/ABC/wp-content/plugins/broken-link-checker/broken-link-checker.php on line 51

    Fatal error: %v%v() [function.require]: Failed opening required 'utility-class.php' (include_path='.:.:') in /var/www/vhosts/ABC.de/httpdocs/ABC/wp-content/plugins/broken-link-checker/broken-link-checker.php on line 51

    • Anzeige

    Hallo!

    Wenn du gerade an deiner Website arbeitest oder dein aktuelles Hosting überdenkst: Wir betreiben mit NetzLiving eine Hosting-Plattform, die speziell auf Performance, Sicherheit und einfache Verwaltung ausgelegt ist.

    • ✔️ Schnelle Ladezeiten (optimiert für WordPress & Co.)
    • ✔️ Deutsche Server & DSGVO-konform
    • ✔️ Persönlicher Support (kein 0815-Ticket-System)

    Mehr erfahren

  • Dein Provider hat die erlaubten Pfade falsch eingestellt. Zum Beispiel will das Plugin "Broken Link Checker" weitere Dateien aus dem aktuelle Verzeichnis nachladen:

    PHP
    require 'utility-class.php';
    require 'instance-classes.php';
    require 'link-classes.php';


    was aber nicht geht, den dein Provider hat den aktuellen Pfad "./" nicht mit in der Liste der erlaubten Pfade aufgenommen. Teile das bitte deinem Provider mit.

  • das habe ich mir schon gedacht. Die frage ist ob er das auch hinbekommt deshalb frage ich wo man das machen muss :D

    edit:
    Vom Hoster:
    [COLOR=#000000][FONT=Times New Roman][COLOR=#000080][FONT=Arial]erlaubte Pfade, wo genau bei welcher variable und in welchem Syntax ist dies einzustellen ?[/FONT][/COLOR][/FONT][/COLOR]

    Einmal editiert, zuletzt von FxPGoD (15. Juni 2009 um 17:06)

  • hat nichts gebracht
    Warning: %v%v() [function.%v]: open_basedir restriction in effect. File(/utility-class.php) is not within the allowed path(s): (.:/var/www/vhosts/ABC.de/:/tmp) in /var/www/vhosts/ABC.de/httpdocs/ABC/wp-content/plugins/broken-link-checker/broken-link-checker.php on line 51

    Warning: %v%v() [function.%v]: failed to open stream: Operation not permitted in /var/www/vhosts/ABC.de/httpdocs/ABC/wp-content/plugins/broken-link-checker/broken-link-checker.php on line 51

    Warning: %v%v() [function.%v]: open_basedir restriction in effect. File(/utility-class.php) is not within the allowed path(s): (.:/var/www/vhosts/ABC.de/:/tmp) in /var/www/vhosts/ABC.de/httpdocs/ABC/wp-content/plugins/broken-link-checker/broken-link-checker.php on line 51

    Warning: %v%v() [function.%v]: failed to open stream: Operation not permitted in /var/www/vhosts/ABC.de/httpdocs/ABC/wp-content/plugins/broken-link-checker/broken-link-checker.php on line 51

    Fatal error: %v%v() [function.require]: Failed opening required 'utility-class.php' (include_path='.:.:') in /var/www/vhosts/ABC.de/httpdocs/ABC/wp-content/plugins/broken-link-checker/broken-link-checker.php on line 51

Jetzt mitmachen!

Sie haben noch kein Benutzerkonto auf unserer Seite? Registrieren Sie sich kostenlos und nehmen Sie an unserer Community teil!