Opened 4 years ago
Last modified 4 years ago
#52945 new defect (bug)
wp_cache settings not recognized in site health / plugins
Reported by: | pwallner | Owned by: | |
---|---|---|---|
Milestone: | Awaiting Review | Priority: | normal |
Severity: | normal | Version: | 5.7 |
Component: | Site Health | Keywords: | needs-patch reporter-feedback |
Focuses: | Cc: |
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
@
4 years ago
- Component changed from General to Site Health
- Keywords reporter-feedback added
- Summary changed from wp_cache settings not recoqnized in site health / plugins to wp_cache settings not recognized in site health / plugins
#2
@
4 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.
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?