Changes between Initial Version and Version 1 of Ticket #51857, comment 12
- Timestamp:
- 12/15/2020 07:07:07 AM (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #51857, comment 12
initial v1 1 1 @audrasjb part of the issue is that I don't even know if this is issue. It does seem to solve this particular problem ( $dirlist returning false ). 2 2 3 I test by settings a breakpoint after `$dirlist = $wp_filesystem->dirlist( $from );` and then setting `$dirlist = false;` in VSCode.3 I test by settings a breakpoint after `$dirlist = $wp_filesystem->dirlist( $from );` in `copy_dir()` and then setting `$dirlist = false;` in VSCode. 4 4 5 5 I'm working on sending this failure data to dot org but I have no way to tell if they get it. I'll make another ticket for that.