Jump to content
  • 0

missing columns in SQL


Question

Posted

Hi, After re-setting up my server i got a weird problem (see picture) i'm missing a few collums suchs as lvl collum, any1 got a solution? or where it gone wrong?

6z6ebm.jpg

7 answers to this question

Recommended Posts

Posted
you can just rename the columns back to level but i suggest if your just going to start a new server use the latest one

Actually, the column name in SQL must match what is coded in the rAthena source, or else when it does a SQL query, the server won't be able to find what it's looking for. If your rAthena version is before 15572, the column should still be named `login`.`level` For version 15572 and after, the column should be named `login`.`group_id`

Posted
you can just rename the columns back to level but i suggest if your just going to start a new server use the latest one

Actually, the column name in SQL must match what is coded in the rAthena source, or else when it does a SQL query, the server won't be able to find what it's looking for. If your rAthena version is before 15572, the column should still be named `account`.`level` For version 15572 and after, the column should be named `account`.`group_id`

In my test server I was using `level` which is the old structure of login table and when I try to use the new SVN version i just changed the column from `level` to `group_id` and it works fine.

Posted (edited)

just got it 2 days so ill presume is after 15572 :D

Brian was right;

In r15572, the `account`.`level` column has been replaced with `account`.`group_id`

Thats why i love these forums :D

Edited by pascal
  • Upvote 1

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.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...