Plugin is writing to the database, web portal is connected to the database, yet no data is displaying on the website. #94


  • New
  • Defect
Open
Assigned to _ForgeUser2779866
  • _ForgeUser6285482 created this issue Sep 11, 2012

    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

  • _ForgeUser6285482 added the tags New Defect Sep 11, 2012
  • Forge_User_96951799 posted a comment Sep 11, 2012

    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.


    Edited Sep 11, 2012
  • Forge_User_96951799 unassigned issue from _ForgeUser74709 Sep 11, 2012
  • Forge_User_96951799 assigned issue to _ForgeUser6869524 Sep 11, 2012
  • Forge_User_96951799 unassigned issue from _ForgeUser6869524 Sep 11, 2012
  • Forge_User_96951799 assigned issue to _ForgeUser2779866 Sep 11, 2012

To post a comment, please login or register a new account.