Opened 5 years ago
Last modified 5 years ago
#52945 new defect (bug)
wp_cache settings not recognized in site health / plugins
| Reported by: | pwallner | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | Awaiting Review |
| Component: | Site Health | Version: | 5.7 |
| Severity: | normal | Keywords: | needs-patch reporter-feedback |
| Cc: | Focuses: |
Description
maybe only a false positive message:
wp_cache is set to false (must set to true for wprocket).
and in plugins (drop in): advanced-cache.php inactive (needs wp_cache true in wp-settings.php)
I did manually downgrade to wp 5.6.2 (without changing anything) and the errors disappears.
Change History (2)
#1
@
5 years ago
- Component General → Site Health
- Keywords reporter-feedback added
- Summary wp_cache settings not recoqnized in site health / plugins → wp_cache settings not recognized in site health / plugins
#2
@
5 years ago
Correction: I've found the second message in the plugins list table:
in plugins (drop in): advanced-cache.php inactive (needs wp_cache true in wp-settings.php)
but not the first one:
wp_cache is set to false (must set to true for wprocket).
Note:
See TracTickets
for help on using tickets.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
Hi there, welcome to WordPress Trac! Thanks for the report.
I don't see a message like that in WordPress core, it seems like something added by the WP Rocket plugin.
Does the issue still happen with all plugins disabled and a default theme (Twenty Twenty-One) activated?