Well, this is something strange 🙂
You’re not only missing the stadium table, but some more tables are missing as well.
Can you try running the queries in the data/install.txt manually in phpMyAdmin?
The script contains some prefix code, so before running it you will have to do a global text replace of the text “{$prefix}” and replace it with “pool_wp_“.
If you get any errors, please post them here and give some information on the MySQL version you are running. I presume you are using the latest version of the plugin.
Hi,
When I manually ran the install script I got the tables and everything seems to be working! So it must be something with the installer.
BTW, can you please add pagination to the users? I have thousands of users 🙂
It cannot calculate scores:
Something went wrong while (re)calculating the scores. Please check if TRUNCATE/DROP or DELETE rights are available at the database.
It has all these rights. Maybe it has something to do with the installer being unable to add all the tables?
Hi,
I hate to say this, but the plugin can’t handle that many users. The calculation takes to long to complete and will time out on the server. Next version will have some modifications that will support larger user bases with a smaller chance to time out, but still it would take a long time to complete a calculation of the scores table.
I added some basic pagination on the user page in my development version. So this will be available in the next release.