[wp-trac] [WordPress Trac] #58944: Upload to Media Library not replicating to all pod's 6.2.2
WordPress Trac
noreply at wordpress.org
Thu Aug 3 10:20:48 UTC 2023
#58944: Upload to Media Library not replicating to all pod's 6.2.2
-------------------------------------------+------------------------
Reporter: vitorgandra | Owner: (none)
Type: defect (bug) | Status: new
Priority: normal | Milestone: 6.4
Component: Media | Version: 6.2.2
Severity: normal | Resolution:
Keywords: needs-patch reporter-feedback | Focuses: multisite
-------------------------------------------+------------------------
Comment (by vitorgandra):
Hi @antpb,
I printed the '/var/www/html/app/uploads' directory contents.
Before upload:
array:2 [
0 => "."
1 => ".."
]
After upload dog1.jpeg:
array:5 [
0 => "."
1 => ".."
2 => "dog1-10-150x150.jpeg"
3 => "dog1-10-400x250.jpeg"
4 => "dog1-10.jpeg"
]
We are using Delicious Brains WP Offload Media plugin.
In the 6.1.1 version the plugin offloads immediately to the bucket (maybe
uses the same pod).
But in the 6.2.2 the plugin does not find the file:
"file_get_contents(https://**********/app/uploads/josh.webp): Failed to
open stream: HTTP request failed! HTTP/1.1 404 Not Found"
The "********" is our domain.
--
Ticket URL: <https://core.trac.wordpress.org/ticket/58944#comment:3>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list