Search results

  1. N

    Bug on featured image on 1.8.6

    I'll send you my credentials, I can reproduce this on WP 6.6 but only with this image. Maybe a character is causing this.
  2. N

    Bug on featured image on 1.8.6

    I was using 6.5, latest release so not a buggy WP version for sure
  3. N

    Bug on featured image on 1.8.6

    Just editing a post: https://nergiza.com/wp-admin/post.php?post=25762&action=edit
  4. N

    Bug on featured image on 1.8.6

    When you edit the post, the featured image points to the usual media folder (srcset parameter) rather than R2: <a href="https://nergiza.com/wp-admin/media-upload.php?post_id=25762&amp;type=image&amp;TB_iframe=1&amp;width=753&amp;height=275" id="set-post-thumbnail"...
  5. N

    Several errors

    Got it, looking forward to test the new version and help you to figure out if it works :)
  6. N

    Several errors

    Yes, I have the files (luckily I took a backup) but I'm unsure about moving to R2 again if this is not fixed. Without a complete error log I can't find out what images weren't uploaded. What makes it worse is the original files were removed so there is no way to know they failed to be uploaded...
  7. N

    Several errors

    no, they were removed from the filesystem, they weren't uploaded to R2 so I had to restore them from a backup.
  8. N

    Several errors

    I'm worried many files weren't moved to R2 and there was no error log for those failed (not sure if they were missed or really failed). Is there any way to re-run the file sync and reupload the missing files?
  9. N

    Several errors

    Should it look in this way (of course, changing the folders name)?
  10. N

    Several errors

    @digitalpoint can you check this?
  11. N

    Several errors

    Oh this is actually great, I can 'whitelist' those plugin folders then. Can you give me more information where should I set that expression? I'm not sure where to add it
  12. N

    Several errors

    I have the "Organize my uploads into month- and year-based folders" option disabled so that means I won't be able to use R2 then? In my case I think a workaround would be to disable redirects if the file requested is a subfolder under /upload/ folder. So, two redirect rules can be set depending...
  13. N

    Several errors

    yup, I think that should work (and remember about redirecting the media in the root folder of /upload/ because if you have the option to not use the /year/month/ structure then Wordpress will save everything on /upload/
  14. N

    Several errors

    Remember the problem is all plugins save their data on /upload/XXX (plugin name folder) So you don't want to redirect to R2 those folders. Instead, you want to redirect to R2 only the files on /upload (root) or /uploads/year/month/ which are the media files. Am I explaining better?
  15. N

    Several errors

    Well, Wordpress uploads the media in folders with the date (if it is set up in that way) or just in the /uploads folder. Anything else (not matching the date folders but matching other folder name) could be not modified Well, right now I can't use R2 because any of my plugins don't create the...
  16. N

    Several errors

    Question: is there any way to set a dynamic rule in CloudFlare that redirects the media to R2 only if the file requested is not inside a folder? We have all the uploaded images inside the /uploads/ older and if I can exclude the requests made to subfolders (which are the plugins) then I guess I...
  17. N

    Several errors

    it's fine if the plugin files are being served from the file system but if the media files are being served from R2 their URLs across the database need to definitely be overwritten and pointed to r2
  18. N

    Several errors

    Yes, none of the folders of the following plugins were uploaded to R2. In fact, I checked the filesystem and noticed the plugins created new folders in the upload folder (which shouldn't happen, they should be created in R2 instead):
  19. N

    Several errors

    I found the WP plugins created files and folders in wp-content/uploads folder (filesystem) rather than R2 so I think placing the redirect rules in CloudFlare is risky when you are not relying on media files only. I had to disable the CloudFlare redirect rule and I think the safest approach...
  20. N

    Several errors

    the file was never transferred to r2 but it is on the file system. I ended up uploading it manually to R2 but it sucks because I'm finding there are other files which weren't transferred.
Back
Top