justvanbloom / phpvirtualbox

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

The dropdown box for CD/DVD not shown #198

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Install VirtualBox 4.0.4
2. Access CD/DVD in a running machine
3.

What is the expected output? What do you see instead?

The dropdown box for selecting the media for CD/DVD
is not shown anymore.

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

Ubuntu-10.10 Server

Please provide any additional information below.

In phpVirtualBox-4-2 there is shown the following error:
----------------------------------------------------------------
Exception Object
(
    [message:protected] => Undefined method: getRecentMediums
    [string:Exception:private] => 
    [code:protected] => 0
    [file:protected] => /var/www/phpvirtualbox-4-2/lib/vboxconnector.php
    [line:protected] => 233
    [trace:Exception:private] => Array
        (
            [0] => Array
                (
                    [file] => /var/www/phpvirtualbox-4-2/lib/ajax.php
                    [line] => 99
                    [function] => __call
                    [class] => vboxconnector
                    [type] => ->
                    [args] => Array
                        (
                            [0] => getRecentMediums
                            [1] => Array
                                (
                                    [0] => Array
                                        (
                                            [fn] => getRecentMediums
                                        )

                                    [1] => Array
                                        (
                                            [0] => Array
                                                (
                                                    [data] => Array
                                                        (
                                                        )

                                                    [errors] => Array
                                                        (
                                                        )

                                                    [persist] => Array
                                                        (
                                                        )

                                                )

                                        )

                                )

                        )

                )

            [1] => Array
                (
                    [file] => /var/www/phpvirtualbox-4-2/lib/ajax.php
                    [line] => 99
                    [function] => getRecentMediums
                    [class] => vboxconnector
                    [type] => ->
                    [args] => Array
                        (
                            [0] => Array
                                (
                                    [fn] => getRecentMediums
                                )

                            [1] => Array
                                (
                                    [0] => Array
                                        (
                                            [data] => Array
                                                (
                                                )

                                            [errors] => Array
                                                (
                                                )

                                            [persist] => Array
                                                (
                                                )

                                        )

                                )

                        )

                )

        )

    [previous:Exception:private] => 
)
----------------------------------------------------------------

Then the webbrowser is waiting forever.

In phpVirtualBox-4.0-3 there is no error messages,
but the webbrowser is also waiting forever.

To get this working again I have to restart phpVirtualBox,
and stop the virtual machine. Then I am able to change the
media for CD/DVD .

Ernst

Original issue reported on code.google.com by ernst.gi...@gmail.com on 18 Feb 2011 at 10:46

GoogleCodeExporter commented 9 years ago
Clear your web browser's cache and refresh the phpvirtualbox page

Original comment by imooreya...@gmail.com on 19 Feb 2011 at 12:27

GoogleCodeExporter commented 9 years ago
Hi,

Thanks, you save my day.

But I found one other issues with phpVirtualBox-4.0-3:

When I select a machine then I select 'Stop' and then select e.g. 'ACPI 
Start/Stop'
the detailed description (on right side) is gone.

This was not so in the previous version (stays on the selcted machine).

But anyway you did a great job.

Ernst

Original comment by ernst.gi...@gmail.com on 19 Feb 2011 at 1:04