dgzyk / phpvirtualbox

Automatically exported from code.google.com/p/phpvirtualbox
Other
0 stars 0 forks source link

Login error #533

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Exception Object
(
    [message:protected] => Error logging in to vboxwebsrv.
    [string:Exception:private] => 
    [code:protected] => 64
    [file:protected] => Z:\home\localhost\www\phpVirtualBox\lib\vboxconnector.php
    [line:protected] => 188
    [trace:Exception:private] => Array
        (
            [0] => Array
                (
                    [file] => Z:\home\localhost\www\phpVirtualBox\lib\vboxconnector.php
                    [line] => 210
                    [function] => connect
                    [class] => vboxconnector
                    [type] => ->
                    [args] => Array
                        (
                        )

                )

            [1] => Array
                (
                    [file] => Z:\home\localhost\www\phpVirtualBox\lib\ajax.php
                    [line] => 93
                    [function] => getVersion
                    [class] => vboxconnector
                    [type] => ->
                    [args] => Array
                        (
                        )

                )

        )

    [previous:Exception:private] => 
)

Location:http://127.0.0.1:18083/

What steps will reproduce the problem?
1.Installed phpVirtualBox (nothing changed in config.php)
2.Browsed to http://localhost/phpvirtualbox
3.Saw the error message

What version of phpVirtualBox, VirtualBox, and PHP are you using? On what
operating system?

PHP 5.2.0
phpVirtualBox - 4.1.7
VirtualBox - 4.1.14
Windows 7 Ultimate x64

Original issue reported on code.google.com by Popov.Iu...@gmail.com on 4 May 2012 at 11:58

GoogleCodeExporter commented 8 years ago
It was the Username && Password which I need to specify in config.php. I'm 
logged in as  Administrator (without a password) , but when I set this Username 
&& Password in config.php I get this error described later. So, the answer was 
: set a password to the  current user I was logged in with

Original comment by Popov.Iu...@gmail.com on 4 May 2012 at 1:06

GoogleCodeExporter commented 8 years ago
it always recommended to use a Username and password in Windows and never leave 
it as blank :) 

Original comment by simonsmi...@gmail.com on 5 May 2012 at 6:26