mysql problem
#4

Found the culprit - look closely at your logs.
Quote:

mysql_format - connection: 0, len: 128, format: "SELECT * FROM `playerdata` WHERE `user` = '%e' LIMIT 1"

As you can see the connection is 0, not 1 as in other queries. You are either executing that too early, before establishing connection, or something earlier breaks it.
Reply


Messages In This Thread
mysql problem - by Face9000 - 26.01.2014, 09:49
Re: mysql problem - by Misiur - 26.01.2014, 10:00
Re: mysql problem - by Face9000 - 26.01.2014, 10:01
Re: mysql problem - by Misiur - 26.01.2014, 10:16
Re: mysql problem - by Face9000 - 26.01.2014, 10:17
Re: mysql problem - by Misiur - 26.01.2014, 10:24
Re: mysql problem - by Face9000 - 26.01.2014, 10:30
Re: mysql problem - by Misiur - 26.01.2014, 10:37
Re: mysql problem - by Face9000 - 26.01.2014, 10:49
Re: mysql problem - by Misiur - 26.01.2014, 10:57

Forum Jump:


Users browsing this thread: 1 Guest(s)