BlueStats is a web interface that supports a wide range of MySQL based minecraft statistics plugins
robinp7720 on master
BlueStats is no longer under ac… (compare)
define('DEBUG', FALSE);
after the <?php in ajax/index.php to fix this
<?php
('DEBUG', FALSE);
$appPath = __DIR__ . "/..";
<link href="https://maxcdn.bootstrapcdn.com/bootswatch/3.3.7/spacelab/bootstrap.min.css" rel="stylesheet"
integrity="sha384-L/tgI3wSsbb3f/nW9V6Yqlaw3Gj7mpE56LWrhew/c8MIhAYWZ/FNirA64AVkB5pI" crossorigin="anonymous">
with <link href="https://maxcdn.bootstrapcdn.com/bootswatch/3.3.7/slate/bootstrap.min.css" rel="stylesheet" integrity="sha384-RpX8okQqCyUNG7PlOYNybyJXYTtGQH+7rIKiVvg1DLg6jahLEk47VvpUyS+E2/uJ" crossorigin="anonymous">
in themes/webstatsx/global.html
BlueStats_config
(row_id
, server_id
, option
, plugin
, value
) VALUES (NULL, '1', 'base_plugin', 'BlueStats', '\"Statz\"');
excellent, thank you. First error i got was for the minecraft server query, after setting a correct address there what i'm getting now is:
Warning: mkdir(): No such file or directory in /web/classes/cache.class.php on line 25
Warning: file_put_contents(/Library/Server/Web/Data/Sites/Minecraft_Stats/cache/e251273eb74a8ee3f661a7af00915af1.json): failed to open stream: No such file or directory in /web/classes/cache.class.php on line 32
And yes, that cache file does not exist, but why is it looking for it...? And no, this is not a fresh install of bluestats, because i'm trying to port my already running one to docker. But when i tried to do a fresh install just now, i also get the error:
The requested URL /install/ was not found on this server.
after clicking on install. Am i missing anything obvious? :D