Page 1 of 1

Aide convert-xaseco2-to-uaseco.php

Posted: 23 May 2017, 09:09
by lpf_bruno
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.

Re: Aide convert-xaseco2-to-uaseco.php

Posted: 23 May 2017, 12:58
by undef.de
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.

Re: Aide convert-xaseco2-to-uaseco.php

Posted: 24 May 2017, 11:37
by lpf_bruno
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.

Re: Aide convert-xaseco2-to-uaseco.php

Posted: 24 May 2017, 13:24
by undef.de
I don't understand your question now, sorry.

Re: Aide convert-xaseco2-to-uaseco.php

Posted: 24 May 2017, 15:38
by lpf_bruno
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.

Re: Aide convert-xaseco2-to-uaseco.php

Posted: 25 May 2017, 09:32
by lpf_bruno
Ok c'est bon j'ai reussi à comprendre le problème sa marche
Je vous remercie pour votre aide

Bye

Re: Aide convert-xaseco2-to-uaseco.php

Posted: 25 May 2017, 09:35
by undef.de
:thumbsup: