Health Check & Troubleshooting

Опис

Цей плагін виконає серію перевірок вашого встановлення WordPress для визначення відомих проблем і загальних помилок в конфігурації, він також дозволяє плагінам і темам впроваджувати їх власні перевірки.

Розділ налагодження, який дозволяє збирати інформацію про вашу WordPress і конфігурацію сервера, які ви можете легко обмінюватися з представниками підтримки для тем, плагінів або на офіційних форумах підтримки WordPress.org.

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.

Більш широкий приклад того, як ефективно використовувати плагін Health Check, ознайомтеся з довідковою сторінкою команди підтримки WordPress.org про цей плагін .

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

Скріншоти

  • Екран перевірки стану здоров'я після автоматичного тестування системи.
  • Розгортається інформація з налагодження з полем копіювання та вставки.
  • Набір інструментів для діагностики вашого сайту.
  • Майстерня WordPress при ввімкненому режимі вирішення проблем

Часті питання

Я не можу отримати доступ до свого сайту після ввімкнення режиму Усунення несправностей

Якщо ви з будь-якої причини застрягнете в режимі Усунення Несправностей, його можна легко вимкнути, очистивши файли cookie.

Ви не знаєте, як очистити файли cookie? Не хвилюйтеся, ви також можете закрити всі вікна веб-переглядача або перезавантажити комп’ютер, і це автоматично очистить файли cookie.

Перевірка сумісності стверджує, що плагін працює тільки з PHP версії X?

Плагін створений як інструмент підтримки для широкого кола користувачів, це означає також і те, що він створений і для старих сайтів.

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.

На даний момент плагін був перевірений з кожною версією PHP, від 5.2 до 7.3, і працює з будь-якою з них.

Відгуки

02.08.2021
This plugin is a good tool but unfortunately it gets stuck in "TROUBLESHOOTING MODE" The troubleshooter button does not have a REVERSAL!! Then, the dashboard TROUBLESHOOTING controls do not work. Hence I had to uninstall it 🙁
03.06.2021
Was having a problem with a plugin, clicked on 'Troubleshoot', and bam!, crashed my site - took a day to re-build. Deleted.
05.05.2021
the troubleshoot mode does not work. on every refresh it goes back to normal mode so I don't think it works. It did not help me at all and now I can't disable the troubleshoot mode. useless
Прочитати всі 129 відгуків

Учасники та розробники

“Health Check & Troubleshooting” — проект з відкритим вихідним кодом. В розвиток плагіну внесли свій вклад наступні учасники:

Учасники

“Health Check & Troubleshooting” було перекладено на 28 локалізацій. Дякуємо перекладачам за їх роботу.

Перекладіть “Health Check & Troubleshooting” на вашу мову.

Цікавитесь розробкою?

Перегляньте код, перегляньте сховище SVN або підпишіться на журнал розробки за допомогою RSS.

Журнал змін

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

  • Сумісність з 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 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.