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 =...