PHP Version 7.1.5
readyState: "4"
responseText: "PHP Fatal error: Uncaught ArgumentCountError: Too few arguments to function VBox_Enum::__construct(), 0 passed in C:\inetpub\phpVirtualBox\endpoints\lib\vboxconnector.php on line 2522 and exactly 2 expected in C:\inetpub\phpVirtualBox\endpoints\lib\vboxServiceWrappers.php:225
Stack trace:
thrown in C:\inetpub\phpVirtualBox\endpoints\lib\vboxServiceWrappers.php on line 225
"
status: "500"
statusText: "Internal Server Error"
From searching around the wiki, forums, and generally online it looks like this used to be a PHP version issue but was meant to be fixed in a later release. I have the current version of PHP and phpVirtualBox installed but still get this error.
Same problem for me on ubuntu running Nginx 1.10.3 and PHP 7.1.7-1 FPM. It is frustrating...
I see the problem is for port 443. For port 80 it works, but is unsafe
I installed php7.0 and referred to php7.0fast-cgi in nginx conf file. now it works. it is still a php issue