Search results

  1. digitalpoint

    Migrate existing media R2

    The option to manually move to/from R2 is under the Edit more details link. Normally for the moving in bulk, it will only not move something if there's an underlying issue with the media itself (for example the files that are expected to be in the local filesystem for movement can't be found...
  2. digitalpoint

    SVG Header Images Fail

    It does appear to be the issue with the mucked mime header. The image is there, but it's coming back with the application/xml mime type. Can you double/triple check your Transform Rule? A couple things to check... make sure it's a Transform Rule and then more specifically, make sure it's under...
  3. digitalpoint

    Turn off auto upload into cloudflare

    Is it “by extension” that you would want to define what does/doesn’t go to R2? Currently you can manually send stuff to/from R2, but it wouldn’t be terribly difficult to have a setting where you could define certain extensions that don’t go to R2.
  4. digitalpoint

    Several errors

    I sent you a direct message with the updated file.
  5. digitalpoint

    Several errors

    In this particular case, I think a better solution than just logging if something failed would be to not delete those and also not flag something as being moved to R2 if it didn't work for whatever reason. Internally the system monitors Cloudflare's side and will retry a transfer if Cloudflare...
  6. digitalpoint

    Several errors

    But they are in the local filesystem now due to backup restoration, right?
  7. digitalpoint

    Several errors

    The files are still in the local filesystem and you just want to re-upload them all?
  8. digitalpoint

    Several errors

    No… click the “Edit expression” link first… you are still kinda in UI mode.
  9. digitalpoint

    Several errors

    Sorry, missed the message. It’s in your Cloudflare account under redirect rules. You have the option to toggle between building the rule with a UI/drodowns or with an expression.
  10. digitalpoint

    Several errors

    You can use R2, it's just an issue of if you are wanting to redirect legacy/old media. Even if you didn't put old media into R2, you could use it going forward (no redirects needed because they never existed at an old URL). If you want to use R2 for old/already existing media and want to...
  11. digitalpoint

    Several errors

    Ya that’s not going to work for old/legacy media if you sometimes store it in the root of the folder.
  12. digitalpoint

    Several errors

    Ya… so you could do a redirect for URIs that start with upload/20 I’d think? That would cover media uploaded after 1999 and hopefully a third party plugin isn’t prefixed with “20”?
  13. digitalpoint

    Several errors

    You should be able to minus the redirect part for old media, right? For example if you were to use it just going forward and not messing with old media (where’d you need redirects), it should work (the way the system works, it’s not an either/or… some media can be local and some can be in R2).
  14. digitalpoint

    Several errors

    Well anything in /uploads/year/month/ is of course going to be in /uploads, so you could key on the URI starting with /uploads?
  15. digitalpoint

    Several errors

    Not sure there's a realistic way to do it just for media if there's nothing differentiating media vs. other things based on the URL itself. I suppose one could go into the database and do a find/replace with a SQl query, but that's going to get sketchy and isn't necessarily going to handle...
  16. digitalpoint

    Several errors

    Ya, WordPress doesn’t have an abstracted filesystem like XenForo does, so we can’t just say everything going to the uploads folder goes to R2, instead we do need to hook into things upstream (which frankly is a pain in the ass), so the R2 stuff does work by hooking into the media system. I’ll...
  17. digitalpoint

    Several errors

    Do you have an example of one of the plugins so I can go digging on it? It would be nice if they at least used a different prefix so someone could differentiate them.
  18. digitalpoint

    Several errors

    Is the media flagged as being in R2 (orange cloud when browsing it in WordPress media system)? Ya, it’s not particularly great… their logging system is designed more for building specific queries and running those queries (it’s why Cloudflare itself doesn’t even let you see it in their normal...
  19. digitalpoint

    Several errors

    Is the file in your local filesystem still? There wouldn’t really be a way to log things that *didn’t* happen. Once a logging system is in place, we could log things that did happen or we could log things that tried to happen but failed. For the failing part though, internally the mechanism...
  20. digitalpoint

    Several errors

    Ya, it’s pretty unbelievable how bad it is internally. Building this plugin for it brought me close to losing my mind. See this thread: https://xenforo.com/community/threads/rant-about-wordpress.212371/
Back
Top