Results 10 comments of adaur

I can confirm the issue. Using the first post from the google groups solves the issue.

Yeah, that's why I'll do, but I don't see the logic of allowing the stack to be stuck. I'm keeping all of them because I want to catch 'em all...

I have set this var to 1 now, but I still think that the bot should not be able to get stuck like this. I have another question: if a...

Hi, That's odd. I run 7.3.5 locally and I have no problem. The function __ is used to translate strings, are you sure your composer dependencies are properly installed?

Actually it may fail because of something else and this error is coming from the error displaying. Can you try to install your forum using the development branch and see...

If you want your forum to be installed in the /fr folder, it should probably be ``` location /fr/ { root /usr/share/nginx/mountain-linux-forum/fr; try_files $uri $uri/ /index.php$is_args$args; } ``` but maybe...

In case it helps, here is the configuration of forums.featherbb.org minus the SSL ``` server { listen 443 ssl http2; listen [::]:443 ssl http2; server_name forums.featherbb.org; access_log /var/log/nginx/forums.featherbb.org.access; error_log /var/log/nginx/forums.featherbb.org.error...

I'm not sure what's going on here... make sure your parameters are correct and that you have write permission. Everything is working for me locally I tried the installer recently....

Hm I can think of something else. Make sure that you run the install script at http://forum.mountain-linux.eu.org/install

It should be more than easy since we didn't change the DB schema :p