Hi, I am available to answer your questions but please note that this site is no more monitored by phpvirtualbox developers. Please report all issues to Github here: https://github.com/phpvirtualbox/phpvirtualbox/issues
Hi, I am available to answer your questions but please note that this site is no more monitored by phpvirtualbox developers. Please report all issues to Github here: https://github.com/phpvirtualbox/phpvirtualbox/issues
Hi, I am available to answer your questions but please note that this site is no more monitored by phpvirtualbox developers. Please report all issues to Github here: https://github.com/phpvirtualbox/phpvirtualbox/issues
Hi, The 'vboxmanage' command is part of Virtualbox and it has a 'per user' behaviour. You should run 'vboxmanage' as the same user specified in your config.php (var $username = ...).
Hi, The 'vboxmanage' command, as part of Virtualbox, has a 'per user' behaviour. You should run 'vboxmanage' as the same user specified in your config.php (var $username = ...).
Hi, You should run 'vboxmanage' as the same user specified in your config.php (var $username = ...).
Hi, Please note that this site is not monitored by phpvirtualbox developers. Please report all issues to Github here: https://github.com/phpvirtualbox/phpvirtualbox/issues
Hi, Please note that this site is not monitored by phpvirtualbox developers. Please report all issues to Github here: https://github.com/phpvirtualbox/phpvirtualbox/issues
Hi, Did you check your web server log file? Is there any PHP error? Can you attach you config.php here, after having blanked vbox's password in the file?
I forgot to say that the vboxmanage command must be run as your virtualbox user, e.g. the user you have configured in config.php var $username = XXX;.
Hi, I suppose you have var $authLib = 'Builtin'; in your config.php. To add a user, you can use: username="thomas" password="password1234" isAdmin=0 #Uncomment the following if you want the user to have admin rights #isAdmin=1 vboxmanage setextradata global phpvb/users/${username}/admin ${isAdmin} vboxmanage setextradata global phpvb/users/${username}/pass $(echo -n ${password} | sha512sum | awk '{print $1}') To delete a user, you can use : username="thomas" vboxmanage setextradata global phpvb/users/${username}/admin...
I just set up phpvirtualbox (5.2-0-rc1 from github) with a fresh Ubuntu 12.04 and Nginx. It is working fine for me. I did not find any "official" Virtualbox 5.2 package for Ubuntu 'precise' 12.04. Where did you find it? I have installed Virtualbox 5.1 instead. According to your nginx log entry, you have Nginx/php5-fpm misconfigured. Your Nginx configuration supposes that php5-fpm is listening to a unix socket /var/run/php5-fpm.sock, but that socket does not exist. You could try to edit /etc/php5/fpm/pool.d/www.conf...
Did you install the virtualbox package provided with Ubuntu or did you follow these instructions? What do you get if you run the following commands as root? /usr/lib/virtualbox/vboxdrv.sh status lsmod | grep vbox cat /etc/default/virtualbox
What do you get if you run the following commands as root? /usr/lib/virtualbox/vboxdrv.sh status lsmod | grep vbox cat /etc/default/virtualbox
What do you get if you run the following command as root? /usr/lib/virtualbox/vboxdrv.sh status lsmod | grep vbox cat /etc/default/virtualbox
Hi, There is a new release candidate 5.2-0-rc1 compatible with Virtualbox 5.2.X available in the phpvirtualbox github repo. However, to fix your "Validation constraint violation" issue you need to install the development branch of phpvirtualbox downloadable here. These fixes are not included in the 5.2.0-rc1.
Hi, Can you tell us which release of phpvirtualbox you have installed? According to your error message, it seems to be the github 5.2-0-rc1 tag. Are your web server and the Virtualbox vboxwebsrv procces running on the same server? You should check that vboxwebsrv is running on your server by running the following command as root : ps aux | grep vboxwebsrv. You should get something like : vbox 29932 0.1 0.0 1004240 28372 ? Sl déc.13 9:22 /usr/lib/virtualbox/vboxwebsrv -P /srv/vbox/vboxweb.pid -b If...
Find out how it works see here.
Hi, First, make sure your web browser has Flash enabled. The RDP console won't work without Flash. Then, if you still can't connect, what do you have in the textbox to the right of the "Connect" button? By default, I had 127.0.0.1:XXXX and console connections failed with an error "Disconnect reason: E: TCP: SECURITY_ERROR Error #2048". Now, the RDP console works fine as I provide my network interface ip address instead of the local loopback ip address (127.0.0.1), . The Virtualbox RDP process listen...
+1 I'm a long time phpvbx user and I confirm that the github RC1 works very well with the last Virtualbox 5.2 release, so does the github "develop" branch (see above). Check it out and post your feedback on github in case of problem!
Thanks Ian for all the time you spent to make phpvirtualbox so great. and of course thanks Tudor to take it over. I'll try to help if I can. This project can't die. We all must report new bugs and revive older sourceforge bug reports if needed at https://github.com/phpvirtualbox/phpvirtualbox/issues
there is already a fix proposal for php 7.1 have a look at https://github.com/imoore76/phpvirtualbox/pull/24...
Hi, Your issue is discussed in this topic https://sourceforge.net/p/phpvirtualbox/discussion/general/thread/565b7f31/...
Hi Neil, phpvirtualbox works well with my fedora 25. can your tell me more about...
According to the official php website, vthe 7.1 introduced a backward incompatibility...
+1 Too few arguments to function VBox_Enum::__construct() using Archlinux, Virtualbox...