• Resources
  • Free Flarum hosting on an expert platform by FreeFlarum.com

Proochles

I have found the following error in your forum logs on the server side:

flarum.ERROR: Swift_TransportException: Connection could not be established with host smtp.<xxx>.tech :stream_socket_client(): php_network_getaddresses: getaddrinfo failed: Name or service not known in /app/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Transport/StreamBuffer.php:261

This is probably not related to Asirem (but your SMTP settings, or server), however it might explain why your forum didn't function the way it should. You can view all of your logs at https://freeflarum.com/settings/logs, BTW.

The Asirem error has to be reported to the extension's author. We can't fix bugs in extensions, as we're just hosting provider. My best guess is that it might require some additional extension to be enabled, otherwise it crashes the forum. If you want, I can create a temporary admin account at your forum and grab the information needed in order to report the issue.


Equinemarkt It was related to katosdev/signature, since disabling that extension fixed the issue. Because I knew the exact error message, I've reported it to the author here

    SKevo orschiro I'm not sure, but I see that you are logging in as robert@domain.com and using Gmail - perhaps Google automatically sets the sender address to the username, regardless of what you specify? Please, see https://stackoverflow.com/questions/1332510 and possibly https://support.google.com/mail/answer/22370?hl=en for more information

    Thanks for the link! Seems not to be possible with Google.

    But just to clarify: in theory Flarum should use the email put in the "Addresses" field, right?

      SKevo I seemed to have got it working again! Also, since you noticed the SMTP settings, can you tell me what's going on there, can't seem to finish the final step and send a test email...? it says the connection couldn't be made, is that something wit Flarum or my side?

        Just curious as to when freeflarum will upgrade to version 1.2 of Flarum...anyone heard anything?

          DavecUK at Saturday, I have internally announced that I might update all forums to Flarum 1.2.0 on Sunday (the next day) if I have some spare time, but I got overwhelmed with other work and then I simply forgot about it. Perhaps it was better this way, since forum owners might not be prepared for the sudden downtime.

          So, to make a proper announcement now that I have it on my mind, we will update all forums to 1.2.0 this weekend (Saturday, 29th January 2022, at around 9:00 AM UCT). As always, there will be a downtime until all forums are synchronized, so be prepared.


          Also a small announcement for everyone else, since 23rd January 2022 (yesterday), we've had issues with custom domains (more specifically, with certificate requests). This should be fixed now. I apologize for the inconvenience, and encourage all users that have attempted to link their domains to FreeFlarum to repeat the process now.

            SKevo That's excellent news as there are some edit permissions bugs and others apparently fixed in 1.2.0

            I will keep my fingers crossed and let my users know.

            Hello, SKevo. I need to upload a txt file to the site to use IndexNow, is this possible?

              chew12 no, it's not possible to upload any files to forum's root, and likely never will

              I have read the IndexNow documentation, and it would make sense to turn this into an extension instead? Alternatively, you can send us the text file via E-mail along with your forum name and I'll upload it for you (info@freeflarum.com)

              Hi team, I have a question. Have you thought about translating your platform (website and support) into French? Do you think it is feasible to extend your turnkey solution?

                bryx we currently have support for translations in our codebase, but currently only English language is available. We have started a GitHub repository for translations, but that wasn't finished.

                I am currently doing some work around our codebase, and finishing i18n support is definitely on our to-do list for the near future. We plan to let people translate FreeFlarum via an online interface, such as Rob's Weblate instance, or alternatively our own (please, see this post for more details and context).

                As for multilingual support, I doubt that will ever happen. We currently don't have people nor capacity to do that, and so as for now, we will continue to provide support in the English language only

                • bryx replied to this.

                  SKevo

                  Okay, so a translation solution is provided. It is true that FreeFlarum is the ideal solution either to build a community or to test Flarum without having to install it on its own hosting. If it could be available in several languages, it would be great and interesting for those who can't code at all.

                  As far as I'm concerned, I don't really master English. I use a translator who really translates, it seems. I speak French, I can propose a volunteer application to do the support in French under a Flarum forum on FreeFlarum.

                  For the translation of the site into French, I had thought of @Qiaeru for a French translation, but it also depends on his motivation and his free time. Nevertheless, he is a great French translator.

                  Well, it's up to you. It's all about your project, FreeFlarum 😉

                  We've just upgraded all forums to Flarum 1.2.0, along with PHP & MariaDB. A few new extensions were included too based on our GitHub requests.

                  Currently, all databases are being checked and forums are synchronizing. I am happy to say that everything went without any significant complications or downtime and that most forums are already accessible (although, they operate more slowly, since the background sync. process is still running).

                  Anyways, if you spot anything out of ordinary, please contact us either by replying to this discussion or via E-mail: info@freeflarum.com

                    SKevo how many extensions does freeflarum have now?

                      SKevo You guys did a great job, forum actually seems much more responsive now...Thanks very much. I noticed the PHP upgrade to 8.xx and the maria upgrade as well. This all much have helped make the difference.

                      SKevo Hello. What is your site traffic limit? I mean, if I have ~ 500 visitors per day and little activity on the forum, do I need to migrate the site? It seems you have written something like 100 users (limit) but I don't understand, you mean active users or just visitors? Thanks.

                        chew12 there is no hard limit for how many visitors and users you can have. We have forums with even 1,000 (offline) users and the forum functions normally. That's because these users are basically just a data in the database, and that takes up some space too.

                        The 200 user limit in the documentation is an estimated average of all offline users on all forums, assuming that they have posted some content. If every user posted 10 discussion and 20 posts, that makes for 200 users, 2,000 discussions and 4,000 posts, which makes the database eat up more space.

                        I admit that I wasn't around when this limit was introduced (so the user limit is +3 years old and rather outdated at this point IMO), but after a bit of thinking now, I imagine that it was calculated this way. I don't think that the limit is meant to represent maximum online users, since it's average (and if every forum had 200 online users at the same time, I'd expect FreeFlarum to break apart pretty soon).

                        I'd say that this average for online users (at the same time) for all forums might be at around 50 - 100 users at most (assuming that they actively browse the forum and creating content at the same time). This all puts pressure on the database and server load. But we can't be certain for sure, as we do not have the tools to test this, nor monitor this limit - we can just estimate it based on what we have observed and know. As for me, I've never really witnessed a case where FreeFlarum would not operate normally due to higher traffic of one particular forum, but there is definitely an unknown hard limit somewhere.

                        Since this is asked for elaboration quite often, I will proceed to make this more obvious in the documentation too. I originally wanted to do this when we rework the entire documentation at some point in the future, but I realize that it is important that people are not confused when it comes to crucial information like this


                        Speaking of free space, FreeFlarum is about to hit it's limit with the disk space again, which is currently at 95 %. It means that we will unfortunately have to remove some inactive forums (forums that have no visitors, posts or content for a month and more). We do this every once in a while.

                        Note that your inactive forum will not be completely removed from our system, we will just compress and archive it (and that's why I will do it today). This will make your site go offline, but you can always request it to be reactivated, via our E-mail (info@freeflarum.com), or through our support page.

                        Also note that if your forum has been destroyed, it cannot be reactivated. And one last note that we aren't keeping archived forums for more than 6 months (an immediate destruction can be requested via E-mail and soon via web by default when deleting forum) - so naturally, forums archived and older than 6 months can't be reactivated.