Newcomer1989 / TSN-Ranksystem

A PHP Bot that assigns time based server groups on TeamSpeak3.
https://ts-ranksystem.com
GNU General Public License v3.0
144 stars 60 forks source link

SimpleXML is needed but seems not available. Install simpleXML and try it again! #252

Closed XnIcRaM closed 7 years ago

XnIcRaM commented 7 years ago

It doesn't work without SimpleXML? I try to add it (SimpleXML) to my php 5.6.30 but probably there is no way to add this extension or I can find solution :/ Can someone help me in any way?

Shad86 commented 7 years ago

I think you'r using linux?

Debian/Ubuntu:

apt-get install php5.6-xml

Centos(not 100% sure):

yum install php-xml or yum install php5.6-xml

regards

Shad86

XnIcRaM commented 7 years ago

it's work's thakns you!

I work on CentOS and yum install php-xml works perfect, after restart apache I can install TSN-Ranksystem.