Re: After trying to put the forum into maintenance mode, it “disappeared”
Reply #1 – June 10, 2026, 01:01:14 am
Taking a quick stab while waiting for Spuds, the first thing I'd look at is any .htaccess files in the public_html directory (or whatever the webroot folder is.) You may need to set the file manager to show hidden files. The .htaccess file is where servers often tuck IPs to be blocked, etc., and ElkArte (at least my v 1.1.6), has some config info in there as well.. I've not encountered the problem you refer to, but that's the first location I'd sniff around in to see what's there. If no clues there hopefully Spuds (or someone else more knowledgeable than I) has a better idea..
Re: After trying to put the forum into maintenance mode, it “disappeared”
Reply #2 – June 10, 2026, 08:49:01 am
If you can access your Settings.php file, you need to edit that so $maintenance = 0; its probably set to 2 which makes it untouchable.
Re: After trying to put the forum into maintenance mode, it “disappeared”
Reply #3 – June 10, 2026, 10:50:25 am
Thanks for your replies. I’ll see what I can do.
Re: After trying to put the forum into maintenance mode, it “disappeared”
Reply #5 – June 10, 2026, 06:48:10 pm
That is strange, the admin panel only updates settings.php, it does not change anything in the database. Are you still getting a 500 error?
Re: After trying to put the forum into maintenance mode, it “disappeared”
Reply #6 – June 11, 2026, 05:25:39 am
Yes, the error message is still there and the forum has disappeared.
Re: After trying to put the forum into maintenance mode, it “disappeared”
Reply #8 – June 12, 2026, 09:21:33 pm
Is there any other content on your server than you can access via the internet (and the forum is the only thing that is inaccessible)? Is there other content besides the forum you also can't access?
Re: After trying to put the forum into maintenance mode, it “disappeared”
Reply #9 – June 13, 2026, 01:07:50 am
I would reestablish a copy that forum (files and database) temporarily elsewhere, and run test(s) there. If there all are good, then I'd migrate the forum to that new location. Sorry, this might not be the solution you are looking for, but I think nowadays, moving things are faster than fixing things, especially when the causes are unknown / mystery, and I think that is also why we have snapshot(s) for virtual machine i.e. for easier and faster restoration.
Re: After trying to put the forum into maintenance mode, it “disappeared”
Reply #10 – June 13, 2026, 03:12:01 am
Have you reached out to your web host about this? This unfortunately sounds like an issue with the server, which might mean that the DDoS attack caused server issues, not site issues.
Re: After trying to put the forum into maintenance mode, it “disappeared”
Reply #13 – June 13, 2026, 08:21:36 pm
There must be an server error log available, can you get to that so we can see what error may be logged when you try to access? You might also be able to check the elkarte db directly, look at the last entries of log_errors, there might be a clue IF its getting that far. Also make sure the site files are accessible by the web server user .. are you using Apache or Nginx? If all that fails, you can PM me with a SSH id/password so I can take a look at what is going on.