Internet Explorer is not supported. Please upgrade to a more modern browser.
PadowYT2:
Thx have banned him
HI @_pvpsmash_
This is a bug with is fixed in next release, However you can fix this by editing the file /modules/Core/includes/endpoints/ServerInfoEndpoint.php then change line 23 from
$api->validateParams($_POST, ['server-id', 'max-memory', 'free-memory', 'allocated-memory', 'tps']);
to
$api->validateParams($_POST, ['server-id', 'max-memory', 'free-memory', 'allocated-memory']);
You see the github commit here https://github.com/NamelessMC/Nameless/commit/d3de874575293b6ee2991050d8d9539e66983de4
HYPE
Hi @KickHolse5K
Apply this fix https://github.com/NamelessMC/Nameless/commit/443c5e21202fbd8a2b0b850d5be522715c866846 to your /core/templates/frontend_init.php file
Hi @hacowastaken and @KickHolse5K
You guys most likey run PHP 8 with have issues with the api, You can find the fixes at https://github.com/NamelessMC/Nameless/issues/2446 by looking on the "API Broken in PHP 8" part