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

Weird error

Donio

Banned User
Joined
Jun 24, 2008
Messages
4,004
Reaction score
16
Location
Manhattan, New York
What is this error for? Cant rly figure it out..

Code:
mysql_real_query(): SELECT `value` FROM `account_storage` WHERE `account_id` = 8179449 and `key` = 10465 LIMIT 1; - MYSQL ERROR: Table 'server.account_storage' doesn't exist (1146)
mysql_real_query(): SELECT `value` FROM `account_storage` WHERE `account_id` = 8179449 and `key` = 10465 LIMIT 1; - MYSQL ERROR: Table 'server.account_storage' doesn't exist (1146)
mysql_real_query(): INSERT INTO `account_storage` (`account_id`, `key`, `value`) VALUES (8179449, 10465, 0); - MYSQL ERROR: Table 'server.account_storage' doesn't exist (1146)
 
Back
Top