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

cant creat echaracter|7.6|nicaw|avesta|

IMac

entrepreneur
Joined
May 31, 2009
Messages
2,482
Reaction score
16
Location
Pluto
im using avesta with web nicaw 7.6 and when i try create character this error comes up
PHP:
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
how can i fix?
this is on line 250
PHP:
  throw new ClassException('Player::Create() Group #'.$group_id.' does not exist. Check your database and config file.', 6);
 
Please include the lines above and below that line, since the line in question basically just an error handler meant to throw an error saying:

Player::Create() Group #1 does not exist. Check your database and config file.
 
Back
Top