I decided it was time to update to 5.0 due to the RDP issues I had and
seemed to be with Windows 10 and Vbox 4.3..
Since upgrading to Vbox 5.0.6 and php virtualbox 5.0.3, I have lost the
functionality of loading it up on chrome. It throws an error in the console
"Uncaught TypeError: Cannot read property 'contextMenu' of undefined."
Am I doing something wrong here or did I stumble upon a bug?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
For a workaround, until the issue can be tracked down, just comment out the offending code in panes/toolbar.html (around line 51). Comment out the block (~13 lines). Your stop button won't work in the toolbar, but it will still work if you right-click the VM in the list and use the Stop context menu.
Last edit: Cathal Garvey 2015-11-30
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I decided it was time to update to 5.0 due to the RDP issues I had and
seemed to be with Windows 10 and Vbox 4.3..
Since upgrading to Vbox 5.0.6 and php virtualbox 5.0.3, I have lost the
functionality of loading it up on chrome. It throws an error in the console
"Uncaught TypeError: Cannot read property 'contextMenu' of undefined."
Am I doing something wrong here or did I stumble upon a bug?
Same here on Chrome 46.0.2490.86 (64-bit) (OS 10.11.1):
Here's the problematic line:
vboxChooserToolbarTop.getButtonElement('stop').contextMenu({
Track the issue: https://sourceforge.net/p/phpvirtualbox/bugs/53/
For a workaround, until the issue can be tracked down, just comment out the offending code in panes/toolbar.html (around line 51). Comment out the block (~13 lines). Your stop button won't work in the toolbar, but it will still work if you right-click the VM in the list and use the Stop context menu.
Last edit: Cathal Garvey 2015-11-30
I'm not seeing this issue. Did you guys clear your browser cache after upgrading?
It's not loading in Microsoft Edge either.