Free Flarum hosting on an expert platform by FreeFlarum.com
- Edited
Proochles ah, indeed. It restored the admin account to the default one too, sorry that I forgot about that.
I can change admin's E-mail address to one of your choice, so that you can reset your password. If you prefer not to make your E-mail address publicly available, we can handle this matter privately via info@freeflarum.com too
SKevo np xD, my email is admin@cancelled.tech
- Edited
Proochles I am currently managing everything from my phone, so it's a bit difficult.
You could create a new account at the forum and I'll assign admin permissions to it, which is easier since you just modify 2 rows and 1 column in the database. Creating a new forum is of course an option too, and I'll be glad to transfer your amount that you have donated there
- Edited
Proochles done, marked you as a donor
By the way, they're not plans, since we're not a commercial entity. All "perks" (because I wasn't very fancy at naming things) serve their purpose as a token of gratitude for donating and for us to be able to pay for our server and keep providing people free forums - just to clear up some confusion
The error being: Something went wrong while trying to load the full version of this site. Try hard-refreshing this page to fix the error.
This was the only error broadcasted by the console:
(index):113 Uncaught TypeError: Cannot read properties of undefined (reading 'prototype')
at index.js:55:21
at Application.js:171:58
at Array.forEach (<anonymous>)
at Proxy.e.boot (Application.js:171:33)
at (index):108:33
(anonymous) @ index.js:55
(anonymous) @ Application.js:171
e.boot @ Application.js:171
(anonymous) @ (index):108
Fixed with a Forum Fixup!!
- Edited
Hi all!
I've just deleted someone from my forum, because of reasons. But now my topics is all messed up, they posted some post in this topic, I didn't delete them separate.
Help?
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?