i just installed a TM United Forever Dedicated Server - Works fine.
Now i would like to add the xaseco plugin.
I configured step by step like shown in this manual: http://www.gamers.org/tmf/quickstart.html
But now i have this error message when i start Xaseco:
Code: Select all
# initialize XASECO ###########################################################
[XAseco] PHP Version is 7.4.11 on WINNT
[XAseco] Load settings [config.xml]
[PHP Warning] Illegal string offset 'TMLOGIN' on line 77 in file C:\tmnations\xaseco\includes\xmlparser.inc.php
PHP Fatal error: Uncaught Error: Cannot use string offset as an array in C:\tmnations\xaseco\includes\xmlparser.inc.php:77
Stack trace:
#0 [internal function]: Examsly->closeTag(Resource id #14, 'TMLOGIN')
#1 C:\tmnations\xaseco\includes\xmlparser.inc.php(44): xml_parse(Resource id #14, '<?xml version="...')
#2 C:\tmnations\xaseco\aseco.php(220): Examsly->parseXml('config.xml', true, false)
#3 C:\tmnations\xaseco\aseco.php(697): Aseco->loadSettings('config.xml')
#4 C:\tmnations\xaseco\aseco.php(2561): Aseco->run('config.xml')
#5 {main}
thrown in C:\tmnations\xaseco\includes\xmlparser.inc.php on line 77
Fatal error: Uncaught Error: Cannot use string offset as an array in C:\tmnations\xaseco\includes\xmlparser.inc.php:77
Stack trace:
#0 [internal function]: Examsly->closeTag(Resource id #14, 'TMLOGIN')
#1 C:\tmnations\xaseco\includes\xmlparser.inc.php(44): xml_parse(Resource id #14, '<?xml version="...')
#2 C:\tmnations\xaseco\aseco.php(220): Examsly->parseXml('config.xml', true, false)
#3 C:\tmnations\xaseco\aseco.php(697): Aseco->loadSettings('config.xml')
#4 C:\tmnations\xaseco\aseco.php(2561): Aseco->run('config.xml')
#5 {main}
thrown in C:\tmnations\xaseco\includes\xmlparser.inc.php on line 77
Here my config.xml:
Code: Select all
<?xml version="1.0" encoding="utf-8" ?>
<settings>
<aseco>
<masteradmins>
<tmlogin>xxxx</tmlogin>
</masteradmins>
...
</aseco>
<tmserver>
<login>SuperAdmin</login>
<password>xxxx</password>
<ip>127.0.0.1</ip>
<port>5000</port>
<timeout>180</timeout>
</tmserver>
</settings>
Could anyone help me?
Thanks
