conference-call-ratchet
conference-call-ratchet copied to clipboard
when launching server.php i get this error
php Server.php PHP Notice: Trying to get property 'iceServers' of non-object in D:\Projects\The Net VR\Net VR Conference\web\conference\Server.php on line 15
Notice: Trying to get property 'iceServers' of non-object in D:\Projects\The Net VR\Net VR Conference\web\conference\Server.php on line 15 null
I was launching the wrong one, when i launch server.php in the ws/bin dir i get this error
PS C:\xampp\htdocs\ws\bin> php server.php PHP Warning: require(vendor/autoload.php): failed to open stream: No such file or directory in C:\xampp\htdocs\ws\bin\server.php on line 10
Warning: require(vendor/autoload.php): failed to open stream: No such file or directory in C:\xampp\htdocs\ws\bin\server.php on line 10 PHP Fatal error: require(): Failed opening required 'vendor/autoload.php' (include_path='C:\xampp\php\PEAR') in C:\xampp\htdocs\ws\bin\server.php on line 10
Fatal error: require(): Failed opening required 'vendor/autoload.php' (include_path='C:\xampp\php\PEAR') in C:\xampp\htdocs\ws\bin\server.php on line 10
I installed composer and updated it...
Ensure you set the path to vendor/autoload.php
correctly. That's what the error implies.