TSN Ranksystem

  • Guten Abend,


    Ich möchte auf meinem Teamspeak 3 Server: "TSN Ranksystem", installieren möchte kommt folgender fehler: "PHP cURL is needed but seems not available. Install PHP cURL and try it again!".


    Ich hab es Installiert usw. aber es funktoniert nicht. Brauche hilfe!


    Bedanke mich schonmal im Vorraus an euch.


    LG DarkVegas

  • Code
    sudo apt-get install curl libcurl3 php5-curl


    damit installierst du das fehlende Paket :D


    Dies gilt natürlich für PHP5!!!


    Unter PHP7:


    Code
    sudo apt-get install php-curl
  • Code
    phpenmod curl


    Potentiell nicht aktiviert ?


    Notfalls mal per "phpinfo()", bzw. "php -i" nachschauen, ob es aktiviert ist, bzw. ob ein Symlink im Konfigurationsverzeichnis existiert.