DEsMOn Posted October 28, 2021 Share Posted October 28, 2021 (edited) Hellow Everyone...!! Can any 1 guide me to solve this ? its My offline server [SQL]: DB error - Unknown column 'unique_id' in 'field list' [Debug]: at F:\rAthena\src\login\loginlog.cpp:96 - INSERT INTO `loginlog`(`time`,`ip`,`user`,`rcode`, `unique_id`,`log`) VALUES (NOW(), '0.0.0.0', 'login server', '100', '0', 'login server started') [Info]: Connection request of the char-server 'NostalgicRO' @ 127.0.0.1:6121 (account: 'user1', ip: '127.0.0.1') [SQL]: DB error - Unknown column 'unique_id' in 'field list' [Debug]: at F:\rAthena\src\login\loginlog.cpp:96 - INSERT INTO `loginlog`(`time`,`ip`,`user`,`rcode`, `unique_id`,`log`) VALUES (NOW(), '127.0.0.1', 'user1', '100', '0', 'charserver - [email protected]:6121') [Notice]: Authentication accepted (account: user1, id: 1, ip: 127.0.0.1) Edited October 28, 2021 by Mael Use codebox Quote Link to comment Share on other sites More sharing options...
0 ryukazuna Posted October 31, 2021 Share Posted October 31, 2021 as my inspection you are using gepard fetures src but your SQL database didnt use it. Quick fix for it, just add new column called "unique_id" on your logs db. make sure its under loginlog tables. or you just can use fresh src from rathena github. 1 Quote Link to comment Share on other sites More sharing options...
0 DEsMOn Posted November 1, 2021 Author Share Posted November 1, 2021 8 hours ago, ryukazuna said: as my inspection you are using gepard fetures src but your SQL database didnt use it. Quick fix for it, just add new column called "unique_id" on your logs db. make sure its under loginlog tables. or you just can use fresh src from rathena github. Ohhh Thank you for reply sir..!!! Quote Link to comment Share on other sites More sharing options...
Hellow Everyone...!!
Can any 1 guide me to solve this ?
its My offline server
Edited by MaelUse codebox
Link to comment
Share on other sites