Closed GoogleCodeExporter closed 8 years ago
Anyone need any further information to help troubleshoot this?
Original comment by jeffreym...@gmail.com
on 16 Feb 2013 at 10:23
I've had this problem and fixed it by using the same IP address in both
config.php and /etc/default/virtualbox.
Try this:
In /etc/default/virtualbox set:
VBOXWEB_HOST=127.0.0.1
Don't use localhost as that might resolve to the IPv6 address of "::1"
In config.php set:
var $location = 'http://127.0.0.1:18083/';
see if that helps.
Original comment by da...@smaug.co.uk
on 17 May 2013 at 3:39
Open a new issue if you are still having this problem.
Original comment by imooreya...@gmail.com
on 11 Jul 2013 at 4:23
Hallo,
I'm experiencing the same error when trying to access the
phpvirtualbox-webinterface.
Instead of the login-windows this error-message appears:
"Bei der Kommunikation mit dem vboxwebsrv ist ein Fehler aufgetreten. Bevor
dieser Fehler nicht behoben wird und diese Seite neu geladen wurde, werden von
phpVirtualBox keine Anfragen mehr gesendet. Einzelheiten entnehmen Sie der
folgenden Dialogbox.
" (german)
"An error occurred communicating with your vboxwebsrv. No more requests will be
sent by phpVirtualBox until the error is corrected and this page is refreshed.
The details of this connection error should be displayed in a subsequent dialog
box." (english)
Are there any points where I can try to begin debugging this?
Kind regards,
D0C
Original comment by dockwo...@gmail.com
on 6 Oct 2014 at 11:23
Original issue reported on code.google.com by
jeffreym...@gmail.com
on 14 Feb 2013 at 2:34Attachments: