The problem is :
At intervals of time ,others players are disconnected
How can rezolv ?
In Channel 1 ,in "syserr" these errors occur
Code:
SYSERR: Jan 31 22:12:06 :: ChildLoop: AsyncSQL: query failed: Unknown column 'ip' in 'field list' (query: INSERT DELAYED INTO log (type, time, who, x, y, what, how, hint, ip, vnum) VALUES('ITEM', NOW(), 1, 18, 4, 11173325, 'SET_ATTR', '', '93.114.55.59', 299) errno: 1054)
SYSERR: Jan 31 22:12:06 :: ChildLoop: AsyncSQL: query failed: Unknown column 'ip' in 'field list' (query: INSERT DELAYED INTO log (type, time, who, x, y, what, how, hint, ip, vnum) VALUES('ITEM', NOW(), 2, 19, 10, 11173325, 'SET_ATTR', '', '93.114.55.59', 299) errno: 1054)
SYSERR: Jan 31 22:12:06 :: ChildLoop: AsyncSQL: query failed: Unknown column 'ip' in 'field list' (query: INSERT DELAYED INTO log (type, time, who, x, y, what, how, hint, ip, vnum) VALUES('ITEM', NOW(), 3, 3, 8, 11173325, 'SET_ATTR', '', '93.114.55.59', 299) errno: 1054)
SYSERR: Jan 31 22:12:06 :: ChildLoop: AsyncSQL: query failed: Unknown column 'ip' in 'field list' (query: INSERT DELAYED INTO log (type, time, who, x, y, what, how, hint, ip, vnum) VALUES('ITEM', NOW(), 59448, 965841, 269481, 11286188, 'CHANGE_ATTRIBUTE', '11173325', '93.114.55.59', 71084) errno: 1054)
SYSERR: Jan 31 22:12:07 :: ChildLoop: AsyncSQL: query failed: Unknown column 'ip' in 'field list' (query: INSERT DELAYED INTO log (type, time, who, x, y, what, how, hint, ip, vnum) VALUES('ITEM', NOW(), 0, 72, 4294967289, 11173325, 'SET_ATTR', '', '93.114.55.59', 299) errno: 1054)
SYSERR: Jan 31 22:12:07 :: ChildLoop: AsyncSQL: query failed: Unknown column 'ip' in 'field list' (query: INSERT DELAYED INTO log (type, time, who, x, y, what, how, hint, ip, vnum) VALUES('ITEM', NOW(), 1, 71, 5, 11173325, 'SET_ATTR', '', '93.114.55.59', 299) errno: 1054)
SYSERR: Jan 31 22:12:07 :: ChildLoop: AsyncSQL: query failed: Unknown column 'ip' in 'field list' (query: INSERT DELAYED INTO log (type, time, who, x, y, what, how, hint, ip, vnum) VALUES('ITEM', NOW(), 2, 20, 6, 11173325, 'SET_ATTR', '', '93.114.55.59', 299) errno: 1054)
SYSERR: Jan 31 22:12:07 :: ChildLoop: AsyncSQL: query failed: Unknown column 'ip' in 'field list' (query: INSERT DELAYED INTO log (type, time, who, x, y, what, how, hint, ip, vnum) VALUES('ITEM', NOW(), 3, 9, 8, 11173325, 'SET_ATTR', '', '93.114.55.59', 299) errno: 1054)
SYSERR: Jan 31 22:12:07 :: ChildLoop: AsyncSQL: query failed: Unknown column 'ip' in 'field list' (query: INSERT DELAYED INTO log (type, time, who, x, y, what, how, hint, ip, vnum) VALUES('ITEM', NOW(), 59448, 965841, 269481, 11286188, 'CHANGE_ATTRIBUTE', '11173325', '93.114.55.59', 71084) errno: 1054)
SYSERR: Jan 31 22:12:07 :: ChildLoop: AsyncSQL: query failed: Unknown column 'ip' in 'field list' (query: INSERT DELAYED INTO log (type, time, who, x, y, what, how, hint, ip, vnum) VALUES('ITEM', NOW(), 2, 2775, 0, 11289870, 'SET_SOCKET', '', '', 72701) errno: 1054)






