LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   problem logging into phpvirtualbox (https://www.linuxquestions.org/questions/linux-software-2/problem-logging-into-phpvirtualbox-883097/)

kaplan71 05-27-2011 03:59 PM

problem logging into phpvirtualbox
 
Hi there --

I completed the installation of the phpvirtualbox software onto a Fedora Core 14 64-bit system. I am trying to log into webpage in question via the URL:

Quote:

<FQDN>:/phpvirtualbox
I get a login window, and I have tried both the default username and password as well as the local root username and password combinations, but in both cases, the error message that I am getting is the following:

Quote:

Error logging in to vboxwebsrv.
The details given are shown below:

Code:

Exception Object
(
    [message:protected] => Error logging in to vboxwebsrv.
    [string:Exception:private] =>
    [code:protected] => 64
    [file:protected] => /var/www/html/phpvirtualbox/lib/vboxconnector.php
    [line:protected] => 107
    [trace:Exception:private] => Array
        (
            [0] => Array
                (
                    [file] => /var/www/html/phpvirtualbox/lib/vboxconnector.php
                    [line] => 238
                    [function] => __vboxwebsrvConnect
                    [class] => vboxconnector
                    [type] => ->
                    [args] => Array
                        (
                        )

                )

            [1] => Array
                (
                    [file] => /var/www/html/phpvirtualbox/lib/auth/Builtin.php
                    [line] => 21
                    [function] => connect
                    [class] => vboxconnector
                    [type] => ->
                    [args] => Array
                        (
                        )

                )

            [2] => Array
                (
                    [file] => /var/www/html/phpvirtualbox/lib/ajax.php
                    [line] => 111
                    [function] => login
                    [class] => phpvbAuthBuiltin
                    [type] => ->
                    [args] => Array
                        (
                            [0] => root
                            [1] => k33p0ut
                        )

                )

        )

    [previous:Exception:private] =>
)

Has anyone seen this, and been able to correct the problem? Thanks.


All times are GMT -5. The time now is 02:05 AM.