Problem with mini-thumbs showing
  • I have problem with mini thumbs display - i read all posts, try almost all tricks and still no results

    options i have:

    settings.php:
    $settings['cache_images'] = false;(doesn't make any difference after changing)
    $settings['create_thumbnails'] = false;(won't display thumbs if true)
    $settings['gallery_sorting'] = 2; //4
    $settings['thumbnail_sorting'] = 0; //0

    thumb.display.php:
    $current_gallery = array_pop(split("/", dirname($img)));
    $cache_thumb_dir = "../cache/"
    .$settings['gallery_prefix']
    .$current_gallery;
    $thumb_url = $cache_thumb_dir."/"
    .$_prefix
    .basename($img);

    also cache folder have 777 chmod, dunno what more i can show

  • Zeek May 4

    I am having a similar issue. I had a problem with no thumbnails at all, then uploaded all of the files again and the thumbs on the main gallery pages showed up again, but now the thumbs above the enlarged pictures do not show up. My settings are the same.

  • bkwest June 23

    I had the same problem. It was related to incompatibility with PHP 5.3. I rolled my PHP back to 5.2.9 and it works fine. (The thumbnailer would work with 5.3 either).

  • I have solution guys!!!

    just do it and everything will work just fine with thumbs!!

    http://minishowcase.net/community/comments.php?DiscussionID=437&page=1#Item_1

    i know it is solution for encoding, but when i try this it solve my problem with thumbs!

    Thanks to Fenix-TX !!

  • victorvictor July 22

    that's because it was the picture's names giving problem. happy you all solved!

Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

Sign In Apply for Membership