[wp-trac] [WordPress Trac] #53039: Not invalidating files in opcode cache after core update (cont’d)
WordPress Trac
noreply at wordpress.org
Thu Apr 15 13:05:14 UTC 2021
#53039: Not invalidating files in opcode cache after core update (cont’d)
-----------------------------+------------------------------
Reporter: Krstarica | Owner: (none)
Type: defect (bug) | Status: new
Priority: normal | Milestone: Awaiting Review
Component: Upgrade/Install | Version: 5.7.1
Severity: normal | Resolution:
Keywords: | Focuses:
-----------------------------+------------------------------
Comment (by stodorovic):
It looks as an issue related to object caching. I don't think that's
OPcache root of cause. It seems that
$wp_version points to correct version - 5.7.1 (global variable in wp-
includes/version which was properly invalidated after update). Which
object cache (Redis,Memcache,...) has installed?
I just checked transient via wp-cli:
{{{
# sudo -u www-data wp shell
wp> get_preferred_from_update_core();
=> object(stdClass)#12003 (11) {
["response"]=>
string(6) "latest"
["download"]=>
string(65)
"https://downloads.wordpress.org/release/en_GB/wordpress-5.7.1.zip"
}}}
Did you try to delete all transients of flush object cache?
--
Ticket URL: <https://core.trac.wordpress.org/ticket/53039#comment:2>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list