BayX
I'm the Root. Fear me!
- Dec 18, 2015
- 75
- 27
- 96
Hey guys,
I'll start off by saying Happy 2018!
Now, I have a quite strange error on my website after switching router. I use TS3 PHP Framework (the newest version).
I keep getting this error:
I've been reading about this error and all devs says that it can't connect to port 10011. Note that all ports are open and accessible, and all IP's are whitelisted on the TS server...
Anyone who has been fighting this issue before?
I'll start off by saying Happy 2018!
Now, I have a quite strange error on my website after switching router. I use TS3 PHP Framework (the newest version).
I keep getting this error:
Code:
Fatal error: Uncaught
TeamSpeak3_Transport_Exception: Connection
refused in
/public_html/libraries/TeamSpeak3/Transport/TCP.php:54 Stack trace: #0
/public_html/libraries/TeamSpeak3/Transport/TCP.php(108): TeamSpeak3_Transport_TCP->connect() #1
/public_html/libraries/TeamSpeak3/Adapter/ServerQuery.php(76): TeamSpeak3_Transport_TCP->readLine() #2
/public_html/libraries/TeamSpeak3/Adapter/Abstract.php(60): TeamSpeak3_Adapter_ServerQuery->syn() #3
/public_html/libraries/TeamSpeak3/TeamSpeak3.php(322): TeamSpeak3_Adapter_Abstract->__construct(Array) #4
/public_html/index.php(29):
TeamSpeak3::factory(Object(TeamSpeak3_Helper_Uri))
#5 {main} thrown in
/public_html/libraries/TeamSpeak3/Transport/TCP.php
on line 54
I've been reading about this error and all devs says that it can't connect to port 10011. Note that all ports are open and accessible, and all IP's are whitelisted on the TS server...
Anyone who has been fighting this issue before?