Maintenance mode: Difference between revisions From Online Manual

Jump to: navigation, search
No edit summary
m (Maybe better to link to this page from "Forum Maintenance" - could mention it at the top of that page...)
Line 29: Line 29:
#* '''maintenance = 2;''' -- Generates a white page.
#* '''maintenance = 2;''' -- Generates a white page.
# Save the file.
# Save the file.
{{ {{Localized|As an administrator2.0}}}}

Revision as of 10:31, 3 August 2014

When maintenance mode is enabled, only administrators have access to the forum. Other users will see the message "This forum is in maintenance mode". In maintenance mode, the database may still be accessed for user authentication (to check if the member is an administrator).

Administrators use maintenance mode while doing tasks such as: forum upgrades, backups, restores, installing and uninstalling themes and modifications.

How to Enable Maintenance Mode

  1. Go to Administration > Configuration > Server Settings > General.
  2. Check the box next to Enable Maintenance Mode.
  3. Change the Subject for display.
  4. If you wish, you may change the Message for display. All guests and members will see this message and it can be used to give an explanation as to why the forum is in maintenance mode.
  5. Click the save button.

How to Disable Maintenance Mode

  1. Go to Administration > Configuration > Server Settings > General.
  2. Uncheck the box next to 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.


Advertisement: