11
Support / Re: After trying to put the forum into maintenance mode, it “disappeared”
Last post by Steeley -First, php 7.2 will definitely work, probably 5.6 as well. But if 8.x was working then the version shouldn't be an issue either..
May I suggest something really simple and basic.. just a 'reality check'
Find the directory on your server that contains your forum "index.php" file
Rename the file "Forum-index.php"
Now in a text editor, copy the following:
Code: [Select]
<!DOCTYPE html>
<html>
<head>
<title>PHP Test</title>
</head>
<body>
<?php echo '<p>Hello World</p>'; ?>
</body>
</html>
Save the file as "index.php" in that directory..
Now, with your browser click on the HTML link that launches your forum..
You should get a display that says "Hello World!"
Let us know what you get.
If you get an error.. stop worrying about ElkArte and let us now find out what's screwy with the server ..
If, as I expect, you get "Hello World" displayed, then php is functioning on the server and from that directory.
Then you can delete the new index.php file and rename the "Forum-index.php" back to "index.php"
And next, maybe @Spuds can suggest some temporary edits to the forum index.php (or perhaps some other php file) to eliminate checks and cut straight to a streamlined/basic launch of the forum, without added/custom themes, addons, etc.. and see if you get SOMETHING besides whatever error (or nothing) that you're getting now.