Beskrivelse
Denne utvidelsen vil utføre et antall kontroller av din WordPress-installasjon for å oppdage vanlige konfigurasjonsfeil og kjente probemer, og også tillate utvidelser og temaer og legge til sine egne kontroller.
Feilsøkingsfanen, som viser vesentlig informasjon om din WordPress og server-konfigurasjon, og som man enkelt kan dele med hjelpetjenester for temaer, utvidelser eller på de offisielle WordPress.org support-forumene.
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.
For en dypere gjennomgang om effektiv bruk av utvidelsen, les gjerne WordPress.org support gruppens håndbok side om utvidelsen.
Feedback is welcome both through the WordPress.org forums, the GitHub project page, or on Slack in either #forums or #core-site-health.
Skjermskudd
FAQ
-
Jeg kommer ikke inn på nettstedet etter å ha aktivert feilsøking
-
Dersom du mot formidning står fast i feilsøkingsmodus, uten tilgang på nettsiden kan man komme seg ut av denen statusen ved å slette sidens informasjonskapsler (cookies).
Dersom du ikke er kjent med hvordan dette virker er det også mulig å lukke alle nettleser vinduer, eventuelt start datamaskinen på nytt, da dette også vil automatisk ta bort statusen som bestemmer om man er i feilsøkingsmodus.
-
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.
Så langt er utvidelsen testet med alle versjoner av PHP fra 5.2 til 7.3, og virker med alle disse.
-
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.
Vurderinger
Bidragsytere og utviklere
“Helsesjekk & Feilsøking” er programvare med åpen kildekode. Følgende personer har bidratt til denne utvidelsen.
Bidragsytere“Helsesjekk & Feilsøking” har blitt oversatt til 29 språk. Takk til oversetterne for deres bidrag.
Oversett “Helsesjekk & Feilsøking” til ditt språk.
Interessert i utvikling?
Bla gjennom koden, sjekk ut SVN-repositoriet, eller abonner på utviklingsloggen med RSS.
Endringslogg
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.
v1.5.1 (2022-11-02)
- Fixed a bug where if Health Check was disabled during troubleshooting, you would need to force-enable/disable other plugins or themes.
v1.5.0 (2022-09-10)
- Added a custom filter for the Health Check plugin PHP Compatibility check.
- Added functions which will try to disable cache solutions during troubleshooting.
- Added ability to force changes if loopbacks fail during troubleshooting.
- Changed how JavaScript is built and bundled in the plugin.
- Changed the location of the
phpinfo()
check to the Tools section. - Changed how troubleshooting mode implements its conditional actions and filters when enabled.
- Fixed styling issues for troubleshooting mode in WordPress 5.9.
- Removed Site Health Status from the plugin, as they were implemented in WordPress 5.2.