# initialize XASECO ###########################################################
[XAseco] PHP Version is 7.3.27-1~deb10u1 on Linux
[XAseco] Load settings [config.xml]
PHP Fatal error: Uncaught Error: Call to undefined function xml_parser_create() in /home/game/TRACKMANIA/xaseco/includes/xmlparser.inc.php:29
Stack trace:
#0 /home/game/TRACKMANIA/xaseco/aseco.php(220): Examsly->parseXml('config.xml', true, false)
#1 /home/game/TRACKMANIA/xaseco/aseco.php(697): Aseco->loadSettings('config.xml')
#2 /home/game/TRACKMANIA/xaseco/aseco.php(2561): Aseco->run('config.xml')
#3 {main}
thrown in /home/game/TRACKMANIA/xaseco/includes/xmlparser.inc.php on line 29
I am not sure where this issue comes from and how I would go about fixing it, but any help would be greatly appreciated!
# initialize XASECO ###########################################################
[XAseco] PHP Version is 7.3.27-1~deb10u1 on Linux
[XAseco] Load settings [config.xml]
PHP Fatal error: Uncaught Error: Call to undefined function xml_parser_create() in /home/game/TRACKMANIA/xaseco/includes/xmlparser.inc.php:29
Stack trace:
#0 /home/game/TRACKMANIA/xaseco/aseco.php(220): Examsly->parseXml('config.xml', true, false)
#1 /home/game/TRACKMANIA/xaseco/aseco.php(697): Aseco->loadSettings('config.xml')
#2 /home/game/TRACKMANIA/xaseco/aseco.php(2561): Aseco->run('config.xml')
#3 {main}
thrown in /home/game/TRACKMANIA/xaseco/includes/xmlparser.inc.php on line 29
I am not sure where this issue comes from and how I would go about fixing it, but any help would be greatly appreciated!
Look's like you don't have a xml parser installed.
Use this command over remote console with root rights:
L3cKy wrote: ↑08 Jul 2021 12:06
If you install a new php module on the server it requires a apache restart before the module will be loaded.
This have nothing to do with Xaseco.
Yes, but nothing in the OP refers to any web server so it's irrelevant to the topic.
L3cKy wrote: ↑08 Jul 2021 12:06
If you install a new php module on the server it requires a apache restart before the module will be loaded.
This have nothing to do with Xaseco.
Yes, but nothing in the OP refers to any web server so it's irrelevant to the topic.
Well, now i understood what you mean. ^^
No need to restart apache if there is non installed ... i have changed my post.
Thx for the hint.
It seems that I need to downgrade PHP from my 7.x version to a 5.x version, however the old PHP versions seem to not be installable, do you have a link or a tip on how to do that, if its even possible?
It seems that I need to downgrade PHP from my 7.x version to a 5.x version, however the old PHP versions seem to not be installable, do you have a link or a tip on how to do that, if its even possible?