Menu

Grey blank screen with phpvirtualbox 4.3-2

Help
Per
2015-03-15
2015-04-04
  • Per

    Per - 2015-03-15

    I just upgraded to 4.3-2 to match my current Virtualbox version.

    When I go to the phpvirtualbox web page, a "Loading" message flashes by briefly and then I'm stuck at a grey screen.

    I stepped the code in index.html, and execution hits this return statement:

    // Was there an error? Assume it was displayed and just return from function
    if($('#vboxPane').data('vboxSession') && !$('#vboxPane').data('vboxSession').success) {
        return;
    }
    

    But no error message is being displayed.

    How can I figure out the error?

     
  • Ian Moore

    Ian Moore - 2015-04-04

    Odd. Can you make a backup of your current config.php and create a new one from config.php-example and see if that makes a difference?

     

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.