Viewing 15 replies - 16 through 30 (of 30 total)
  • Plugin Author Ipstenu (Mika Epstein)

    (@ipstenu)

    πŸ³οΈβ€πŸŒˆ Advisor and Activist

    This? https://themeforest.net/item/classifieds-classified-ads-wordpress-theme/13481676

    Ouch. Okay, harder to debug a premium theme unless I buy it.

    But I looked into your database, trying to figure out how the heck it was pulling the old bucket name still, and I found you hadn’t changed it in WordPress.

    It still was finditsports.com

    I changed that to finditsportscom

    Can you link to a page on your site where the image is still broken? Maybe I can reverse engineer it…

    Thread Starter mxracer388

    (@mxracer388)

    Yes exactly.

    I disabled the setting that serves all media over the .io address.
    This is the only way everything shows.

    But if you enable that setting, it will look like before when no images were showing up.

    Try re-enabling it and see what I mean.

    But a page example that images were not working would be:
    https://finditsports.com/ad/2016-ktm-250/

    Plugin Author Ipstenu (Mika Epstein)

    (@ipstenu)

    πŸ³οΈβ€πŸŒˆ Advisor and Activist

    All the images on that page point to the right place…

    https://objects-us-west-1.dream.io/finditsportscom/wp-content/uploads/2015/10/IMG_1750.jpg

    I mean that’s even the right folder. Which image in specific was breaking? I’m really confused now πŸ™ Those images ARE showing from DHO.

    Thread Starter mxracer388

    (@mxracer388)

    They do right now, but

    Once you enable the setting (which is not enabled right now):
    “Serve all files from dream.io”

    The images stop showing up and are broken.

    Plugin Author Ipstenu (Mika Epstein)

    (@ipstenu)

    πŸ³οΈβ€πŸŒˆ Advisor and Activist

    Yeah, that’s a little confusing to me. If the plugin’s off, the plugin’s off and nothing should be served from dream.io, not even the images that are (properly) loading on your pages.

    This is why I’m having a hell of a time debugging your problem. It doesn’t make sense with how I wrote the plugin πŸ™‚ My guess right now is somewhere you have something cached, but since you named the original bucket ‘finditsports.com’ I can’t just tell you to search/replace and get rid of that name. It’ll break … everything.

    That means I absolutely have to understand some weird nitty gritty stuff about your site. And I apologize for that.

    With the option ‘Serve all files from dream.io’ ….

    • Is https://finditsports.com/ad/2016-ktm-250/ a page that breaks? (If not, what is?)
    • What is the working version of the image?
    • What is the broken version of the image?
    • Are these images auto-generated by your theme or a plugin, or did you go in and manually add them to a post?
    • If they are auto-generated, do you know which plugin or theme does it?

    Again, I’m really sorry I have to keep asking you these weird questions that you may not know, but I have to understand how we got to broken in order to roll it back to fix it for you πŸ™

    Thread Starter mxracer388

    (@mxracer388)

    Is https://finditsports.com/ad/2016-ktm-250/ a page that breaks? (If not, what is?)

    Most everything (images) on the site breaks once I activate that setting to ‘Serve all files from dream.io’

    What is the working version of the image?

    Working version is: https://objects-us-west-1.dream.io/finditsportscom/wp-content/uploads/2015/10/IMG_1750.jpg

    What is the broken version of the image?

    Broken version is: https://finditsportscom.objects-us-west-1.dream.io/wp-content/uploads/2015/10/IMG_1750.jpg

    Are these images auto-generated by your theme or a plugin, or did you go in and manually add them to a post?

    These images are generated by Classifieds plugin by which users create an account and place their ad images accordingly. Each ad on the site is considered a post, but not through the core of the website, ONLY through the Classifieds plugin by which the theme functions from.


    However, just now since you reissued my SSL Certificate everything is now working, even WITH that setting enabled. Was that the issue then perhaps??

    • This reply was modified 9 years, 4 months ago by mxracer388.
    Plugin Author Ipstenu (Mika Epstein)

    (@ipstenu)

    πŸ³οΈβ€πŸŒˆ Advisor and Activist

    Okay I get it now.

    The images did properly change to the right URI after the plugin was corrected. When you said they were broken, I assumed you meant they still had the old path. They didn’t. I was hunting the wrong problem πŸ™‚ that’s why I ask a lot of questions. To make sure I fix the right thing.

    The reason it kept breaking even after the change is that the ssl cert from dream.io hadn’t been updated. It should have done that automagically and didn’t. That’s on the DHO/DreamHost side, not the plugin.

    You should be okay now I hope!

    Thread Starter mxracer388

    (@mxracer388)

    Okay I see. Understood now.

    Thank you for your help and guidance. It works now!

    Thread Starter mxracer388

    (@mxracer388)

    Plugin Author Ipstenu (Mika Epstein)

    (@ipstenu)

    πŸ³οΈβ€πŸŒˆ Advisor and Activist

    It’s calling images that don’t exist

    https://finditsportscom.objects-us-west-1.dream.io/wp-content/uploads/2016/12/bicycles-1-555×170.jpg

    Did you copy them all over from the old bucket?

    Thread Starter mxracer388

    (@mxracer388)

    Interesting. The image sync by the plugin must have missed a few. I added all images from the old bucket that were placed by the plugin.

    How can we remigrate the ones that got missed?

    Thank you,

    Plugin Author Ipstenu (Mika Epstein)

    (@ipstenu)

    πŸ³οΈβ€πŸŒˆ Advisor and Activist

    That depends on your definition of ‘missed.’

    If the plugin thinks it imported them but it didn’t, then you can copy them from your server’s wp-content/uploads folder.

    If the plugin didn’t migrate them at all, you can just re-run the migrator.

    Thread Starter mxracer388

    (@mxracer388)

    Okay understood, Will I have to include a URL inside of the bucket media file? I noticed you were able to edit those on Dreampress when viewing the bucket contents.

    Also, When clicking through the bucket, it does not make sense how recent photos were placed into the 2015 folder?

    We almost need to Remigrate from scratch maybe?

    • This reply was modified 9 years, 4 months ago by mxracer388.
    Plugin Author Ipstenu (Mika Epstein)

    (@ipstenu)

    πŸ³οΈβ€πŸŒˆ Advisor and Activist

    Will I have to include a URL inside of the bucket media file? I noticed you were able to edit those on Dreampress when viewing the bucket contents.

    That gets auto-generated by WordPress actually. When I ran the code to fix the old path to the new one, it covered that as well.

    Also, When clicking through the bucket, it does not make sense how recent photos were placed into the 2015 folder?

    THAT is because of the dates on the posts to which the media was attached.

    Thread Starter mxracer388

    (@mxracer388)

    Okay, understood. I uploaded the images to the bucket and all is well now!

    Thank you again!

Viewing 15 replies - 16 through 30 (of 30 total)

The topic ‘Image Link Error’ is closed to new replies.