ExpressionEngine CMS
Open, Free, Amazing

Thread

This is an archived forum and the content is probably no longer relevant, but is provided here for posterity.

The active forums are here.

Thumbs missing after upgrade to 1.6.3

June 17, 2008 9:07pm

Subscribe [3]
  • #1 / Jun 17, 2008 9:07pm

    tomato12

    5 posts

    Hi,

    I just upgraded my site from 1.5.2 to 1.6.3. So far, so good. The only problem is that the thumbnails in my photo gallery are now missing! See attached picture. The links are there (and working), but the images are missing on ALL of the picture pages. The HTML in the control panel still looks ok.

    What’s going on? What should I do?

    Please help!! Thanks in advance!


    http://www.foreverart.at

  • #2 / Jun 17, 2008 9:20pm

    Sue Crocker

    26054 posts

    Welcome to the ExpressionEngine forums, tomato12.

    Gallery Page

    I’m not seeing any missing thumbnails..

    Viewing in FF3 on a PC.

  • #3 / Jun 18, 2008 6:55am

    tomato12

    5 posts

    Yeah, that’s right, the thumbnails aren’t missing in the first page of the gallery. But if you click on any one of those pictures, it shows a full-size view of the picture, and above you SHOULD see five thumbnail views of other pictures of the same piece. And those thumbnails, the ones above the full-size views, are the ones that are missing….

  • #4 / Jun 18, 2008 6:59am

    Ingmar

    29245 posts

    I does show their URLs, not the image. I wonder why? Still, all you might have to do is stick

     ...

    back into your templates.

  • #5 / Jun 18, 2008 8:51am

    tomato12

    5 posts

    Hi,

    Thanks for your quick reply. That was the first thing I thought of too (good to know that I’m not the only one wondering why it’s not working!).... Anyway, here is a copy of the html for the thumbnails on the picture I posted above:

    http://www.foreverart.at/images/gallery/chocolate/chocolate_sculptures-heart-herz-1_thumb.jpghttp://www.foreverart.at/images/gallery/chocolate/chocolate_sculptures-heart-herz-2_thumb.jpghttp://www.foreverart.at/images/gallery/chocolate/chocolate_sculptures-heart-herz-3_thumb.jpghttp://www.foreverart.at/images/gallery/chocolate/chocolate_sculptures-heart-herz-4_thumb.jpghttp://www.foreverart.at/images/gallery/chocolate/chocolate_sculptures-heart-herz-5_thumb.jpg


    The html seems ok to me and the image source etc. is the same as it was before the update. The image sources listed exactly match the names of the thumbs on the server.

    Sorry this post is going to be a bit long, but here’s a copy of what’s in my template for these pages:

    <!— :: gallery —>
    <div class=“gal”>
    {exp:gallery:entries gallery="{gallery_name}” }

      <div class=“gal_104”>
          {if c_code == "EN"}{custom_field_three}{/if}
          {if c_code == "DE"}{custom_field_four}{/if}
      </div>

     
          {if c_code == "EN"}
          {exp:gallery:prev_entry gallery="{gallery_name}”}‹‹ Previous Image  |{/exp:gallery:prev_entry}
          {exp:gallery:next_entry gallery="{gallery_name}”} Next Image ››{/exp:gallery:next_entry}
          {/if}
          {if c_code == "DE"}
          {exp:gallery:prev_entry gallery="{gallery_name}”}‹‹ Vorheriges Bild  |{/exp:gallery:prev_entry}
          {exp:gallery:next_entry gallery="{gallery_name}”} Nächstes Bild ››{/exp:gallery:next_entry}
          {/if}
     
     
      <div class=“gal_title”>

            {if c_code == "EN"}{title}{/if}         {if c_code == "DE"}{custom_field_one}{/if}      

      </div>

      <div class=“gal_caption”>
          {if c_code == "EN"}{caption}{/if}
          {if c_code == "DE"}{custom_field_two}{/if}
      </div>

      {if c_code == "EN"}{image_url}{/if}
      {if c_code == "DE"}{image_url}{/if} 
      <div class=“gal_title”>

            {if c_code == "EN"}{title}{/if}         {if c_code == "DE"}{custom_field_one}{/if}      

      </div>

     
          {if c_code == "EN"}
          {exp:gallery:prev_entry gallery="{gallery_name}”}‹‹ Previous Image  |{/exp:gallery:prev_entry}
          {exp:gallery:next_entry gallery="{gallery_name}”} Next Image ››{/exp:gallery:next_entry}
          {/if}
          {if c_code == "DE"}
          {exp:gallery:prev_entry gallery="{gallery_name}”}‹‹ Vorheriges Bild  |{/exp:gallery:prev_entry}
          {exp:gallery:next_entry gallery="{gallery_name}”} Nächstes Bild ››{/exp:gallery:next_entry}
          {/if}
     

    {/exp:gallery:entries}
    </div>
    <!— gallery :: —>


    I’m definitely no html expert but this seems ok to me. Custom fields three and four refer to the thumbnail URLs and images in German and English as I listed them above.

    Any ideas??

    Thanks in advance!

  • #6 / Jun 18, 2008 10:24am

    Robin Sowell

    13255 posts

    Can you paste the contents of one of the custom fields?  And just as a test- see if flipping the ‘auto-link’ preference in the caption setting and clearing cache makes any difference.  Oh- and what’s the field formatting set to for the custom field you paste the example code for?

  • #7 / Jun 18, 2008 12:46pm

    tomato12

    5 posts

    Hi Robin,

    thanks for your reply as well. Below is the content of Custom Field Three - the thumbnails that should link to the English pages for the picture posted in the first post on this thread.

    I noticed when pasting this in that the tag “...” is included in the Expression Engine control panel in the custom field contents, but when I pasted it above (see my post #4 on this thread), the tag isn’t there! HUH?!?!

    Anyway, here are the contents again (with the image source tag when I paste it in, let’s see if it’s still there when I post this!):

    http://www.foreverart.at/images/gallery/chocolate/chocolate_sculptures-heart-herz-1_thumb.jpghttp://www.foreverart.at/images/gallery/chocolate/chocolate_sculptures-heart-herz-2_thumb.jpghttp://www.foreverart.at/images/gallery/chocolate/chocolate_sculptures-heart-herz-3_thumb.jpghttp://www.foreverart.at/images/gallery/chocolate/chocolate_sculptures-heart-herz-4_thumb.jpghttp://www.foreverart.at/images/gallery/chocolate/chocolate_sculptures-heart-herz-5_thumb.jpg

    So… we already tried toggling the auto-link preference as well as all of the field formatting settings (currently set to “none”), as well as emptying the cache and checking the results after each and every change.

    For further clarification, I’m including a picture of the preferences for the custom fields 3 and 4.

    Any other ideas?

    Thanks!

  • #8 / Jun 18, 2008 1:39pm

    Sue Crocker

    26054 posts

    See this bit of code you posted?

    <a href="http://foreverart.at/en/index.php?/gallery/image_full/333" title="">http://www.foreverart.at/images/gallery/chocolate/chocolate_sculptures-heart-herz-1_thumb.jpg</a>

    The code that *should* be in there is:

    <a href="http://foreverart.at/en/index.php?/gallery/image_full/333" title="">http://www.foreverart.at/images/gallery/chocolate/chocolate_sculptures-heart-herz-1_thumb.jpg</a>

    See the difference?

    I added img src to the mix.

    Does that help?

    Show Image Example

  • #9 / Jun 18, 2008 2:35pm

    tomato12

    5 posts

    Hi Sue,

    Thanks for your message. As I noted above, image source is there in the EE CP. I don’t know why it’s not showing up when I copy and paste into the forum, but it’s there in the CP, which is what counts, right?

    Anything else that could be causing the problem?

    Thanks!

  • #10 / Jun 18, 2008 2:53pm

    tomato12

    5 posts

    Hi everyone,

    I found the answer! Robin, thanks for your (unknowing) help…. this thread:

    http://ellislab.com/forums/viewthread/37153/

    provided the answer.

    Sweet chocolate greetings to all, off to open a bottle of champagne.

    Thanks to everyone for all of your suggestions!

  • #11 / Jun 18, 2008 2:59pm

    Ingmar

    29245 posts

    You’re in Austria, right? I’ll collect on behalf of the team 😊 Just kidding, and glad you solved it.

.(JavaScript must be enabled to view this email address)

ExpressionEngine News!

#eecms, #events, #releases