• MNL345

    (@mnl345)


    I’m on a shared server and the Site Slideshow sometimes gives me a link that takes me to an error page which says the link cannot be found on my website. I think I’ve narrowed down the problem: I was using a different directory when I was developing the website, then I cut over to using an addon domain AFTER most of the pages were built. So 90% of my photos had the previous address and 10% had the new address because I put them on later. For example, Site Slideshow would make WordPress give an error if the link was of the form http://www.maindomain.com/wordpressinstallfolder/?p=113 but it would work when the address was of the form
    http://www.addondomain.org/?page_id=113
    Now, if I retype the browser address by hand on the error page, making it to be of the form
    http://www.maindomain.com/wordpressinstallfolder/?page_id=113 then I get the right page. (I’m not sure why the bad address form was there in the first place–it worked in development.) Anyway, I went through all my site pages and posts, correcting their img tag src= links to point only to the addon domain, then I deactivated and uninstalled Site Slideshow, and I even used phpmyadmin to delete the wp_gallery_slides table. Then I cleared the caches. I reinstalled Site Slideshow, but I’m getting the same corrupted links attached to the photos in the slideshow. Solution?

    http://wordpress.org/extend/plugins/site-slideshow/

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author didr

    (@didr)

    A little difficult, but I hope I can help. 1. It is not sufficient to correct all src-s in the posts because site slideshow looks for the thumbs belonging to. 2. wp_gallery_slides is not used by site slideshow but the table wp_site_slides. It is not neccessary deleting it because with every post updating it is generated fresh too.
    My suggestion: Look via phpmyadmin in wp_posts and wp_postmeta and replace every old domain by the new one. Updating site slideshow – today a new release is published – and let surprise yourself.

    I just edited data tables with PhpMyAdmin for the first time in my life to confirm, that this advice works. For me, the problem was that I had imported posts, and Site Slideshow wanted to link the pics to the original URI of the post, not the current one. I edited data fields called “guid” in wp_posts and didn’t need to open wp_postmeta. Thanks, didr! I like your plugin, too. It’s the only plugin of this type I’ve so far gotten to work.

    Practically, editing the data tables is easiest when you tell PhpMyAdmin to output like a 1000 rows per page and then just use search to find the old address.

    Guess this could be considered a bug in WordPress importer?

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘[Plugin: Site Slideshow] Cannot change link addresses’ is closed to new replies.