Jump to content
  • 0

[SQL]: DB error - Unknown column 'unique_id' in 'field list'


DEsMOn

Question


  • Group:  Members
  • Topic Count:  63
  • Topics Per Day:  0.05
  • Content Count:  172
  • Reputation:   1
  • Joined:  11/16/20
  • Last Seen:  

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)

image.thumb.png.4b9f980f8691edda94e487de4479e1b3.png

Edited by Mael
Use codebox
Link to comment
Share on other sites

2 answers to this question

Recommended Posts

  • 0

  • Group:  Members
  • Topic Count:  2
  • Topics Per Day:  0.00
  • Content Count:  27
  • Reputation:   10
  • Joined:  09/14/21
  • Last Seen:  

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.

  • Like 1
Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  63
  • Topics Per Day:  0.05
  • Content Count:  172
  • Reputation:   1
  • Joined:  11/16/20
  • Last Seen:  

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..!!!

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...