See viewtopic.php?p=231233#p231233TheBigG wrote: ↑08 Oct 2017 01:01Would be nice if somebody could fix it, i tried it but was not successfulCode: Select all
PHP Fatal error: Uncaught ArgumentCountError: Too few arguments to function mysql_insert_id(), 0 passed in /home/tmf/master_xaseco/plugins/plugin.rasp.php on line 252 and exactly 1 expected in /home/tmf/master_xaseco/plugins/plugin.compatibledatabase.php:104 Stack trace: #0 /home/tmf/master_xaseco/plugins/plugin.rasp.php(252): mysql_insert_id() #1 /home/tmf/master_xaseco/plugins/plugin.rasp.php(306): Rasp->getChallenges() #2 /home/tmf/master_xaseco/plugins/plugin.rasp.php(618): Rasp->resetRanks() #3 /home/tmf/master_xaseco/plugins/plugin.rasp.php(633): Rasp->onEndrace(Object(Aseco), Array) #4 /home/tmf/master_xaseco/aseco.php(1248): event_endrace(Object(Aseco), Array) #5 /home/tmf/master_xaseco/aseco.php(1601): Aseco->releaseEvent('onEndRace', Array) #6 /home/tmf/master_xaseco/aseco.php(1089): Aseco->endRace(Array) #7 /home/tmf/master_xaseco/aseco.php(759): Aseco->executeCallbacks() #8 /home/tmf/master_xaseco/aseco.php(2561): Aseco->run('config.xml') #9 {main} thrown in /home/tmf/master_xaseco/plugins/plugin.compatibledatabase.php on line 104
![]()
[XAseco2] modernizer (adds support to php 5.6 and php7.0)
- undef.de
- Pit Crew
- Posts: 1325
- Joined: 31 Aug 2009 18:38
- Owned TM-games: TMF, TM2C/S/V, SM
- Manialink(s): undef, tmkarma
- Location: Germany
- Contact:
Re: [XAseco2] modernizer (adds support to php 5.6 and php7.0)
Developer of various plugins for XAseco/XAseco2 and MPAseco,
like Records-Eyepiece, TM-Karma, Alternate Scoretable...
Visit my Lab: www.undef.name
Get it now:
» TM2 Valley
» TM2 Canyon
» TM2 Stadium
» SM Storm
like Records-Eyepiece, TM-Karma, Alternate Scoretable...
Visit my Lab: www.undef.name
Get it now:
» TM2 Valley
» TM2 Canyon
» TM2 Stadium
» SM Storm
-
- smooth traffic navigator
- Posts: 233
- Joined: 16 Oct 2010 19:45
- Owned TM-games: TMN! TMF
- Location: Germany
Re: [XAseco2] modernizer (adds support to php 5.6 and php7.0)
Thank you undef, totally forgot that bueddl had also a fix. Sorry 

-
- highway camper
- Posts: 2
- Joined: 10 Feb 2014 20:29
- Owned TM-games: tmu
- Location: Germany
- Contact:
Re: [XAseco2] modernizer (adds support to php 5.6 and php7.0)
Hey guys, it worked for me with every server execpt one. I even tried to copy the working aseco and just changed the needed parameters.
I always get this error when typing aseco chat commands like /list.
I changed the php memory limit to 512M so just increasing that doensnt change anything.
Can you help me?
I always get this error when typing aseco chat commands like /list.
I changed the php memory limit to 512M so just increasing that doensnt change anything.
Can you help me?
Code: Select all
PHP Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 44665152 bytes) in /home/Lolmix/xaseco/includes/modernizer.inc.php on line 118
- L3cKy
- happy cruiser
- Posts: 171
- Joined: 05 Sep 2007 13:55
- Owned TM-games: TMUF
- Location: Berlin
- Contact:
Re: [XAseco2] modernizer (adds support to php 5.6 and php7.0)
Iam not 100% sure but it seems it is the query_cache_limit / query_cache_size for mysql and not the php limit.
Check the file at "/etc/mysql/my.cnf" or wherever it is located.
Check the file at "/etc/mysql/my.cnf" or wherever it is located.
-
- highway camper
- Posts: 2
- Joined: 10 Feb 2014 20:29
- Owned TM-games: tmu
- Location: Germany
- Contact:
Re: [XAseco2] modernizer (adds support to php 5.6 and php7.0)
doenst work, settings are now:
query_cache_limit = 8M
query_cache_size = 64M
query_cache_limit = 8M
query_cache_size = 64M