Hi:
Right now guestquery perms are bugged(already reported it) so i never have perms to start my own server no matter whats in the guestquery group. But the problem is when i try to start my own server with valid GUEST credentials TeamSpeak3_Node_Server start method isnt returning an exception(becuase of perms) i get a 500 error from apache.
Code:
$ts3_ServerInstance = Teamspeak3::factory("serverquery://".$_SESSION['qlogin'].":".$_SESSION['qpassword']."@".$_SESSION['ipv4'].":10011/?server_port=".$_SESSION['port']."&use_offline_as_virtual=1");
if($ts3_ServerInstance["virtualserver_status"]!='online')
try
{
$ts3_ServerInstance->start();
}catch(Exception $e)
{
echo $e;
}
Apache error log
Code:
[01/03/2011 18:19:27] Error: Request for C:/Program Files (x86)/Zend/Apache2/htdocs/wts3/public/index.php: Unable to get the response from PHP process
[01/03/2011 18:19:27] Error: PHP process 4424 from the "application/x-httpd-php" pool has exited with status 255.
[01/03/2011 18:21:01] Error: Read data error - unable to get read result. Code 109.
[01/03/2011 18:21:01] Error: Request for C:/Program Files (x86)/Zend/Apache2/htdocs/wts3/public/index.php: Unable to get the response from PHP process
[01/03/2011 18:21:01] Error: PHP process 3860 from the "application/x-httpd-php" pool has exited with status 255.