Oke, so I managed to fix it on my own.. but for anyone who has the same error..
I set var $noAuth in config.php to true.
After that I just had to set the correct login for the system user (I still don't know how I missed that)
After that it worked perfectly fine!
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Oke, so I managed to fix it on my own.. but for anyone who has the same error..
I set var $noAuth in config.php to true.
After that I just had to set the correct login for the system user (I still don't know how I missed that)
After that it worked perfectly fine!
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I was logged with STANDARD and DEFAULT user & pass: admin / admin
Then, when I'm in the webconsole, I was changed the Default Pass with mi own from "Archive"/"Change Password" menú option.
Last edit: Bugnami Odnumi 2016-12-20
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
This parameter in config.php must be user's login and password on that host machine that runs VBox. So, unless you always login as admin, try create non-critical user in the host..... but remember, the VBoxWebSrv need admin rights (Win server machines) to run.....
var $username = 'user-logged-on-host';
var $password = 'pass-logged-on-host';
Why am I replying this topic? Because when I searched, this popup but no solution (on Win-based machine). Hopefully others who experienced difficulty like me can now move along with VM's.....
Thank you.
Last edit: DenZuk 2018-04-16
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
When I login to my phpVirtualBox on XAMPP (windows) I get the following error log:
Exception Object
Hope you guys can help me out!
Oke, so I managed to fix it on my own.. but for anyone who has the same error..
I set var $noAuth in config.php to true.
After that I just had to set the correct login for the system user (I still don't know how I missed that)
After that it worked perfectly fine!
Oke, so I managed to fix it on my own.. but for anyone who has the same error..
I set var $noAuth in config.php to true.
After that I just had to set the correct login for the system user (I still don't know how I missed that)
After that it worked perfectly fine!
can you please tell me what I am doing wrong?..it seems I have the same problem but just setting noauth as true didn;t do the trick
https://sourceforge.net/p/phpvirtualbox/discussion/help/thread/a7f09e42/
Hi !! This is the solution for me !!
I was logged with STANDARD and DEFAULT user & pass: admin / admin
Then, when I'm in the webconsole, I was changed the Default Pass with mi own from "Archive"/"Change Password" menú option.
Last edit: Bugnami Odnumi 2016-12-20
This parameter in config.php must be user's login and password on that host machine that runs VBox. So, unless you always login as admin, try create non-critical user in the host..... but remember, the VBoxWebSrv need admin rights (Win server machines) to run.....
var $username = 'user-logged-on-host';
var $password = 'pass-logged-on-host';
Why am I replying this topic? Because when I searched, this popup but no solution (on Win-based machine). Hopefully others who experienced difficulty like me can now move along with VM's.....
Thank you.
Last edit: DenZuk 2018-04-16
Please note that this site is not monitored by phpvirtualbox developers. Please report all bugs to Github here: https://github.com/phpvirtualbox/phpvirtualbox/issues
Last edit: Smart Guide 2018-06-04