Beskrivning
Detta tillägg utför ett antal kontroller på din WordPress-installation för att upptäcka vanliga konfigurationsfel och kända problem och låter samtidigt tillägg och teman lägga till egna tester.
Systeminformationssektion som låter dig sammanställa information om din WordPress-installation och serverkonfiguration så att du enkelt kan dela denna information med supportpersonal för teman, tillägg eller i WordPress.org officiella supportforum.
Felsökning låter dig skapa en session med rent WordPress, där alla tillägg är inaktiverade och ett standardtema används, men enbart för din egen inloggning, tills du avslutar felsökningsläget eller loggar ut.
Sektionen ”verktyg” låter dig kontrollera att inga ändringar har skett i WordPress-filerna, att det går att skicka e-post och att dina tillägg är kompatibla med kommande, framtida PHP-versioner.
För ett utförligare exempel på hur du effektivt kan använda tillägget Health Check kan du läsa sidan om detta tillägg i handboken för support-teamet för WordPress.org.
Återkoppling är välkommen både via forumen på WordPress.org, projektets sida på GitHub eller i Slack i någon av kanalerna #forums och #core-site-health.
Skärmdumpar
Vanliga frågor
-
Jag kan inte nå min webbplats efter att jag aktiverat felsökningsläge
-
Om du av någon anledning har fastnat i felsökningsläge kan du enkelt stänga av det genom att rensa dina cookies.
Om du inte vet hur du rensar dina cookies behöver du inte oroa dig. Du kan också stänga alla fönstren i din webbläsare eller starta om din dator, så kommer den berörda cookie:n att rensas automatiskt.
-
Säger testet för PHP-kompatibilitet att detta tillägg endast fungerar med PHP version X?
-
Detta tillägg är konstruerat för att kunna fungera för så många användare som möjligt. Därför behöver det innehålla viss programkod som är utformad även för äldre webbplatser.
Verktyg som genomsöker programkod med avseende på PHP-kompatibilitet klarar inte att se skillnad på denna programkod och den verkliga programkoden, vilket leder till falsklarm.
För närvarande har detta tillägg provats med varje version av PHP från 5.2 till 7.3, och det fungerar med dem alla.
-
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.
Recensioner
Bidragsgivare och utvecklare
”Health Check & Troubleshooting” är programvara med öppen källkod. Följande personer har bidragit till detta tillägg.
Bidragande personer”Health Check & Troubleshooting” har översatts till 30 språk. Tack till översättarna för deras bidrag.
Översätt ”Health Check & Troubleshooting” till ditt språk.
Intresserad av programutveckling?
Läs programkoden, kika på SVN-filförvaret eller prenumerera på utvecklarloggen via RSS.
Ändringslogg
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.
v1.6.0 (2023-03-31)
- Improved the visual aspects of the Troubleshooting Mode Widget.
- Improved security by hardening Troubleshooting Mode actions with security tokens (nonces).
- Added a new tool to check
.htaccess
rules (where applicable). - Added TwentyTwenty Three to the list of default themes.
- Added option to install the latest classic (non Site Editor-focused) default theme if no default theme exists.
- Added a new security confirmation prompt in Troubleshooting Mode, if a security token (nonce) value is either expired, or missing.
- Added better documentation around reporting security concerns.
- Fixed a bug where notices from previous Troubleshooting sessions would show up in a new session, which is just confusing.