InfluxTimer / sm-timer

Easy to setup, modular bhop/surf/deathrun timer for CSS & CS:GO gameservers.
https://influxtimer.com/
88 stars 26 forks source link

Error with MYSQL query #86

Closed bruno-args closed 6 years ago

bruno-args commented 6 years ago

Hello, i have problem with ranks and wr menu. I can't open wr menu in chat : (something went wrong), and log looks like this:

[influx_recordsmenu.smx] [Influx] SQL Error: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'rank FROM inf_times AS _t INNER JOIN inf_users AS _u ON _t.uid=_u.uid INNER JOIN' at line 1 (printing records to client)

Also, ranks at finish say : Couldn't retrieve your ranks! Please try reconnecting, and log looks like this:

influx_maprankings.smx] [Influx] SQL Error: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'rank FROM inf_times AS _t WHERE uid=1 AND mapid=1 AND runid=1 AND mode=1 AND sty' at line 1 (getting client ranks)

Thanks in advance.

TotallyMehis commented 6 years ago

What version of MySQL are you using?

bruno-args commented 6 years ago

Hey Mehis, MySQL 8.0

TotallyMehis commented 6 years ago

Thanks for reporting the issue. Try using these modified versions.

bruno-args commented 6 years ago

Thanks Mehis. Issue are gone.