Skip to content
This repository was archived by the owner on May 9, 2018. It is now read-only.
This repository was archived by the owner on May 9, 2018. It is now read-only.

Website Does Not Work With Stats v3. #47

@GiuseppeGroth

Description

@GiuseppeGroth

I get this error on the top players page
These are users with current top rankings on the server.
statssql
Table 'mc_stats.stats_player' doesn't exist

plugin mysql

# Only use this file if you've set "storage" to "mysql" in config.yml
# Otherwise this file will be ignored.

host: localhost
port: 3306
user: mc_stats
pass: *****
database: mc_stats
prefix: stats_

webweite conf

<?php
/**
 * Copyright (c) AccountProductions and Sybren Gjaltema, 2014. All rights reserved.
 */

/**
 * MySQL
 */
$mysql_host = "localhost";
$mysql_database = "mc_stats";
$mysql_port = "3306";
$mysql_user = "mc_stats";
$mysql_pwd = "*****";
$mysql_table_prefix = "stats_";
Edited by @ZacharyDuBois to be properly formatted in markdown.

Metadata

Metadata

Assignees

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions