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

Need Help with Guilds Section

Clowney

New Member
Joined
Jul 15, 2016
Messages
21
Reaction score
2
Morning all,

Have my server up and running fine but when we go to create a guild i get this error:

Code:
string(114) "INSERT INTO `guilds` (`name`, `ownerid`, `creationdata`, `motd`) VALUES ('AussieOT Staff', '5', '1472091661', '');" 
(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.

any help would be great

Using TFS1.2
OTRS Data pack
Znote 1.5(from memory)
 
You have to edit thread_stack in my.ini.
Navigate to your core folder inside of UniformServer/XAMPP or whichever you use.
There you should find a file called my.ini
Inside that file you have a line that says:
thread_stack = 128K
Change that to a larger value ex: 256K

Restart MySQL :)
 
Back
Top Bottom