Beschrijving
Deze plugin zal een aantal controles uitvoeren op je WordPress installatie om gebruikelijke configuratiefouten en bekende problemen te ontdekken. Het staat plugins en thema’s ook toe om hun eigen controles toe te voegen.
De debug sectie, die je toestaat om informatie te verzamelen over je WordPress en server configuratie die je gemakkelijk kan delen met ondersteuning medewerkers van thema’s, plugins of op de officiële WordPress.org ondersteuningsfora.
Problemen oplossen maakt het mogelijk om een schone WordPress sessie te hebben, waarin alle plugins zijn gedeactiveerd en een standaard thema wordt gebruikt, maar alleen voor je gebruiker en totdat je het uitschakelt, of uitlogt.
De Gereedschappen sectie maakt het mogelijk om te controleren of er WordPress bestanden gewijzigd zijn, of e-mails verzonden kunnen worden en of je plugins compatibel zijn met toekomstige versie updates van PHP.
Voor een uitgebreider voorbeeld van hoe je de Health Check plugin efficiënt kunt gebruiken, bekijk je deWordPress.org ondersteuningsteam pagina over deze plugin.
Feedback is welkom zowel via de WordPress.org forums, de GitHub project pagina, als op Slack in ofwel #forums of #core-site-health.
Schermafdrukken
FAQ
-
Ik kan mijn site niet meer benaderen nadat ik probleemoplossen heb ingeschakeld
-
Als je om welke reden dan ook vaststelt dat u vastzit in de modus Problemen oplossen, kun je deze eenvoudig uitschakelen door je cookies te wissen .
Ben je niet bekend met het wissen van je cookies? Geen zorgen, je kunt ook al je browservensters sluiten of een herstart van de computer uitvoeren en deze specifieke cookie wordt automatisch gewist.
-
De PHP compatibiliteit zegt dat deze plugin alleen werkt met PHP versie X?
-
De plugin is gemaakt als ondersteuningsgereedschap voor zoveel mogelijk gebruikers, dit betekent dat er code nodig is die ook voor oudere sites is geschreven.
Gereedschappen die PHP compatibiliteit controleren weten niet hoe ze deze code van de echte code moeten onderscheiden, dus geven ze een vals positief reactie.
De plugin is momenteel getest met elke PHP versie van 5.2 tot 7.3 en werkt met al deze versies.
-
Waar kan ik beveiligingsfouten rapporteren?
-
Het Sitediagnose team en de WordPress community nemen beveiligingsfouten serieus. We waarderen je inspanningen om je bevindingen verantwoord bekend te maken en zullen ons best doen om je bijdragen te erkennen.
Om een beveiligingsprobleem te melden, ga je naar de WordPress HackerOne programma.
Beoordelingen
Bijdragers & ontwikkelaars
“Health Check & Troubleshooting” is open source software. De volgende personen hebben bijgedragen aan deze plugin.
Bijdragers“Health Check & Troubleshooting” is vertaald in 31 talen. Dank voor de vertalers voor hun bijdragen.
Vertaal “Health Check & Troubleshooting” naar jouw taal.
Interesse in ontwikkeling?
Bekijk de code, haal de SVN repository op, of abonneer je op het ontwikkellog via RSS.
Changelog
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.