We've been trying to install ManiaLive onto our server and we keep having the following error pop up. I don't understand the problem as all passwords, all ports are correct but we are having the following error crop up and would be grateful if anyone can provide information to resolve this issue.
Code: Select all
root@server:/home/tmf/dedicated/ManiaLive# ./run --nodaemon
Launching ManiaLive with the following arguments:
_| _| _| _| _|
_|_| _|_| _|_|_| _|_|_| _|_|_| _| _| _| _|_|
_| _| _| _| _| _| _| _| _| _| _| _| _| _| _|_|_|_|
_| _| _| _| _| _| _| _| _| _| _| _| _| _|
_| _| _|_|_| _| _| _| _|_|_| _|_|_|_| _| _| _|_|_|
-----------------------------------------------------
PHP Environment Compatibility Test
-----------------------------------------------------
PHP 5.3.1 or newer -> required -> [ Yes ] 5.3.5-1ubuntu7.11
Standard PHP Library -> required -> [ Yes ]
JSON -> required -> [ Yes ]
cURL with SSL -> required -> [ Yes ] 7.21.3 (with OpenSSL/0.9.8o)
MySQL -> optional -> [ Yes ]
SQLite3 -> optional -> [ No ]
-----------------------------------------------------
-> DedicatedApi\Xmlrpc\Exception with code -506
Method 'SetApiVersion' not defined
- in
/home/tmf/dedicated/ManiaLive/libraries/DedicatedApi/Xmlrpc/Client.php on
line 268
- Stack: #0
/home/tmf/dedicated/ManiaLive/libraries/DedicatedApi/Xmlrpc/Client.php(29
4): DedicatedApi\Xmlrpc\Client->getResult()
#1 [internal function]:
DedicatedApi\Xmlrpc\Client->query('SetApiVersion', '2012-06-19')
#2
/home/tmf/dedicated/ManiaLive/libraries/DedicatedApi/Connection.php(122):
call_user_func_array(Array, Array)
#3
/home/tmf/dedicated/ManiaLive/libraries/DedicatedApi/Connection.php(179):
DedicatedApi\Connection->execute('SetApiVersion', Array, false)
#4
/home/tmf/dedicated/ManiaLive/libraries/DedicatedApi/Connection.php(74):
DedicatedApi\Connection->setApiVersion('2012-06-19')
#5
/home/tmf/dedicated/ManiaLive/libraries/DedicatedApi/Connection.php(44):
DedicatedApi\Connection->__construct('localhost', '5002', '1',
'SuperAdmin', 'SuperAdmin')
#6
/home/tmf/dedicated/ManiaLive/libraries/ManiaLive/Application/AbstractApp
lication.php(80): DedicatedApi\Connection::factory('localhost', '5002',
'1', 'SuperAdmin', 'SuperAdmin')
#7
/home/tmf/dedicated/ManiaLive/libraries/ManiaLiveApplication/Application.
php(22): ManiaLive\Application\AbstractApplication->init()
#8
/home/tmf/dedicated/ManiaLive/libraries/ManiaLive/Application/AbstractApp
lication.php(96): ManiaLiveApplication\Application->init()
#9 /home/tmf/dedicated/ManiaLive/bootstrapper.php(69):
ManiaLive\Application\AbstractApplication->run()
#10 {main}