Reply to thread

Looks like a temporary table in the database, created when the plugin updates, hasn't been deleted.


Open your DB with something like SQLite Database Browser and delete the table named 'Gamestemp'. Hopefully that'll work.


Top Bottom