maniaplanet/dedicated-server-api doesn't work with PHP-XMLRPC enabled
Posted: 24 Jan 2018, 09:49
I'm using the dedicated-server-api library in AdminServ-Neo and I just had a user encounter an issue in the library.
With XMLRPC extension for PHP enabled, he gets the following error in this file: https://github.com/maniaplanet/dedicate ... equest.php on Line 30
Can you perhaps take a look at what exactly the error could be? Either the XMLRPC extension is buggy or something in that Request.php doesn't work as it's supposed to.
Stacktrace: https://i.imgur.com/LaXpQ79.png
With XMLRPC extension for PHP enabled, he gets the following error in this file: https://github.com/maniaplanet/dedicate ... equest.php on Line 30
Code: Select all
Fatal error: xmlrpc_encode_request(): XML-RPC doesn't support circular references
Stacktrace: https://i.imgur.com/LaXpQ79.png