• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!
  • 2026 staff recruitment is open! Check it out and consider applying!

The column is an error pops up

Dorianek

Member
Joined
Nov 29, 2018
Messages
252
Reaction score
10
Location
Poland
I have such a bug in the console


C++:
[Error - mysql_real_query] Query: INSERT INTO `daily_reward_history`(`player_id`, `daystreak`, `timestamp`, `description`) VALUES (115, 0, 1561740226, 'Claimed reward no. 1. Picked items: 10x energy field rune.')
Message: Table 'database.daily_reward_history' doesn't exist
 
I have such a bug in the console


C++:
[Error - mysql_real_query] Query: INSERT INTO `daily_reward_history`(`player_id`, `daystreak`, `timestamp`, `description`) VALUES (115, 0, 1561740226, 'Claimed reward no. 1. Picked items: 10x energy field rune.')
Message: Table 'database.daily_reward_history' doesn't exist
Your error is literally saying what's wrong.
And it even includes what you need to add, and what columns is needed.

No offense, but I have this feeling about you..
A console is installing something for you, and it tells you to:
"Press any button to continue" and your reaction is:
wVYkDPy.png
 
Back
Top