Changes between Initial Version and Version 1 of Ticket #55890, comment 17
- Timestamp:
- 07/04/2022 11:41:26 PM (2 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #55890, comment 17
initial v1 2 2 > 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. 3 3 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.4 Thanks! 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. 5 5 6 6 In that case, bumping the DB version in [53496] should resolve the issue.