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

Jump to: navigation, search
mNo edit summary
mNo edit summary
Line 9: Line 9:
# Change the '''Subject for display Maintenance'''.
# Change the '''Subject for display Maintenance'''.
# If you wish, you may change the '''Message for display''', so that all guests and members will see the message you have entered.
# If you wish, you may change the '''Message for display''', so that all guests and members will see the message you have entered.
# Select the save button.
# Click the save button.


==How to Take The Forum Out of Maintenance Mode==
==How to Take The Forum Out of Maintenance Mode==
# Go to Administration > Configuration > Server Settings > General (see above)
# Go to Administration > Configuration > Server Settings > General (see above)
# Uncheck the box labelled '''Enable Maintenance Mode'''
# Uncheck the box labelled '''Enable Maintenance Mode'''
# Select the save button
# Click the save button


==How to Set Maintenance Mode without Logging into The Forum==
==How to Set Maintenance Mode without Logging into The Forum==
Line 21: Line 21:
# Find the directory that your forum's files are in. This could be '''public_html''', '''www''' or several other things, depending on your host.
# Find the directory that your forum's files are in. This could be '''public_html''', '''www''' or several other things, 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
#* right-click on the file
#* From the pop-up menu, select '''Code Edit or Edit'''
#* Select "edit" from the pop-up
# 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.
#* '''maintenance = 1;''' -- In Maintenance mode.
#* '''maintenance = 1;''' -- In Maintenance mode.
#* '''maintenance = 2;''' -- Generates a white page.
#* '''maintenance = 2;''' -- Generates a white page.
# Save the file by selecting '''Save Changes'''.
# Save the file by clicking '''Save Changes'''.


[[category:FAQ]]
[[Category:FAQ]]

Revision as of 22:03, 31 July 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. To get there, follow these steps:
    • Log into your forum and select "Admin" from the navigation menu.
    • From the "Configuration" section of the administration panel, select Server Settings.
    • Choose the General tab.
  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 (see above)
  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 things, 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.


Advertisement: