Changes between Initial Version and Version 1 of Ticket #53705, comment 5
- Timestamp:
- 07/21/2021 12:28:31 AM (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #53705, comment 5
initial v1 1 1 I went back and instrumented WordPress upgrade logic with error logging that is more readable than what I did privately for myself. The logs now attached [https://core.trac.wordpress.org/attachment/ticket/53705/php-errors-plugin-corruption-20210720.txt here] show the following: 2 2 1. An update failure leading to a disappearing plugin (coblocks) 3 2. An update failure caused by a target directory being deleted while a zip was being unpacked to that directory (wordpress-seo) 3 2. An update failure caused by a target directory being deleted while a zip was being unpacked to that directory (wordpress-seo). In this case, nothing was left in a broken state because the previous version was not yet deleted. 4 4 5 5 Each line of the log has a REQUEST ID at the beginning. Use that to track which request is doing what.