dgzyk / phpvirtualbox

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

Error of type 'path is not fully qualified (0x80BB0004)' with enforceVMOwnership enabled #539

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Steps to reproduce:

1. Add 'var $enforceVMOwnership = true;' to config;
2. Create some additional users (don't know is it essential)
3. Log in as Admin and try to create new virtual disk.

And "VirtualBox error: The given path 'admin_D:\_vbox\vms\VMNAME\VHDDNAME.vdi' 
is not fully qualified (0x80BB0004)" error is dropped.

Using phpvirtualbox 4.1.7, virtualbox 4.1.14, IIS7 on win2008r2 with all actual 
updates, php-5.4.2-Win32-VC9-x86 (thread-safe) via MS fastcgi.

Regards.

Original issue reported on code.google.com by vadim.th...@gmail.com on 12 May 2012 at 5:35

GoogleCodeExporter commented 8 years ago
This has been fixed in the SVN version by myself :)

please download the SVN version and give that a try...

Original comment by simonsmi...@gmail.com on 14 May 2012 at 4:34

GoogleCodeExporter commented 8 years ago
Thanks Simon.
I just tried actual trunk version, but I've got another problem: any "progress" 
dialogs fails with "Could not find progress operation:" errors. This happens 
when powering VM on or off, and when trying to "install guest additions". BTW 
this "progress dialogs" doesn't work in stable 4.1.7 version for me (progress 
dialogs stucks on top until manual page reload and browser console shows 
uncaught javascript exception in all my browsers. Strange fact that everything 
works fine with another server which has IIS6, not IIS7) so I guess this is 
some misconfiguration at my side which I trying to find.

Original comment by vadim.th...@gmail.com on 15 May 2012 at 2:33

GoogleCodeExporter commented 8 years ago
i would try, deleting your phpvirtualbox folder and download the latest SVN 
version (NOT STABLE ZIP)

then set ya config file and give that a try :)

Original comment by simonsmi...@gmail.com on 19 May 2012 at 2:02

GoogleCodeExporter commented 8 years ago

Original comment by imooreya...@gmail.com on 13 Sep 2012 at 12:50