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

Znote not finding my config and cant create character

Silba

is stephany, the josh wife
Joined
Aug 22, 2013
Messages
465
Solutions
9
Reaction score
397
Hello !

Despite my best efforts, I can't solve these issues and there's no relevant information to be found on this forum or google (atleast, i couldnt find it).

Fist problem is Znote wont find my config.lua when i try to access the "Server Information" page online.

Here's my path settings:

Location: C:\Users\Reece\Desktop\TFSnew
config.php: $config['server_path'] = 'C:\Users\Reece\Desktop\TFSnew';

I have no idea why it's not working, any help would be appreciated.


Second problem is when i try to create a character I get an error saying "You need to fill in all fields."

Znote config.php: http://pastebin.com/Mft0cvke
TFS config.lua: http://pastebin.com/y59PW2w9

Please let me know if any other files/info would be relevant.

This is just a bit of fun for me and my friends/family. Would really appreciate any help.

Edit: Passwords... -_-

I think i have solved my "You need to fill in all fields." I think it was a town issue and is now resolved... i think. However now when i try to create a character i get this error


Code:
1string(743) "INSERT INTO `players`(`name`, `group_id`, `account_id`, `level`, `vocation`, `health`, `healthmax`, `experience`, `lookbody`, `lookfeet`, `lookhead`, `looklegs`, `looktype`, `lookaddons`, `maglevel`, `mana`, `manamax`, `manaspent`, `soul`, `town_id`, `posx`, `posy`, `posz`, `conditions`, `cap`, `sex`, `lastlogin`, `lastip`, `save`, `skull`, `skulltime`, `rank_id`, `guildnick`, `lastlogout`, `blessings`, `direction`, `loss_experience`, `loss_mana`, `loss_skills`, `premend`, `online`, `balance`) VALUES ('Ew', '1', '2', '8', '5', '185', '185', '4200', '68', '76', '78', '58', '128', '0', '0', '40', '40', '0', '100', '2', '998', '1957', '7', '', '470', '1', '0', '0', '1', '0', '0', '0', '', '0', '0', '0', '10', '10', '10', '0', '0', '0');"
(query - SQL error)
Type: voidQuery (voidQuery is used for update, insert or delete from database)

Thread stack overrun: 8688 bytes used of a 131072 byte stack, and 128000 bytes needed. Use 'mysqld --thread_stack=#' to specify a bigger stack.
 
Last edited:
Ok, I have solved my "You need to fill in all fields." - It was a simple mistake by me configuring the towns.

I have also solved my sql error by going to my.ini (sql ini file) and changing "thread_stack = 192k" to "thread_stack = 256k" and then restarting mysql.

My config.php not being found by znote still persists though. Any help is appreciated.
 
Back
Top