Shows where the service URL was unreachable during the detected outage periods. Percentages indicate the share of failed checks from monitoring locations in each country.
Tap what’s going wrong — one click helps thousands of others see the outage.
Your site throws a 500 error when visitors try to access it. First, check your .htaccess file — a single syntax mistake breaks everything. Log into your hosting control panel and temporarily rename .htaccess to .htaccess_old. If the site loads, you found the culprit. Also, check PHP memory limits in your account settings. WordPress sites especially need at least 256MB. If you recently installed a plugin or theme, deactivate it through FTP by renaming its folder.
Clear your browser cache completely, then try incognito mode. The dashboard uses session cookies that sometimes corrupt. If you're still locked out, reset your password through the recovery email. Make sure you're using the correct login URL for your specific data center — European accounts use different endpoints than US accounts. Disable browser extensions temporarily, especially ad blockers and privacy tools that interfere with authentication tokens.
Your database credentials likely changed or the connection limit maxed out. Log into phpMyAdmin and verify the database name, username, and password. Update your config file (wp-config.php for WordPress, configuration.php for Joomla) with correct details. If you hit connection limits, optimize your database tables and enable caching to reduce queries. Check if your database host is localhost or a specific server address.