Recent content by KingMarcel

  1. K

    Resolved open_basedir restriction

    Fixed: Pleskuser need the directory rights in windows
  2. K

    Resolved open_basedir restriction

    Hello, I'm currently having an issue with open_basedir restriction on php 8.0. I'm trying to scan an directory in php like $verzeichnis = "B:/Backups/Datenbankbackups/" . $dbname; if (is_dir($verzeichnis)) ... My PHP Setting (in Plesk Obisdian) is: open_basedir =...
Back
Top