Gameserver error

10/13/2014 17:19 darsyk1#1
I have an problem with my server. Today i created an server and i recived an error ...
This is error :
06:24:49¡¾Connect to account server again...¡¿
06:24:50¡¾Connect to account server again...¡¿

Someone can help me ? Thanks :handsdown:
10/13/2014 17:39 wever-kley#2
Your MSGserver isnt conecting to account server, maybe IP in config is wrong os something else...
10/13/2014 18:14 darsyk1#3
I have an rooter on home , maybe this is problem ?
10/13/2014 19:14 stedabest321#4
Set your ips to 127.0.0.1 and make sure your Srvr name is all the same
10/13/2014 21:55 darsyk1#5
Set at all ips? and server ip and all ?
10/14/2014 17:36 stedabest321#6
Use a guide and follow it, Go into the release section here

[Only registered and activated users can see links. Click Here To Register...]

everything u will ever need to know :)
04/19/2015 15:55 haizamlee#7
How about this problem.. Can someone help me..
21:39:53 ERROR: Invalid field[time_of_life] in table [cq_user].
21:39:53 ERROR: Invalid field[id] in table [cq_user].
04/21/2015 03:11 idlemonkey#8
Quote:
Originally Posted by haizamlee View Post
How about this problem.. Can someone help me..
21:39:53 ERROR: Invalid field[time_of_life] in table [cq_user].
21:39:53 ERROR: Invalid field[id] in table [cq_user].
mysql errors are easy to debug because they say exactly what the error is in plain english.... for
instance

ERROR: Invalid field[time_of_life] in table [cq_user] means exactly what it says ....
it cant find the column titled "time_of_life" in table cq_user
and
ERROR: Invalid field[id] in table [cq_user] means....
it cant find the column titled "id" in table cq_user

sounds like you used a text editor to translate some portion of it and it came out wrong in the first error
and the second error is probably because the id column in cq_user is missing or in the wrong place in the sql generated by the game.
(possibly caused by the same translation attempt that happened in the previous error)

simple cheating solution add those columns and you wont get those errors.....
but it wont be truly "fixed" (meaning they might not serve whatever purpose they were supposed to but will not show errors any longer)

in order to do that you would have to determine what the right column title or change the placement of the columns in the right order....
10/11/2019 17:22 egysaid#9
¾Connect to account server again...¡¿........ Can u help me?

Quote:
Originally Posted by wever-kley View Post
Your MSGserver isnt conecting to account server, maybe IP in config is wrong os something else...
i have the same problem can u help me:)