Bleistivt
ModeratorBleistivt Moderator
Reactions
-
Re: Migrating from MyBB
Can you post an example of the characters that get turned to question marks here? Another thing you could try is changing line 4498 in vanila2export.php from $this->link = new PDO('mysql:host='.$a… (View Post)4 -
Re: Vanilla 4.0 RC1 is now available
@Csabbencs I'm not spreaking for Vanilla, but there is an official docker image: As for NoSQL: Vanilla has only ever supported MySQL and a NoSQL database does not really make sense for a forum. For a… (View Post)3 -
Re: Migrating from MyBB
The MyBB documentation says "Now that’s done, you can continue to run the UTF-8 tools in the ACP". So apparently changing just the config is not enough. (View Post)1 -
Re: Problem embedding forum
Press F12 and report any errors appearing in the console here. (View Post)1 -
Re: Brute force protection
Brute-force password attacks: Vanilla uses a rate-limiting system that throttles password attempts to once per second for every username attempted or IP address origin. We explicitly do not employ a … (View Post)2