Health Check & Troubleshooting

Description

This plugin will perform a number of checks on your WordPress installation to detect common configuration errors and known issues, and also allows plugins and themes to add their own checks.

The debug section, which allows you to gather information about your WordPress and server configuration that you may easily share with support representatives for themes, plugins or on the official WordPress.org support forums.

Troubleshooting allows you to have a clean WordPress session, where all plugins are disabled, and a default theme is used, but only for your user until you disable it or log out.

The Tools section allows you to check that WordPress files have not been tampered with, that emails can be sent, and if your plugins are compatible with any PHP version updates in the future.

For a more extensive example of how to efficiently use the Health Check plugin, check out the WordPress.org support team handbook page about this plugin.

Feedback is welcome both through the WordPress.org forums, the GitHub project page, or on Slack in either #forums or #core-site-health.

Captures d’écran

  • The health check screen after the automated tests have gone over the system.
  • The debug information, with the copy and paste field expanded.
  • A selection of tools that can be ran on your site.
  • Troubleshooting mode enabled, showing your website Dashboard

FAQ

I am unable to access my site after enabling troubleshooting

If you should find your self stuck in Troubleshooting Mode for any reason, you can easily disable it by clearing your cookies.

Are you unfamiliar with how to clear your cookies? No worries, you may also close all your browser windows, or perform a computer restart and it will clear this specific cookie automatically.

The PHP compatibility says this plugin only work with PHP version X?

The plugin is made to be a support tool for as many users as possible, this means it needs code that is written for older sites as well.

Tools that check for PHP compatibility do not know how to separate this code from the real code, so it will give a false positive response.

At this time, the plugin has been tested with every version of PHP from 5.2 through 7.3, and works with all of these.

Avis

21 mai 2022
Halfway through using in troubleshooting mode it suddenly makes half the plugins unviewable. I cancel out of the health check troubleshoot mode and have to manually reinstate the plugins. Can't trust this plugin - needs more work.
11 mars 2022
After enabling troubleshooting mode I began enabling plugins one by one. After the second one the list of plugins disappeared. I exited troubleshooting mode and all plugins were disabled for all users.
27 janvier 2022
When this plugin was installed, I had a Site Health Status message that said "Background updates are not working as expected." I deleted the plugin. Now my Site Health Status says "Great job! Your site currently passes all site health checks."
5 janvier 2022
PHP errors and no responds from developer.... to bad...
10 octobre 2021
I like this plugin a lot and I'm not sure how it's not part of core WordPress - the ability to troubleshoot a live site without affecting user experience is extremely valuable. I leave it installed and active on all my development/testing sites while only installing it as necessary on production sites and then removing it when troubleshooting is finished. I've seen a lot of reviews here stating that troubleshooting mode broke the website - I did have an issue once where I enabled troubleshooting mode on a caching plugin - this would be expected behavior for a plugin like this especially if one uses a caching plugin that modifies .htaccess since troubleshooting mode would not undo that change.
Lire les 137 avis

Contributeurs & développeurs

« Health Check & Troubleshooting » est un logiciel libre. Les personnes suivantes ont contribué à cette extension.

Contributeurs

“Health Check & Troubleshooting” a été traduit dans 28 locales. Remerciez l’équipe de traduction pour ses contributions.

Traduisez « Health Check & Troubleshooting » dans votre langue.

Le développement vous intéresse ?

Parcourir le code, consulter le SVN dépôt, ou s’inscrire au journal de développement par RSS.

Historique des changements

v1.4.5

  • Fix Troubleshooting Mode throwing errors in frontend on WordPress 5.5

v1.4.4

  • Fixed hidden JavaScript warning when using troubleshooting mode on the Dashboard
  • Fixed plugin and theme lists staying hidden in troubleshooting mode on the Dashboard

v1.4.3

  • Compatibility with WordPress 5.4

v1.4.2

  • Fix missing headers for a loopback request in the debug section

v1.4.1

  • Fixed SQL version checks for various MariaDB installs.
  • Fixed a warning being generated in logfiles for first-time users with no existing Site Health history.
  • Added missing translation function for the new PHP compatibility tool.

v1.4.0

  • Fix a bug when viewing the Site Health page if enabling the Health Check plugin in troubleshooting mode.
  • Fix an inconsistency with how database versions are checked.
  • Fix the file comparison view on Windows systems if there are modified core files.
  • Fix a bug where some premium plugins could not be enabled in troubleshooting mode
  • Improved styles for older browsers.
  • Improved the PHP module checks to allow for constant checks as well. Should help with some edge case tests.
  • Improved the core file integrity checker.
  • Improved testing of WP_cron, now works properly for those running a « real cron » outside of WordPress.
  • Improved the htaccess rule test to only run if using an Apache server that supports these.
  • Modify the Site Health grading indicator.
  • Modified strings to make them clearer.
  • Added server headers to the Debug information.
  • Added polyfills for core features from WordPress 5.2 so they work for older sites.
  • Added a link to the Site Health page from the plugin overview.
  • Added a custom capability, view_site_health_checks for the plugin.
  • Added support for parent/child theme output in the Debug screen.
  • Added system user information to the Debug information.
  • Added a Site Health test for timezone localization.
  • Added mbstring and json (again) as requirements to the list of PHP extensions.
  • Added a missing toggle to the list of plugins/themes to the troubleshooting dashboard widget.
  • Added bulk actions to enable or disable plugins when troubleshooting, or to initiate troubleshooting mode.
  • Added plugin compatibility checker ot the tools section.
  • Added a dashboard widget to show your Site Health status at a glance when logging in.
  • Added filters for Site Health test results.
  • Added WP-CLI support, you can now run wp health-check status for a list of test and their status.
  • Moved compatibility functions out of primary files and into a compat.php so they can be conditionally loaded.
  • Disable the Fatal Error (WSOD) protection in WordPress while in troubleshooting mode.