Hi it would be much appricieted if anyone could give me a solution to my problem. When I try to create a character I got this error:
The site still creates a player in the database but I want to get rid of this error. I tried to create a user root with full access and then its working. I've tried to look around in the files to see where it tries to connect with root and not the user I've chosen but I couldn't find anything :S
Anyone got some advice for me?
Code:
Fatal error: Uncaught exception 'PDOException' with message 'SQLSTATE[42000]: Syntax error or access violation: 1142 TRIGGER command denied to user 'root'@'localhost' for table 'players'' in C:\xampp\htdocs\pot\OTS_Player.php:187 Stack trace: #0 C:\xampp\htdocs\pot\OTS_Player.php(187): PDO->query('INSERT INTO `pl...') #1 C:\xampp\htdocs\accountmanagement.php(824): OTS_Player->save() #2 C:\xampp\htdocs\index.php(156): include('C:\xampp\htdocs...') #3 {main} thrown in C:\xampp\htdocs\pot\OTS_Player.php on line 187
The site still creates a player in the database but I want to get rid of this error. I tried to create a user root with full access and then its working. I've tried to look around in the files to see where it tries to connect with root and not the user I've chosen but I couldn't find anything :S
Anyone got some advice for me?