• Among the new positions ceased to records show thumbnails on the main page

    A TimThumb error has occured
    The following error(s) occured:

    Could not find the internal image you specified.

    Query String : src=https://site.ru/wp-content/uploads/image.jpg&h=200&w=200&zc=0
    TimThumb version : 2.8.13

    Code for output using this:

    <div class="entry">
    <div class="thumbnail-featured"><a href="<?php the_permalink() ?>"><img height="200" width="200" style="border: none;" alt="<?php the_title(); ?>" src="<?php bloginfo('stylesheet_directory'); ?>/timthumb.php?src=<?php echo catch_that_image() ?>&h=200&w=200&zc=0" /></a></div>
    <div id="featured-content">
    <div class="postf"><?php the_content_limit(400, ""); ?></div>
    </div>
    </div>

Viewing 1 replies (of 1 total)
  • maybe this?:

    your url is not url encoded, i.e
    http%3A%2F%2Fsite.ru%2Fwp-content%2Fuploads%2Fimage.jpg

    the error:
    Could not find the internal image you specified.
    says internal image, maybe it cant reference external images?

Viewing 1 replies (of 1 total)
  • The topic ‘Problem with thumbnail’ is closed to new replies.