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

Solved [Znote AAC] Guild creation error (thread stack overrun)

krafttomten

Well-Known Member
Joined
Jul 23, 2017
Messages
103
Solutions
1
Reaction score
75
Location
Sweden
Hello,

Anyone knows why I get this error when trying to create a guild from my webpage?

Lua:
string(107) "INSERT INTO `guilds` (`name`, `ownerid`, `creationdata`, `motd`) VALUES ('Ridarna', '6', '1629361053', '');"
(query - SQL error)
Type: voidQuery (voidQuery is used for update, insert or delete from database)

Thread stack overrun: 18024 bytes used of a 131072 byte stack, and 160000 bytes needed. Use 'mysqld --thread_stack=#' to specify a bigger stack.

I'm using TFS 1.3 (or is it 1.4 now? I got the latest version a couple of weeks ago)
I'm using an equally fresh install of Znote AAC
Running on Windows 7
No customisation has been done to Znote AAC and I have no other known issues.

*edit Not sure if it matters, but I am using UniServerZ ZeroXIV 14_0_2 to run the mysql database
 
Solution
 
Solution
Thank you Znote, works like a charm now!
 
Back
Top