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

Sql error, I use Nicaw.

Zuxus

Learning C++ and Lua
Joined
Jul 2, 2007
Messages
108
Reaction score
0
Location
Norway
I got this error when I tried to make and account on my page for a test:
Suggestions?

Notice: AutoSetup has attempted to create missing tables for you. This message should not repeat.
Error #1146
REPLACE INTO `nicaw_accounts` (`account_id`,`rlname`,`location`,`comment`,`recovery_key`) VALUES (4,NULL,NULL,NULL,NULL);
Table 'ot.nicaw_accounts' doesn't exist

sql.php on line: 60
Script was terminated because something unexpected happened. You can report this, if you think it's a bug.
 
Back
Top