View Single Post
uguu
New Member
Join Date: May 2020
Old 05-05-2020 , 21:25   Re: Surftimer dosent work correctly.
Reply With Quote #2

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
uguu is offline