We launched new forums in March 2019—join us there. In a hurry for help with your website? Get Help Now!
    • 38417
    • 92 Posts
    After moving my site to a new server gallery is not functioning as it should be.
    I searched the web for a solution for a few days now, but cannot find a solution.
    I tried upgrading MODX ow 2.2.8 Reïnstalling Gallery 1.5.2 and phpThumbof 1.4.0, moved the site back to local to try some solutions but no results.

    The problem is that I see in Safari the famous blue sign with the questionnmark, and in Firefox there is the album name where in both cases the thumbnails should. ImageMagick is functioning. The live site is visible here:
    http://www.ceciliahandel.nl
    In localhost I deleted an album and put it back in with the same pictures and changing nothing in Gallery paths and that functions.

    <div style="float:left; margin: 10px 10px 10px 0px;">
    <div class="albumPreview">
        <h5><a href="index.php?id=3&galAlbum=1">Cecilia 75</a></h5>
    
       <div class="thumb">
            <a href="index.php?id=3&galAlbum=1"><img src="/cecilia/assets/components/gallery/connector.php?action=web/phpthumb&w=195&h=140&zc=1&far=C&q=90&src=http%3A%2F%2Flocalhost%3A8888%2Fcecilia%2Fassets%2Ftemplates%2Fflexibility%2Fimages%2F1%2F1.jpg"alt="Cecilia 75"/></a>
        </div>
        <div class="desc";>
            <p>75 jaar geschiedenis in beeld.</p>
            <a href="index.php?id=3&galAlbum=1" class="view">Bekijk album</a> 
        </div>
    </div>
    </div>
    <div style="float:left; margin: 10px 10px 10px 0px;">
    <div class="albumPreview">
        <h5><a href="index.php?id=3&galAlbum=6">BBQ Slagwerkgroep.</a></h5>
    
       <div class="thumb">
            <a href="index.php?id=3&galAlbum=6"><img src="/cecilia/assets/components/gallery/connector.php?action=web/phpthumb&w=195&h=140&zc=1&far=C&q=90&src=http%3A%2F%2Flocalhost%3A8888%2Fcecilia%2Fassets%2Ftemplates%2Fflexibility%2Fimages%2F6%2F276.jpg"alt="BBQ Slagwerkgroep."/></a>
        </div>
        <div class="desc";>
            <p>BBQ slagwerkgroep.</p>
            <a href="index.php?id=3&galAlbum=6" class="view">Bekijk album</a> 
        </div>
    </div>
    </div>


    The first thumb doesn't function the second one does, I cannot see any difference in the call.

    Hopefully somebody knows a solution.

    Ad.

    This question has been answered by showa26. See the first response.

    • discuss.answer
      • 38417
      • 92 Posts
      For what it is worth.
      I now noticed that the new album nr: 6 is created in the gallery url path. The "old" ones 1-4 I created before I cannot detect anywhere. (no:5 was deleted before).
      In phpMyAdmin images in the newly created album have a name. The not visible ones don't.
      [ed. note: showa26 last edited this post 10 years, 10 months ago.]
        • 38417
        • 92 Posts
        Problem solved.
        In phpMyAdmin there was stil a database of the pictures, only named album 1/1 1/2 1/3 etc album 2/1 2/2 etc. So I made new files for the album, put pictures in those files renamed them pointed gallery path to the correct files and everything worked.

        Ad.