Nach dem Aktualisieren der VirtualBox Software kann es vorkommen, dass das Webfrontend phpVirtualBox aufgrund eines Versionskonfliktes nicht mehr startet.
This version of phpVirtualBox (5.0-5) is incompatible with VirtualBox 5.2.24_Debian. You probably need to download the latest phpVirtualBox 5.2.24
See the Versioning section below the file list in the link for more information
In den meisten Fällen funktioniert phpVirtualBox jedoch ohne Probleme mit der aktualisierten VirtualBox Software.
Den Fehler verursacht eine Versionsabfrage in der Datei …/phpvirtualbox/endpoint/api.php.
Um die Versionsabfrage anzupassen, muss die Versionsnummer der installierten VirtualBox Software einfach in folgender Zeile eingetragen werden:
1 2 |
//$response['data']['responseData']['phpvboxver'] = @constant('PHPVBOX_VER'); $response['data']['responseData']['phpvboxver'] = "5.2-24"; |
by Speefak