Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #55890, comment 17


Ignore:
Timestamp:
07/04/2022 11:41:26 PM (2 years ago)
Author:
SergeyBiryukov
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #55890, comment 17

    initial v1  
    22> I believe the fix for this is a simple as change the database version and ensuring that caches are flushed. This is done in [53496] that should be backported into 6.0.1.
    33
    4 Thanks! At glance, it does seem like not bumping `$wp_db_version` previously in [53011] would lead to the `upgrade_600()` routine not running, which would cause the `user_count` option to be missing.
     4Thanks! At a glance, it does seem like not bumping `$wp_db_version` previously in [53011] would lead to the `upgrade_600()` routine not running, which would cause the `user_count` option to be missing.
    55
    66In that case, bumping the DB version in [53496] should resolve the issue.