DEsMOn Posted October 28, 2021 Group: Members Topic Count: 63 Topics Per Day: 0.04 Content Count: 172 Reputation: 1 Joined: 11/16/20 Last Seen: November 4, 2023 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 Group: Members Topic Count: 2 Topics Per Day: 0.00 Content Count: 27 Reputation: 10 Joined: 09/14/21 Last Seen: January 11, 2023 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 Group: Members Topic Count: 63 Topics Per Day: 0.04 Content Count: 172 Reputation: 1 Joined: 11/16/20 Last Seen: November 4, 2023 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...
Question
DEsMOn
Hellow Everyone...!!
Can any 1 guide me to solve this ?
its My offline server
Use codebox
Link to comment
Share on other sites
2 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.