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

Mysql error Insemysql_real_query(): INSERT INTO `zotsme_logins` (`id`,

dunnish

New Member
Joined
Jun 18, 2009
Messages
277
Solutions
1
Reaction score
3
Hello! im gettings this error. not sure what it means or how to slove it.
Code:
mysql_real_query(): INSERT INTO `zotsme_logins` (`id`, `player_id`, `login_time`
, `logout_time`, `online_time`, `kills`, `deaths`, `assists`) VALUES (NULL, 115,
 1525943443, 1525943484, 41, 0, 0, 0); - MYSQL ERROR: Table 'wartheforgottenserv
er.zotsme_logins' doesn't exist (1146)
 
Table zotsme_logins in database wartheforgottenserv does not exist.
Forgot to install the SQL schema?
 
Solution
Back
Top