• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

Linux TFS can't create a player

Drakos

Banned User
Joined
May 27, 2008
Messages
218
Reaction score
1
Location
Poland
in Gesior acc maker i have the error when i create a char:

Code:
Error. Created player not saved. Probably problem with database. Try again or contact with admin.

this error nothing told me, than i tried to install the nicaw acc maker.

in Nicaw the error is :

Code:
Player::make() Cannot insert attributes:
Error #1449
INSERT INTO `players` (`id`,`name`,`account_id`,`vocation`,`sex`,`level`,`experience`,`health`,`healthmax`,`looktype`,`maglevel`,`mana`,`manamax`,`cap`,`town_id`,`posx`,`posy`,`posz`) VALUES (NULL,'Baba Yaga',4927237,1,1,8,4200,185,185,130,0,40,40,470,1,410,573,7);
There is no 'root'@'localhost' registered

player.php on line: 189
Script was terminated because something unexpected happened. You can report this, if you think it's a bug.

Smart Ass-AAC:

Code:
MySQL error #1449.

There is no 'root'@'localhost' registered
Warning: Cannot modify header information - headers already sent by (output started at /var/www/ass/Includes/resources.php:34) in /var/www/ass/Manager/accountSaveCharacter.php on line 152

i have about 5k players in database. This problem showed suddenly. Someone could help me ?
 
try to delete all .TRG files from ur mysql folder directory if u use xampp c:/xampp/mysql/data/ur database and create new database and copy from new database ur .TRG files to ur database.
 
Back
Top