• 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!
  • 2026 staff recruitment is open! Check it out and consider applying!

ZNOTE AAC - Problem creating a guild

dartedd450

Member
Joined
Dec 21, 2016
Messages
51
Reaction score
9
Error:

Guild list is empty.

string(107) "INSERT INTO `guilds` (`name`, `ownerid`, `creationdata`, `motd`) VALUES ('Leaders', '1', '1482535311', '');"
(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.
 
Solution
You should try increasing your thread_stack in php.ini or my.cnf. If you are using Uniform Server, you can find that file inside /UniserverZ/core/mysql/my.cnf

Change it to this value:
thread_stack = 256k
You should try increasing your thread_stack in php.ini or my.cnf. If you are using Uniform Server, you can find that file inside /UniserverZ/core/mysql/my.cnf

Change it to this value:
thread_stack = 256k
 
Solution
Back
Top