PHP kann unter Plesk nicht auf Dateien und Verzeichnisse ausserhalb des Webroots zugreiffen. Dies wird mit der Variable open_basedir gesteuert.
Entfernen kann man diese Einschränkung folgendermassen:
1) If you have an open_basedir restriction that is causing issues with a domain, you can remove the restriction easily. First, put the following text in /var/www/vhosts/[domain]/conf/vhost.conf:
php_admin_value open_basedir none
2) „/usr/local/psa/admin/sbin/websrvmng –reconfigure-vhost –vhost-name=“ ausführen
3) /etc/init.d/httpd reload
Danach hat es bei mir super funktioniert.