Опис
Цей плагін виконає серію перевірок вашого встановлення 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.
Скріншоти
Часті питання
-
Я не можу отримати доступ до свого сайту після ввімкнення режиму Усунення несправностей
-
Якщо ви з будь-якої причини застрягнете в режимі Усунення Несправностей, його можна легко вимкнути, очистивши файли 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, і працює з будь-якою з них.
-
Where can I report security bugs?
-
The Site Health team and WordPress community take security bugs seriously. We appreciate your efforts to responsibly disclose your findings, and will make every effort to acknowledge your contributions.
To report a security issue, please visit the WordPress HackerOne program.
Відгуки
Учасники та розробники
“Health Check & Troubleshooting” — проект з відкритим вихідним кодом. В розвиток плагіну внесли свій вклад наступні учасники:
Учасники“Health Check & Troubleshooting” було перекладено на 30 локалізацій. Дякуємо перекладачам за їх роботу.
Перекладіть “Health Check & Troubleshooting” на вашу мову.
Цікавитесь розробкою?
Перегляньте код, перегляньте сховище SVN або підпишіться на журнал розробки за допомогою RSS.
Журнал змін
1.7.1 (2024-07-25)
- Security: Prevent a potential information disclosure from the screenshot beta feature, reported independently by Jarko Piironen.
- Security hardening: Make each screenshot delete nonce unique to that image.
- Security hardening: Add a capability check alongside the nonce validation when toggling beta features on or off.
- General: Updated the
Tested up to
tag. - General: Added notice about future changes to the Troubleshooting and Tools sections.
- Added Twenty Twenty Four as a known and valid default theme.
- Tools: Fixed a PHP warning when checking for PHP version compatibility and no data was found.
- Tools: Fixed a PHP warning when
WP_DEBUG
is disabled, or nothing has been written to the logfile yet. - Tools: Improved the description for the
robots.txt
file viewer.
1.7.0 (2023-08-06)
- General: Improved styling inconsistency between the plugin and WordPress core.
- General: Fixed an issue with plugin translations where language strings would get mixed when using third party language plugins, or a separate profile language.
- Troubleshooting Mode: Fixed the URL used when disabling elements and having a subdirectory installation.
- Troubleshooting Mode: Fixed a deprecation warning when disabling troubleshooting mode on PHP version 8.3 or higher.
- Troubleshooting Mode: Added reference on how to troubleshoot as different users when testing scenarios.
- Tools: Fixed integration with WPTide for the PHP Compatibility checker.
- Tools: Added a viewer that will display debug log output when enabled.
- Tools: Added a warning to the File Integrity tester if unexpected files are mixed in with WordPress core files.
- Tools: Added a warning if sending emails is taking longer than expected.
- Tools: Added beta feature toggle for those who wish to test new functionality that may not be fully ready yet.
- CLI: Fixed the CLI commands, you can now
wp health-check status
to your hearts content! - Beta feature: Added a new beta feature, making it easier for non-technical users to grab screenshots of issues on their site, and share them.