Guest User

Untitled

a guest
Jan 13th, 2016
528
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.05 KB | None | 0 0
  1. config.php: login with admin/admin on 127.0.0.1
  2.  
  3. Exception Object
  4. (
  5. [message:protected] => Error logging in to vboxwebsrv.
  6. [string:Exception:private] =>
  7. [code:protected] => 64
  8. [file:protected] => C:\xampp\htdocs\endpoints\api.php
  9. [line:protected] => 134
  10. [trace:Exception:private] => Array
  11. (
  12. )
  13.  
  14. [previous:Exception:private] =>
  15. )
  16.  
  17. config.php: login with var $noAuth = true:
  18.  
  19. An error occurred communicating with your vboxwebsrv. No more requests will be sent by phpVirtualBox until the error is corrected and this page is refreshed. The details of this connection error should be displayed in a subsequent dialog box.
  20.  
  21. host changed to ip adress:
  22.  
  23. Exception Object
  24. (
  25. [message:protected] => Could not connect to host (http://192.168.1.138:18083/)
  26. [string:Exception:private] =>
  27. [code:protected] => 64
  28. [file:protected] => C:\xampp\htdocs\endpoints\api.php
  29. [line:protected] => 134
  30. [trace:Exception:private] => Array
  31. (
  32. )
  33.  
  34. [previous:Exception:private] =>
Advertisement
Add Comment
Please, Sign In to add comment