Hey I hade the same issue. You may want to analize your web server logs to find the php error. Use sudo tail -f -n 10 /var/log/apache2/error.log if it is reporting PHP Fatal error: Uncaught Error: Call to undefined function simplexml_load_string() in /virtualbox/endpoints/lib/language.php:73\nStack trace:\n#0 /virtualbox/endpoints/language.php(15): __vbox_language->__construct()\n#1 {main}\n thrown in /virtualbox/endpoints/lib/language.php on line 73 install php-xml and restart apache2 sudo apt-get...