if($adapter->getQueryLastTimestamp() < time()-300)
if($adapter->getQueryLastTimestamp() < time()-250)
It's a timeout issue that appeared on the newer versions of TeamSpeak Severs.
It's a simple fix, all you have to do it replace this line
PHP:if($adapter->getQueryLastTimestamp() < time()-300)
with something like this
PHP:if($adapter->getQueryLastTimestamp() < time()-250)
I have also updated the main resource, if you just want to download the newest version.
Then you should check your Php logs for more information, google it if you don't know where they areOkay so I tried it, it didn't work. (Using on multiple servers.)