If you're seeing the message "Briefly unavailable for scheduled maintenance" on your WordPress site, it indicates that WordPress is stuck in maintenance mode. This usually happens when a plugin update, theme update, or core update process was interrupted before completion. The presence of a .maintenance file in the root directory of your WordPress installation triggers this message.

Understanding the .maintenance File

The .maintenance file is a simple text file that WordPress creates to indicate that maintenance mode is active. It contains a timestamp, and if it's not removed after the update process completes, WordPress will continue to display the maintenance message.

How to Fix WordPress Stuck in Maintenance Mode

To resolve this issue, you need to manually delete the .maintenance file from your WordPress installation directory. You can do this via FTP or through your hosting control panel's File Manager (e.g., Plesk).

Method 1: Using an FTP Client

  1. Download and install an FTP client if you don't have one already. Popular options include FileZilla, Cyberduck, or WinSCP.
  2. Open your FTP client and connect to your hosting account using the credentials provided by Internetport (FTP host, username, password).
  3. Navigate to the root directory of your WordPress installation. This is typically where you see files like wp-config.php, index.php, etc.
  4. Look for a file named .maintenance. It might be hidden by default, so ensure that your FTP client is set to show hidden files.
  5. Delete the .maintenance file. You can do this by right-clicking on the file and selecting "Delete" or using the delete key on your keyboard.
  6. Save any changes and close the FTP client.

Method 2: Using Plesk File Manager

  1. Log in to your Plesk control panel using the credentials provided by Internetport.
  2. In the left-hand menu, click on "File Manager" under the "Websites" section.
  3. Navigate to the root directory of your WordPress installation. This is usually found in /httpdocs or a similar path.
  4. Find the .maintenance file. It might be hidden, so make sure that "Show Hidden Files" is enabled in File Manager settings.
  5. Select the .maintenance file and click on the "Delete" button at the top of the page.
  6. Confirm the deletion when prompted.

Troubleshooting

  • File Not Found: If you cannot find the .maintenance file, ensure that your FTP client or File Manager is set to show hidden files. Sometimes, it might be in a subdirectory.
  • Permission Denied: If you encounter permission issues while deleting the file, try changing its permissions to 644 (read and write for owner, read for group and others) before attempting to delete it again.
  • Still Showing Maintenance Mode: After deleting the file, clear your browser cache or try accessing your site in an incognito window. If the issue persists, contact Internetport support for further assistance.

By following these steps, you should be able to resolve the "Briefly unavailable for scheduled maintenance" error and restore access to your WordPress site.