This site works best with JavaScript enabled. Please enable JavaScript to get the best experience from this site.
What steps will reproduce the problem?Unsure
What is the expected output? What do you see instead?Expected to see the stats but all I see is placeholders and empty values.
What version of the product are you using?The latest portal and plugin.
Do you have an error log of what happened?No
Please provide any additional information below.Like I said in the title, the database is definitely being written to* and the portal says it's connected, but no data is being displayed. It's really weird.
Here's the website: http://mcstats.chrishdunnevstheworld.com/
* These are the tables I am seeing in the database (full output trimmed a bit to just omit the unneeded data)
+-----------------+--------+---------+------------+------+| Name | Engine | Version | Row_format | Rows |+-----------------+--------+---------+------------+------+| blocks | MyISAM | 10 | Dynamic | 0 || config | MyISAM | 10 | Dynamic | 1 || creatures | MyISAM | 10 | Dynamic | 21 || kill_types | MyISAM | 10 | Dynamic | 14 || killchart | NULL | NULL | NULL | NULL || kills | MyISAM | 10 | Dynamic | 0 || pickDropView | NULL | NULL | NULL | NULL || pickup_drop | MyISAM | 10 | Dynamic | 0 || playerblockview | NULL | NULL | NULL | NULL || players | MyISAM | 10 | Dynamic | 0 || projectiles | MyISAM | 10 | Dynamic | 2 || resource_desc | MyISAM | 10 | Dynamic | 228 || server | MyISAM | 10 | Fixed | 1 |+-----------------+--------+---------+------------+------+
I see no obvious problems.
Thanks
There are no data displayed because there is no data. Are you shure the plugin is properly connected?
Also you database version is only 6. I believe the newest is 11. Something gone wrong while you installed the plugin first time.
To post a comment, please login or register a new account.