justvanbloom / phpvirtualbox

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

Folder selection shows "Access denied to /home/vbox/.VirtualBox" #238

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
I think I found a minor issue as I want the user to only see one directory in 
the selection screen for a new hard disk.

What steps will reproduce the problem?
- Set "$browserRestrictFolders = array('/home/vbox/HardDisks')"
- create new hard disk
- click on folder selection icon
- The screen shows in two rows:
Access denied to /home/vbox/.VirtualBox (/home/vbox/.VirtualBox)
/home/vbox/HardDisks
- select "/home/vbox/HardDisks"
- click on "ok"
- click again on folder selection icon --> no error message

What version of phpVirtualBox, VirtualBox, and PHP are you using? On what
operating system?
phpVirtualBox 4.0-5
VirtualBox 4.0.4
PHP 5.3.3
Debian Squeeze

Original issue reported on code.google.com by larsen...@web.de on 28 Mar 2011 at 2:27

GoogleCodeExporter commented 9 years ago
Can you post your config.php with the username / password / location removed 
please?

Original comment by imooreya...@gmail.com on 28 Mar 2011 at 10:28

GoogleCodeExporter commented 9 years ago
Never mind. I see what restrictFolders is set to.

Original comment by imooreya...@gmail.com on 28 Mar 2011 at 10:34

GoogleCodeExporter commented 9 years ago

Original comment by imooreya...@gmail.com on 28 Mar 2011 at 10:34

GoogleCodeExporter commented 9 years ago
This has been changed in the latest version of phpVirtualBox 4.0-6.

Original comment by imooreya...@gmail.com on 24 May 2011 at 6:02