I know that but how to install SSL?Thats not really an "issue" from the ranksystem istelf. It's just a hint, that you usually should use https because it is a bit safer.
So the "fix" would be that you'r install an SSL certificate like "Letsencrypt" (its for free)
regards
Erza
the second thing u postet here is already in use but it isnt working xD its not restarting .... ill check my teamspeak logHm...
only thing i found over google about this errorcode is, that there is an existing errocode from the ts3-server, so you may also check the ts3-server logs.
you may also check the webserverlogs maybe there is also an info.
next thing is, if this is really only a teamspeak bug, you may go around with a cronjob
as example:
*/10 * * * * sudo -u www-data php /var/www/html/ranksystem/worker.php check >/dev/null 2>&1
That cronjob checks every 10min. if the ranksystem is still running and if not it starts it again.
regards
Erza86
do what you say, maybe it works now will see it later, thank you!Well thats a quite simple cronjob and if all rights are set correct, then usually it should work without any problems.
so if crontab / cronjob doesn't work you may try to reinstall cron with:
sudo apt-get install --reinstall cron or apt-get install --reinstall cron
a reinstall shouldn't delete configs but you may also backup your crons before doing a reinstall - standart folders should be:
/etc/crontab - /etc/cron.d/ - /etc/cron.daily/ - /etc/cron.hourly - /etc/cron.monthly -/etc/cron.weekly
and for user's cron :
/var/spool/cron/
regards
Erza86
2017-04-08 17:09:02.687206 ERROR Fehler 1538: invalid parameter
Still the same issue
thanks but other problem faced meI still think that error comes up from your teamspeak-server, unfortunately i can't help you more, then like i said getting around it with a cronjob (and if your cronjob even is not working, you may consider that you system may is broken too in some way)
At first i reccommend that you'r get the latest version of the ranksystem:
Master: https://github.com/Newcomer1989/TSN-Ranksystem/tree/master
or
Exp: https://github.com/Newcomer1989/TSN-Ranksystem/tree/Experimental (https://github.com/Newcomer1989/TSN-Ranksystem/issues/273)
next thing i suggest is, to do a fresh install because for me it looks like there is something broken.
also would be good to know what db your are using? mysql or mariadb? if so which version?
regards
Erza86
also would be good to know what db your are using? mysql or mariadb? if so which version?