Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Choose a Virtual optical Disk File Not Load files... #330

Open
udsonassis-pro opened this issue Sep 13, 2023 · 4 comments
Open

Choose a Virtual optical Disk File Not Load files... #330

udsonassis-pro opened this issue Sep 13, 2023 · 4 comments

Comments

@udsonassis-pro
Copy link

Hello friends,
I'm having problems trying to fix the iso image in phpvirtualbox.

  • Operating System: Ubuntu 22.04
  • Phpvirtualbox version 5.2
  • PHP version 8.2

image

@wesleykonrad
Copy link

Bump

although I don't even get the tree.

image

@martdu
Copy link

martdu commented Sep 18, 2023

Same problem here, I don't even get the tree. I tried changing the ownership (chown) of all the files to the corresponding VirtualBox user and group, but without success.

@chickme
Copy link

chickme commented Sep 20, 2023

Same to me

@Alexgolshtein
Copy link

Alexgolshtein commented Mar 19, 2024

  1. First: Try to uncomment and customise these options:
// Restrict locations / folders
#var $browserRestrictFolders = array('D:\\','C:\\Users\\Ian'); // Or something like array('/home/vbox',/var/ISOs')
var $browserRestrictFolders = array('/home/vbox');

// Force use of local, web server based file browser instead of going through vboxwebsrv
#var $browserLocal = true;

// Disable file / folder browser.
#var $browserDisable = true;

// Disable Windows drive detection
#var $noWindowsDriveList = true;

// Just list all drives from C:\ - Z:\ without checking if they exist or not.
// This may be required on older Windows systems with more than one drive.
#var $forceWindowsAllDriveList = `true;
  1. If this dosn't help, next try the following:
  • in the file /var/www/html/endpoints/jqueryFileTree.php
    -- Replace all occurrences of "count()" under the "if" statement by the "is_countable()".

Refer to this issues: #273

P.S> if your browser console displays "sever side error 500" on files loading, try the solution 2 first.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants