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

Gesior ERROR!

Lording

Well-Known Member
Joined
Jan 9, 2008
Messages
802
Reaction score
80
I need help with gesior AAC

When i make my character this appear:

Code:
Warning: Error parsing C:\ots\config.lua on line 140 in C:\xampp\htdocs\config-and-functions.php on line 28

Fatal error: Call to a member function fetch() on a non-object in C:\xampp\htdocs\pot\OTS_Group.php on line 48
Any can help me?
 
-- NOTE: defaultPriority works only on Windows and niceLevel on *nix


Now give this problem:

Code:
Warning: Error parsing C:\ots\config.lua on line 142 in C:\xampp\htdocs\config-and-functions.php on line 28

Fatal error: Call to a member function fetch() on a non-object in C:\xampp\htdocs\pot\OTS_Group.php on line 48
(Line 142)

line 142:
Code:
	-- default is -1, so it stays untouched (automaticaly assigned by OS).

and pot line 48:
Code:
        $this->data = $this->db->query('SELECT ' . $this->db->fieldName('id') . ', ' . $this->db->fieldName('name') . ', ' . $this->db->fieldName('flags') . ', ' . $this->db->fieldName('access') . ', ' . $this->db->fieldName('maxdepotitems') . ', ' . $this->db->fieldName('maxviplist') . ' FROM ' . $this->db->tableName('groups') . ' WHERE ' . $this->db->fieldName('id') . ' = ' . (int) $id)->fetch();

Edit: I deleted some lines in config, ots_group.php and fixed some errors but now the error is
Code:
Fatal error: Uncaught exception 'E_OTS_NotLoaded' in C:\xampp\htdocs\pot\OTS_Group.php:123 Stack trace: #0 C:\xampp\htdocs\pot\OTS_Player.php(242): OTS_Group->getId() #1 C:\xampp\htdocs\accountmanagement.php(507): OTS_Player->setGroup(Object(OTS_Group)) #2 C:\xampp\htdocs\index.php(139): include('C:\xampp\htdocs...') #3 {main} thrown in C:\xampp\htdocs\pot\OTS_Group.php on line 123
I MAKED BACK UP OF THE OLD CONFIG,POT. Please, sorry my english!

There is the POT,Config.lua
 

Attachments

Last edited:
Back
Top