MyBB Community Forums

Full Version: Teamspeak group sync plugin error
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi,

I am using the TeamSpeak Group Sync plugin and for some reason every 5 minutes, which is what I set it to update. I get this error in my syslog

Aug 29 07:10:29 MultiCrew php[2580]: PHP Fatal error: Uncaught Error: Call to undefined function utf8_encode() in /var/www/forums/TeamSpeak3/Helper/String.php:475 Aug 29 07:10:29 MultiCrew php[2580]: Stack trace: Aug 29 07:10:29 MultiCrew php[2580]: #0 /var/www/forums/TeamSpeak3/Adapter/ServerQuery.php(205): TeamSpeak3_Helper_String->toUtf8() Aug 29 07:10:29 MultiCrew php[2580]: #1 /var/www/forums/TeamSpeak3/Node/Abstract.php(85): TeamSpeak3_Adapter_ServerQuery->prepare('login', Array) Aug 29 07:10:29 MultiCrew php[2580]: #2 /var/www/forums/TeamSpeak3/Node/Abstract.php(97): TeamSpeak3_Node_Abstract->prepare('login', Array) Aug 29 07:10:29 MultiCrew php[2580]: #3 /var/www/forums/TeamSpeak3/Node/Host.php(839): TeamSpeak3_Node_Abstract->execute('login', Array) Aug 29 07:10:29 MultiCrew php[2580]: #4 /var/www/forums/TeamSpeak3/TeamSpeak3.php(330): TeamSpeak3_Node_Host->login(Object(TeamSpeak3_Helper_String), Object(TeamSpeak3_Helper_String)) Aug 29 07:10:29 MultiCrew php[2580]: #5 /var/www/forums/inc/plugins/teamspeak3.php(367): TeamSpeak3::factory(Object(TeamSpeak3_Helper_Uri)) Aug 29 07:10:29 MultiCrew php[2580]: #6 /var/www/forums/inc/tasks/teamspeak3.php(31): teamspeak3_connect() Aug 29 07:10:29 MultiCrew php[2580]: #7 /var/www/forums/inc/functions_task.php(88): task_teamspeak3(Array) Aug 29 07:10:29 MultiCrew php[2580]: #8 /var/www/forums/task.php(50): run_task() Aug 29 07:10:29 MultiCrew php[2580]: #9 {main} Aug 29 07:10:29 MultiCrew php[2580]: thrown in /var/www/forums/TeamSpeak3/Helper/String.php on line 475

How can I fix it

Thanks
This should be moved to the plugin support forum.
Your php installation missing the "xml parser" module, this is why you recive the error.
(2017-10-26, 04:43 AM)broatcast Wrote: [ -> ]Your php installation missing the "xml parser" module, this is why you recive the error.

How can I activate the module?
It is an php mopdule, if you are on a hoster or shared hoster you need to contact him to activate it for you, if you are on a cpanel you may have the option to activate it, if you are on a vps or root server you can install it by your self.
(2017-10-26, 08:41 AM)broatcast Wrote: [ -> ]It is an php mopdule, if you are on a hoster or shared hoster you need to contact him to activate it for you, if you are on a cpanel you may have the option to activate it, if you are on a vps or root server you can install it by your self.

I am on a VPS, I have tried to find how to install it but I cant. I am using Ubuntu