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

About Nicaw Acc Maker 7.6

Olddies

Classicot.com
Joined
Nov 21, 2009
Messages
1,285
Solutions
12
Reaction score
417
Location
Dominican Republic 🇩🇴
Hello Everyone I'm Getting One Error In Nicaw Accmaker For Avesta 7.6... when i press who is online its give me an error

Fatal error: Uncaught exception 'DatabaseException'
Message: Your server does not store information on players online state.
File: online-list.php on line: 34
Script was terminated because something unexpected happened. You can report this, if you think it's a bug.

Debug Backtrace:Disabled

And when i try to make a character i get this one

Fatal error: Uncaught exception 'ClassException'
Message: Player::Create() Group #1 does not exist. Check your database and config file.
Online help: More Info
File: player.php on line: 250
Script was terminated because something unexpected happened. You can report this, if you think it's a bug.

Debug Backtrace:Disabled
 
for the 2nd error
run this in ur SQL database
PHP:
INSERT INTO `groups` (`id`, `name`, `flags`, `access`, `maxdepotitems`, `maxviplist`) 
    VALUES ('1', 'Player', 0, 0, 1000, 50);
INSERT INTO `groups` (`id`, `name`, `flags`, `access`, `maxdepotitems`, `maxviplist`) 
    VALUES ('2', 'Premium Player', 0, 0, 2000, 100);
INSERT INTO `groups` (`id`, `name`, `flags`, `access`, `maxdepotitems`, `maxviplist`) 
    VALUES ('3', 'Tutor', 16777216, 0, 1000, 50);
INSERT INTO `groups` (`id`, `name`, `flags`, `access`, `maxdepotitems`, `maxviplist`) 
    VALUES ('4', 'Premium Tutor', 16777216, 0, 2000, 100);
INSERT INTO `groups` (`id`, `name`, `flags`, `access`, `maxdepotitems`, `maxviplist`) 
    VALUES ('5', 'Gamemaster', 217768239050, 1, 2000, 300);
INSERT INTO `groups` (`id`, `name`, `flags`, `access`, `maxdepotitems`, `maxviplist`) 
    VALUES ('6', 'Senior Gamemaster', 269307846602, 2, 2000, 300);
INSERT INTO `groups` (`id`, `name`, `flags`, `access`, `maxdepotitems`, `maxviplist`) 
    VALUES ('7', 'Community Manager', 272227082232, 3, 2000, 300);
INSERT INTO `groups` (`id`, `name`, `flags`, `access`, `maxdepotitems`, `maxviplist`) 
    VALUES ('8', 'Server Administrator', 821982896120, 3, 2000, 300);
rep++:P
 
This Error Shows In Website When I Want To See Who Is Online

Fatal error: Uncaught exception 'DatabaseException'
Message: Your server does not store information on players online state.
File: online-list.php on line: 34
Script was terminated because something unexpected happened. You can report this, if you think it's a bug.
 
for the 2nd error
run this in ur SQL database
PHP:
INSERT INTO `groups` (`id`, `name`, `flags`, `access`, `maxdepotitems`, `maxviplist`) 
    VALUES ('1', 'Player', 0, 0, 1000, 50);
INSERT INTO `groups` (`id`, `name`, `flags`, `access`, `maxdepotitems`, `maxviplist`) 
    VALUES ('2', 'Premium Player', 0, 0, 2000, 100);
INSERT INTO `groups` (`id`, `name`, `flags`, `access`, `maxdepotitems`, `maxviplist`) 
    VALUES ('3', 'Tutor', 16777216, 0, 1000, 50);
INSERT INTO `groups` (`id`, `name`, `flags`, `access`, `maxdepotitems`, `maxviplist`) 
    VALUES ('4', 'Premium Tutor', 16777216, 0, 2000, 100);
INSERT INTO `groups` (`id`, `name`, `flags`, `access`, `maxdepotitems`, `maxviplist`) 
    VALUES ('5', 'Gamemaster', 217768239050, 1, 2000, 300);
INSERT INTO `groups` (`id`, `name`, `flags`, `access`, `maxdepotitems`, `maxviplist`) 
    VALUES ('6', 'Senior Gamemaster', 269307846602, 2, 2000, 300);
INSERT INTO `groups` (`id`, `name`, `flags`, `access`, `maxdepotitems`, `maxviplist`) 
    VALUES ('7', 'Community Manager', 272227082232, 3, 2000, 300);
INSERT INTO `groups` (`id`, `name`, `flags`, `access`, `maxdepotitems`, `maxviplist`) 
    VALUES ('8', 'Server Administrator', 821982896120, 3, 2000, 300);
rep++:P

Somone know where i use it ????
 
Back
Top