The base for folder handling is the JFolder class, found in the /libraries/src/Filesystem/Folder.php file.
Here is a step by step solution that I have found: and it's working very well:
- Open File Manager
- Open Folder "libraries"
- Open Folder "src"
- Open Folder "filesystem"
- Right Click on "folder.php" and click Edit.
- Look for the line, (search = obd):
$obd = ini_get('open_basedir');
Comment out that line with // at the beginning so it becomes://$obd = ini_get('open_basedir');
- Save and Close. And you're down.