UASECO is a fork of the XAseco2/1.03 controller for Trackmania and has been overhauled to support the Modescript Gamemodes of Trackmania².
Moderators: undef.de , NADEO
lpf_bruno
Posts: 26 Joined: 21 Aug 2011, 12:35
Location: Toulouse
Contact:
Post
by lpf_bruno » 23 May 2017, 09:09
Bonjour à tous.
J'ai un besoin d'aide au niveau de la conversion de mes bases de données
J'ai suivi quelques tutos en anglais bien sur, et quand je lance la procédure voici ce qui m'arrive.
Code: Select all
G:\xampp\php>php.exe -d max_execution_time=0 -d memory_limit=-1 ..\htdocs\www\tm
\Gestion-Serveurs-Xaseco\serveur-TM4-JTT\ManiaplanetServer\Uaseco\Uaseco-test-st
adium\convert-xaseco2-to-uaseco.php [2]
Code: Select all
[2017-05-22 10:11:47] [Converter] Trying to parse "../htdocs/www/tm/Gestion-Serv
eurs-Xaseco/serveur-TM4-JTT/ManiaplanetServer/Uaseco/Uaseco-test-stadium/config/
UASECO.xml"...
Code: Select all
[2017-05-22 10:11:47] [Converter] ...done!
[2017-05-22 10:11:47] [Converter] Using Gamemode "TimeAttack" for records and times!
[2017-05-22 10:11:47] [Converter] Try to connect to MySQL server on "localhost"
with database "bruno-test-stadium-v4", login "******" and password "******"...
[2017-05-22 10:11:47] [Converter] ...connection established successfully!
[2017-05-22 10:11:47] [Converter] Checking database structure:
[2017-05-22 10:11:47] [Converter] > Checking table `uaseco_authors`
[2017-05-22 10:11:47] [Converter] > Checking table `uaseco_maphistory`
[2017-05-22 10:11:48] [Converter] > Checking table `uaseco_maps`
[2017-05-22 10:11:48] [Converter] > Checking table `uaseco_players`
[2017-05-22 10:11:49] [Converter] > Checking table `uaseco_playlist`
[2017-05-22 10:11:49] [Converter] > Checking table `uaseco_rankings`
[2017-05-22 10:11:49] [Converter] > Checking table `uaseco_ratings`
[2017-05-22 10:11:49] [Converter] > Checking table `uaseco_records`
[2017-05-22 10:11:50] [Converter] > Checking table `uaseco_settings`
[2017-05-22 10:11:50] [Converter] > Checking table `uaseco_times`
[2017-05-22 10:11:50] [Converter] > Adding foreign key constraints for table `uaseco_maphistory`
[2017-05-22 10:11:52] [Converter] > Adding foreign key constraints for table `uaseco_maps`
[2017-05-22 10:11:54] [Converter] > Adding foreign key constraints for table `uaseco_playlist`
[2017-05-22 10:11:54] [Converter] > Adding foreign key constraints for table `uaseco_rankings`
[2017-05-22 10:11:55] [Converter] > Adding foreign key constraints for table `uaseco_ratings`
[2017-05-22 10:11:56] [Converter] > Adding foreign key constraints for table `uaseco_records`
[2017-05-22 10:11:57] [Converter] > Adding foreign key constraints for table `uaseco_settings`
[2017-05-22 10:11:58] [Converter] > Adding foreign key constraints for table `uaseco_times`
[2017-05-22 10:11:59] [Converter] ...successfully done!
[2017-05-22 10:11:59] [Converter] Converting table `players`, `players_extra`...
[2017-05-22 10:11:59] [Converter] ERROR: No entries found in `players` and `players_extra`!
[2017-05-22 10:11:59] [Converter] Checking for Records-Eyepiece data in `players_extra`...
[2017-05-22 10:11:59] [Converter] ...no entries found from Records-Eyepiece.
[2017-05-22 10:11:59] [Converter] Converting table `maps`...
[2017-05-22 10:11:59] [Converter] ERROR: No entries found in `maps`!
[2017-05-22 10:11:59] [Converter] Converting table `records`...
[2017-05-22 10:11:59] [Converter] ERROR: No entries found in `records`!
[2017-05-22 10:11:59] [Converter] Converting table `rs_karma`...
[2017-05-22 10:11:59] [Converter] ERROR: No entries found in `rs_karma`!
[2017-05-22 10:11:59] [Converter] Converting table `rs_rank`...
[2017-05-22 10:11:59] [Converter] ERROR: No entries found in `rs_rank`!
[2017-05-22 10:11:59] [Converter] Converting table `rs_times`...
[2017-05-22 10:11:59] [Converter] NOTE: Adding only times into new table, from Maps they are also in the database!
[2017-05-22 10:11:59] [Converter] ERROR: No entries found in `rs_times`!
[2017-05-22 10:11:59] [Converter] Successfully converted the XAseco2 database.
Si une personne connaît la solution à ces messages d'erreurs je suis preneur
Salutations.
Last edited by
undef.de on 23 May 2017, 22:07, edited 1 time in total.
Reason: Use code tags for code/logs...
undef.de
Posts: 2095 Joined: 06 Apr 2011, 21:57
Location: Germany, North Sea Coast
Contact:
Post
by undef.de » 23 May 2017, 12:58
If your XAseco2 tables are not within the database you have configured in config/UASECO.xml or if they are empty, then you will see such error message. Please make sure your XAseco2 tables exists and are not empty.
Developer of UASECO, a controller with support of the Modescript Gamemodes for TM².
Visit the official website for more: UASECO.org
Developer of various plugins for XAseco/XAseco2 and MPAseco, visit my lab: www.undef.name
You like what I do? Then
award a ManiaStar .
lpf_bruno
Posts: 26 Joined: 21 Aug 2011, 12:35
Location: Toulouse
Contact:
Post
by lpf_bruno » 24 May 2017, 11:37
Bonjour,
Dans mes bases de données, j'ai l'ancienne base nommée (Bruno-dirt-fun-v2) que j'ai renommé en (uaseco_maphistory)
la nouvelle base se nomme (Bruno-test-serveur-v4)
Dans le fichier UASECO.xml
J'ai configuré comme ceci
Code: Select all
<dedicated_server>
<login>SuperAdmin</login>
<password>motdepasse</password>
<ip>127.0.0.1</ip>
<port>5009</port>
<timeout>180</timeout>
</dedicated_server>
<tmlogin>lpf_bruno</tmlogin> <ipaddress></ipaddress>
<dbms>
<host>localhost</host>
<login>root</login>
<password>motdepasse</password>
<database>bruno-test-serveur-v4</database>
<table_prefix>uaseco_</table_prefix>
</dbms>
<admin_contact>nonog2@wanadoo.fr</admin_contact>
<lock_password>motdepasse</lock_password>
<dedicated_installation>E:\xampp\htdocs\www\tm\Gestion-Serveurs-Xaseco\serveur-TM4-JTT\ManiaplanetServer\GameServer</dedicated_installation>
<default_maplist>maplist_test-serveur.txt</default_maplist>
<mapimages_path>E:\xampp\htdocs\www\tm\Gestion-Serveurs-Xaseco\serveur-TM4-JTT\ManiaplanetServer\GameServer\Images\</mapimages_path>
Dites-moi où il y a une erreur
Merci
Salutations.
Last edited by
undef.de on 24 May 2017, 13:22, edited 1 time in total.
Reason: Use code tags for code/logs...
undef.de
Posts: 2095 Joined: 06 Apr 2011, 21:57
Location: Germany, North Sea Coast
Contact:
Post
by undef.de » 24 May 2017, 13:24
I don't understand your question now, sorry.
Developer of UASECO, a controller with support of the Modescript Gamemodes for TM².
Visit the official website for more: UASECO.org
Developer of various plugins for XAseco/XAseco2 and MPAseco, visit my lab: www.undef.name
You like what I do? Then
award a ManiaStar .
lpf_bruno
Posts: 26 Joined: 21 Aug 2011, 12:35
Location: Toulouse
Contact:
Post
by lpf_bruno » 24 May 2017, 15:38
Ma question est dans le premier poste
vous m'avez repondu (If your XAseco2 tables are not within the database you have configured in config/UASECO.xml or if they are empty, then you will see such error message. Please make sure your XAseco2 tables exists and are not empty.)
Donc toujours le même problème convertion de bases de données xaseco en uaseco
Salutations.
lpf_bruno
Posts: 26 Joined: 21 Aug 2011, 12:35
Location: Toulouse
Contact:
Post
by lpf_bruno » 25 May 2017, 09:32
Ok c'est bon j'ai reussi à comprendre le problème sa marche
Je vous remercie pour votre aide
Bye
undef.de
Posts: 2095 Joined: 06 Apr 2011, 21:57
Location: Germany, North Sea Coast
Contact:
Post
by undef.de » 25 May 2017, 09:35
Developer of UASECO, a controller with support of the Modescript Gamemodes for TM².
Visit the official website for more: UASECO.org
Developer of various plugins for XAseco/XAseco2 and MPAseco, visit my lab: www.undef.name
You like what I do? Then
award a ManiaStar .
Users browsing this forum: No registered users and 1 guest