Περιγραφή
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.
Το τμήμα αποσφαλμάτωσης, το οποίο σας επιτρέπει να συγκεντρώσετε πληροφορίες σχετικά με τη ρύθμιση παραμέτρων του 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 σας.
Δεν είστε εξοικειωμένοι με το πώς να καθαρίσετε τα cookies σας; Μην ανησυχείτε, μπορείτε επίσης να κλείσετε όλα τα παράθυρα του προγράμματος περιήγησής σας, ή να εκτελέσετε μια επανεκκίνηση του υπολογιστή και θα καθαρίσει αυτό το συγκεκριμένο cookie αυτόματα.
-
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.
Κριτικές
Συνεισφέροντες & Προγραμματιστές
“Health Check & Troubleshooting” είναι λογισμικό ανοιχτού κώδικα. Οι παρακάτω έχουν συνεισφέρει στη δημιουργία του.
Συντελεστές“Health Check & Troubleshooting” έχει μεταφραστεί σε 27 γλώσσες. Thank you to the translators for their contributions.
Μεταφράστε το “Health Check & Troubleshooting” στην γλώσσα σας.
Interested in development?
Περιηγηθείτε στον κώδικα , ανατρέξτε στο αποθετήριο 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 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 the PHP module checks to allow for constant checks as well. Should help with some edge case tests.
- Βελτίωση του ελεγκτή ακεραιότητας αρχείων πυρήνα.
- 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.
- Τροποποίηση κειμένων για να είναι σαφέστερα.
- Προσθήκη κεφαλίδων διακομιστή στις πληροφορίες εντοπισμού σφαλμάτων.
- 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 a Site Health test for timezone localization.
- Added
mbstring
andjson
(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.