• 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 server 5.1

TomCrusher

Jeg er ingenting
Joined
Dec 31, 2008
Messages
663
Reaction score
19
Location
Norway
Who know about this:
PHP:
Fatal error: Uncaught exception 'PDOException' with message 'SQLSTATE[42000]: Syntax error or access violation: 1064 You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ' 1, 4, 0, 1, 0, 185, 185, 35, 35, 0, 100, 0, 44, 44, 44, 44, 128, 0, 0, 0, 0, 42' at line 1' in /var/www/pot/OTS_Player.php:187 Stack trace: #0 /var/www/pot/OTS_Player.php(187): PDO->query('INSERT INTO `pl...') #1 /var/www/accountmanagement.php(798): OTS_Player->save() #2 /var/www/index.php(209): include('/var/www/accoun...') #3 {main} thrown in /var/www/pot/OTS_Player.php on line 187

This is probably problem with incorrect excute query into mysql. What is diffrent between mysql 5.0 and 5.1? And who can explain me this?
 
This happens when you attempt to create a new character?
Please post your /accountmanagement.php and /pot/OTS_Player.php
 
It also comming with mysql 5.0 what a problem?
PHP:
Fatal error: Uncaught exception 'PDOException' with message 'SQLSTATE[42000]: Syntax error or access violation: 1064 You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ' 1, 4, 0, 1, 0, 185, 185, 35, 35, 0, 100, 0, 44, 44, 44, 44, 128, 0, 0, 0, 0, 42' at line 1' in /var/www/pot/OTS_Player.php:187 Stack trace: #0 /var/www/pot/OTS_Player.php(187): PDO->query('INSERT INTO `pl...') #1 /var/www/accountmanagement.php(798): OTS_Player->save() #2 /var/www/index.php(209): include('/var/www/accoun...') #3 {main} thrown in /var/www/pot/OTS_Player.php on line 187
 
Back
Top