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

MyACC guild system is bugged

henkas

Well-Known Member
Joined
Jul 8, 2015
Messages
993
Solutions
5
Reaction score
55
Hi so i added top guilds system and i though i need to try create new guild but i cant, and i have no idea why
Untitled.png

As you can see they don't let me to choose leader but i have like 6 players in account. And if i type guild name press continue i get this error "Invalid character name format". Ideas?
 
Solution
0.7.9.
Code:
[php7:error] [pid 3216:tid 1428] [client ::1:57142] PHP Fatal error:  Uncaught PDOException: SQLSTATE[HY000]: General error: 1436 Thread stack overrun:  8688 bytes used of a 131072 byte stack, and 128000 bytes needed.  Use 'mysqld --thread_stack=#' to specify a bigger stack. in C:\\UniServerZ\\www\\system\\libs\\pot\\OTS_Base_DB.php:101\nStack trace:\n#0 C:\\UniServerZ\\www\\system\\libs\\pot\\OTS_Base_DB.php(101): PDO->query('INSERT INTO `gu...')\n#1 C:\\UniServerZ\\www\\system\\libs\\pot\\OTS_Guild.php(199): OTS_Base_DB->query('INSERT INTO `gu...')\n#2 C:\\UniServerZ\\www\\system\\pages\\guilds\\create.php(108): OTS_Guild->save()\n#3 C:\\UniServerZ\\www\\system\\pages\\guilds.php(30): require('C:\\\\UniServerZ\\\\w...')\n#4...
You have premium account?

Or disable guild_need_premium in config.php

Also, which version of MyAAC.
Hmm yea when i disable premium in config now i can pick leader but it's not over when i select leader and type guild name and press create, it says
This page isn’t working
And second think even if i set my acc premium i cant select leader
Untitled.png

This is pretty weird. I'm using latest myacc version
 
Hmm yea when i disable premium in config now i can pick leader but it's not over when i select leader and type guild name and press create, it says
This page isn’t working
And second think even if i set my acc premium i cant select leader
Untitled.png

This is pretty weird. I'm using latest myacc version

premdays isn't enough. You will also need to login in game to update account lastday column.

Latest version means 0.7 or 0.8?

When you get 'this page isnt working' error then you need to check your apache error.log, there will be a description what went wrong. Post it here.
 
premdays isn't enough. You will also need to login in game to update account lastday column.

Latest version means 0.7 or 0.8?

When you get 'this page isnt working' error then you need to check your apache error.log, there will be a description what went wrong. Post it here.
0.7.9.
Code:
[php7:error] [pid 3216:tid 1428] [client ::1:57142] PHP Fatal error:  Uncaught PDOException: SQLSTATE[HY000]: General error: 1436 Thread stack overrun:  8688 bytes used of a 131072 byte stack, and 128000 bytes needed.  Use 'mysqld --thread_stack=#' to specify a bigger stack. in C:\\UniServerZ\\www\\system\\libs\\pot\\OTS_Base_DB.php:101\nStack trace:\n#0 C:\\UniServerZ\\www\\system\\libs\\pot\\OTS_Base_DB.php(101): PDO->query('INSERT INTO `gu...')\n#1 C:\\UniServerZ\\www\\system\\libs\\pot\\OTS_Guild.php(199): OTS_Base_DB->query('INSERT INTO `gu...')\n#2 C:\\UniServerZ\\www\\system\\pages\\guilds\\create.php(108): OTS_Guild->save()\n#3 C:\\UniServerZ\\www\\system\\pages\\guilds.php(30): require('C:\\\\UniServerZ\\\\w...')\n#4 C:\\UniServerZ\\www\\index.php(386): require('C:\\\\UniServerZ\\\\w...')\n#5 {main}\n  thrown in C:\\UniServerZ\\www\\system\\libs\\pot\\OTS_Base_DB.php on line 101, referer: http://localhost/?subtopic=guilds&action=create
 
0.7.9.
Code:
[php7:error] [pid 3216:tid 1428] [client ::1:57142] PHP Fatal error:  Uncaught PDOException: SQLSTATE[HY000]: General error: 1436 Thread stack overrun:  8688 bytes used of a 131072 byte stack, and 128000 bytes needed.  Use 'mysqld --thread_stack=#' to specify a bigger stack. in C:\\UniServerZ\\www\\system\\libs\\pot\\OTS_Base_DB.php:101\nStack trace:\n#0 C:\\UniServerZ\\www\\system\\libs\\pot\\OTS_Base_DB.php(101): PDO->query('INSERT INTO `gu...')\n#1 C:\\UniServerZ\\www\\system\\libs\\pot\\OTS_Guild.php(199): OTS_Base_DB->query('INSERT INTO `gu...')\n#2 C:\\UniServerZ\\www\\system\\pages\\guilds\\create.php(108): OTS_Guild->save()\n#3 C:\\UniServerZ\\www\\system\\pages\\guilds.php(30): require('C:\\\\UniServerZ\\\\w...')\n#4 C:\\UniServerZ\\www\\index.php(386): require('C:\\\\UniServerZ\\\\w...')\n#5 {main}\n  thrown in C:\\UniServerZ\\www\\system\\libs\\pot\\OTS_Base_DB.php on line 101, referer: http://localhost/?subtopic=guilds&action=create

Looks like error with your mysql.

You need to modify in your my.ini (mysql config file) this:
Code:
thread_stack = 256K
 
Solution
Back
Top