How to put the forum in maintenance mode and back: Difference between revisions From Online Manual

Jump to: navigation, search
Line 14: Line 14:


==How to Set Maintenance Mode without Logging into the Forum==
==How to Set Maintenance Mode without Logging into the Forum==
# Log in to your forum's control panel
# Log in to your forum's control panel.
# Go to your file manager
# Go to your file manager.
# Find the directory that your forum's files are in. This could be '''public_html''', '''www''', or several other places, depending on your host.
# Find the directory that your forum's files are in. This could be '''public_html''', '''www''', or several other places, depending on your host.
# Find the file '''Settings.php''' and make a back-up copy of it, just in case you make a mistake while editing it.
# Find the file '''Settings.php''' and make a back-up copy of it, just in case you make a mistake while editing it.
# Open the file '''Settings.php''' for editing
# Open the file '''Settings.php''' for editing.
# Find '''$maintenance''' in the file. Here are the settings you can use:
# Find '''$maintenance''' in the file. Here are the settings you can use:
#* '''maintenance = 0;''' -- Out of Maintenance mode.
#* '''maintenance = 0;''' -- Out of Maintenance mode.

Revision as of 23:43, 1 August 2014

Maintenance mode is one of the General Server settings on the Administration panel. It is often used during forum maintenance, or when installing or uninstalling forum modifications or themes.

How to Put the Forum in Maintenance Mode

  1. Go to Administration > Configuration > Server Settings > General.
  2. Check the box labelled Enable Maintenance Mode.
  3. Change the Subject for display Maintenance.
  4. If you wish, you may change the Message for display, so that all guests and members will see the message you have entered.
  5. Click the save button.

How to Take the Forum Out of Maintenance Mode

  1. Go to Administration > Configuration > Server Settings > General.
  2. Uncheck the box labelled Enable Maintenance Mode.
  3. Click the save button.

How to Set Maintenance Mode without Logging into the Forum

  1. Log in to your forum's control panel.
  2. Go to your file manager.
  3. Find the directory that your forum's files are in. This could be public_html, www, or several other places, depending on your host.
  4. Find the file Settings.php and make a back-up copy of it, just in case you make a mistake while editing it.
  5. Open the file Settings.php for editing.
  6. Find $maintenance in the file. Here are the settings you can use:
    • maintenance = 0; -- Out of Maintenance mode.
    • maintenance = 1; -- In Maintenance mode.
    • maintenance = 2; -- Generates a white page.
  7. Save the file by clicking Save Changes or an equivalent.


Advertisement: