AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   General (https://forums.alliedmods.net/forumdisplay.php?f=58)
-   -   Surftimer dosent work correctly. (https://forums.alliedmods.net/showthread.php?t=324003)

Nexuscsdk 05-03-2020 14:34

Surftimer dosent work correctly.
 
I have now searched around for a fix for several hours, and cant find anything, so i guess this is the way to go.

So i get this error with the plugin: https://github.com/olokos/Surftimer-olokos
Error: "L 05/03/2020 - 13:45:29: [SM] Exception reported: [SurfTimer] Unable to connect to database (Driver "MySQL" not found)"

I tried to fix the database, and now it gives me this:
"SurfTimer.smx (SurfTimer): [SurfTimer] Database tables could not be created! Error: Lost connection to MySQL server during query"

Hope someone can help me btw! im really in need for it :)

uguu 05-05-2020 21:25

Re: Surftimer dosent work correctly.
 
I had the same problem but I finally got surftimer to load by creating all the database tables myself

copy the contents of this github issue post into a file: https://github.com/olokos/Surftimer-...ment-619463970


then import it into mysql with something like this command:
Code:

mysql -u yourmysqluser -p surftimerdatabasename < file.sql

olokos 06-01-2020 11:06

Re: Surftimer dosent work correctly.
 
This usually happens on slow databases, or those with timeouts set very low.

The actual solution is to increase the mysql timeouts
https://support.rackspace.com/how-to...t-on-a-server/
Like so, IIRC setting both to 20000 did help some.

As for myself, I've never experienced this myself, but I saw people having issues with it before.

You can also join the Surftimer-olokos discord here:
https://discord.gg/xDtMpPm

There's plenty of people that cooperate and work together on surftimer!


All times are GMT -4. The time now is 05:22.

Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.