• 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!

Mysql Error

Yony

New Member
Joined
Sep 7, 2007
Messages
318
Reaction score
0
Location
Israel
when i try to create account in GESIOR AAC, i get this error:

Code:
Fatal error: Uncaught exception 'PDOException' with message 'SQLSTATE[HY000]: General error: 1452 Cannot add or update a child row: a foreign key constraint fails (`project/players`, CONSTRAINT `players_ibfk_3` FOREIGN KEY (`account_id`) REFERENCES `accounts` (`name`))' in D:\My Documents\NewServer\xamppServ\htdocs\pot\OTS_Player.php:187 Stack trace: #0 D:\My Documents\NewServer\xamppServ\htdocs\pot\OTS_Player.php(187): PDO->query('INSERT INTO `pl...') #1 D:\My Documents\NewServer\xamppServ\htdocs\accountmanagement.php(798): OTS_Player->save() #2 D:\My Documents\NewServer\xamppServ\htdocs\index.php(156): include('D:\My Documents...') #3 {main} thrown in D:\My Documents\NewServer\xamppServ\htdocs\pot\OTS_Player.php on line 187
 
Back
Top