These lines were also causing a Fatal Error when attempting to query a TS3 server. It must've been missed from the post I wrote: http://www.opengamepanel.org/forum/viewthread.php?thread_id=5169#post_24891
@@ -446,8 +446,6 @@ class TeamSpeak3_Node_Channel extends TeamSpeak3_Node_Abstract
public function delete($force = FALSE)
{
$this->getParent()->channelDelete($this->getId(), $force);
-
- unset($this);
}
/**
@@ -74,8 +74,6 @@ class TeamSpeak3_Node_Channelgroup extends TeamSpeak3_Node_Abstract
$this->getParent()->channelGroupDelete($this->getId(), $force);
@@ -74,8 +74,6 @@ class TeamSpeak3_Node_Servergroup extends TeamSpeak3_Node_Abstract
$this->getParent()->serverGroupDelete($this->getId(), $force);