[! ! !] Mercury emulator - Column 'baseId' doesn't belong to the table [! ! !]

ptimmaq2

We all make mistakes
Aug 7, 2013
283
33
So i'm having this problem with mercury emulator.
It says ''Column Base id doesn't belong to table''
If the problem is in the database can someone give me the sql to fix it or a new db?
Screenshot:
1id3l2.png


Thank you.
 

Sledmore

Chaturbate Livestreamer
Staff member
FindRetros Moderator
Jul 24, 2010
5,195
3,905
From the look of the console its to do with a gifts table. You can search for "baseid" in the emulator to find the query and what table the column belongs in. (I haven't personally used Mercury).

If you use Navicat find the table open it, hold ctrl + d and you'll be in the design view and able to add a new field. I assume the type would be an integer, 11 as the size will do.
 

ptimmaq2

We all make mistakes
Aug 7, 2013
283
33
From the look of the console its to do with a gifts table. You can search for "baseid" in the emulator to find the query and what table the column belongs in. (I haven't personally used Mercury).

If you use Navicat find the table open it, hold ctrl + d and you'll be in the design view and able to add a new field. I assume the type would be an integer, 11 as the size will do.
Hey @Sledmore,
After i added that, this came up:
29ojvon.png


This is what i added:
qsqmhi.png
 

Sledmore

Chaturbate Livestreamer
Staff member
FindRetros Moderator
Jul 24, 2010
5,195
3,905
Are there any rows of data in the table? And do you have access to the source? Looks like an issue w/ parsing the data type.
 

Users who are viewing this thread

Top