Back to services

Is Wordpress Down? Live status & outage reports

Operational
Last problem:

Wordpress outage reports

Wordpress common issues

Report a problem

Recent Reports

No reports yet

Service info and troubleshooting

Site returns 500 Internal Server Error

This happens when PHP memory limit is exceeded or a plugin conflict occurs. Open your wp-config.php file via FTP and add this line before 'That's all, stop editing!': define('WP_MEMORY_LIMIT', '256M'); If that doesn't help, rename your plugins folder through FTP to plugins_old. This deactivates all plugins at once. Try accessing your site again. If it works, rename the folder back and deactivate plugins one by one to find the culprit.

White screen appears instead of website

The White Screen of Death usually means a PHP error. Enable debug mode by editing wp-config.php. Find define('WP_DEBUG', false); and change false to true. Refresh your site and check the error message. Most often it points to a faulty theme or plugin. Switch to a default WordPress theme by renaming your current theme folder via FTP. This forces WordPress to use a fallback theme.

Cannot upload images or media files
  • Check your uploads folder permissions. It should be set to 755 or 775
  • Verify available disk space on your hosting account
  • Increase maximum upload size in php.ini: upload_max_filesize = 64M and post_max_size = 64M
  • Clear your browser cache and try again
  • Disable image optimization plugins temporarily
Dashboard loads extremely slowly or freezes

Disable unnecessary widgets from Screen Options at the top right of your dashboard. Remove external RSS feeds and complex widgets. Check if your database needs optimization. Install WP-Optimize plugin or run OPTIMIZE TABLE command through phpMyAdmin. Hosting resources might be insufficient for your traffic level. Contact your provider to verify CPU and RAM allocation.

Login page redirects to itself endlessly
  • Clear all cookies for your domain
  • Check .htaccess file for incorrect redirect rules
  • Verify your site URL settings match your actual domain
  • Disable all security plugins through database or FTP
  • Ensure wp-login.php file isn't corrupted by re-uploading it from fresh WordPress installation

Related Services

Check status of ClickHouse ClickHouse Operational Check status of Nginx Nginx Operational Check status of Miro Miro Operational
Thank you for your report. It will be shown in less than 5 minutes. Give us some time for verification and moderation, and thank you for your patience in advance.
Suggest to monitor Help us to improve
Thank you for your suggestion. It will be considered and probably implemented. Give us some time though, and thank you for your patience in advance.