Bren

Results 50 comments of Bren

Try this - open up ExchangeClient.php and go to line 37. Set the $this->wsdl = getcwd().DIRECTORY_SEPARATOR."lib".DIRECTORY_SEPARATOR."Services.wsdl"; See if that works, it looked to be a pathing issue for me, likely...

Two things to check. 1. Make sure the machine you're running the app on doesn't have a firewall blocking traffic . (If your connecting not by localhost or on another...

Ok so looking at your screen shot, you connect to the webserver ip in the browser, not your bridge ip. Try 127.0.0.1 or localhost or the ip of your computer...

Assuming you have the ip correct for your bridge and you've pressed the sync button on the bridge, when you refresh the page it should grab and save the token...

Everything looks right. You had mentioned this was running on a vm? Are you able to access the bridge ip via https or ping it from command prompt? On Sat,...

Odd. So in theory, if you go to https://{your bridge ip} you should get an invalid cert warning and then it resolve to a 403. The lighting web app doesn’t...

Really based on what you described, everything seems correct. The only two lines you would/should need to update are: define("LIGTHING_BRIDGE_IP", "10.0.0.179"); // IP address of TCP Bridge/Gateway define("LIGHTING_BRIDGE_PORT", define("LOCAL_URL", http://xamp-server-ip...

I just downloaded 7.4.1 (latest) version of xammp. Did the standard install but skipped perl, sendmail. Then stated xampp. I then Deployed the application into the htdocs folder. Edited the...

It's possible you need to restart the bridge, they can be fussy. Pull the power plug, let it sit off for a while and start it back up but otherwise...

I set the static ip by assigning a specific ip address to a specific MAC address (configured on my router). I try to statically assign as many devices as possible...