Title: gurned's Replies | WordPress.org

---

# gurned

  [  ](https://wordpress.org/support/users/gurned/)

 *   [Profile](https://wordpress.org/support/users/gurned/)
 *   [Topics Started](https://wordpress.org/support/users/gurned/topics/)
 *   [Replies Created](https://wordpress.org/support/users/gurned/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/gurned/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/gurned/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/gurned/engagements/)
 *   [Favorites](https://wordpress.org/support/users/gurned/favorites/)

 Search replies:

## Forum Replies Created

Viewing 3 replies - 1 through 3 (of 3 total)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [Hide missing image icon for Tim Thumb](https://wordpress.org/support/topic/hide-missing-image-icon-for-tim-thumb/)
 *  [gurned](https://wordpress.org/support/users/gurned/)
 * (@gurned)
 * [13 years, 1 month ago](https://wordpress.org/support/topic/hide-missing-image-icon-for-tim-thumb/#post-3428276)
 * need a link probably – either your version of php has no support for files using
   fopen, you’re not running the latest version of timthumb, the url is wrong, the
   image is cmyk jpeg or mod_security is installed and is messing up the timthumb
   install.
 * use phpinfo to check if allow_url_fopen is set (in safe mode it won’t be)
 * check timthumb version by going to appearance, select timthumb in list of files,
   check version is something like 2.8.11
 * get the url of one of the images and repaste to another tab in your browser –
   does it show, if not is it a 404 or broken image icon ?
 * mod_security is a bit more of a pain
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [Hide missing image icon for Tim Thumb](https://wordpress.org/support/topic/hide-missing-image-icon-for-tim-thumb/)
 *  [gurned](https://wordpress.org/support/users/gurned/)
 * (@gurned)
 * [13 years, 3 months ago](https://wordpress.org/support/topic/hide-missing-image-icon-for-tim-thumb/#post-3428230)
 * so it’s doing it even for ones where the image is bust – link please, or full
   code of where you’re getting the featured image from. Also is it genuinely the
   featured image of a post and are you in the loop or outside ?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [Hide missing image icon for Tim Thumb](https://wordpress.org/support/topic/hide-missing-image-icon-for-tim-thumb/)
 *  [gurned](https://wordpress.org/support/users/gurned/)
 * (@gurned)
 * [13 years, 3 months ago](https://wordpress.org/support/topic/hide-missing-image-icon-for-tim-thumb/#post-3428227)
 *     ```
       <?php if (trim(the_field('featuredimage' )) != ''){ ?>
       	<a href="<?php the_field('featuredimage' ); ?>" rel="lightbox" title="<?php the_field('featured_image_description'); ?>"><img src="<?php echo get_option('siteurl') ?>/wp-content/themes/reverie/scripts/timthumb.php?src=<?php the_field('featuredimage' ); ?>&w=607&zc=1" alt="Post Image" class="postimgthumb" /></a>
       <?php }?>
       ```
   

Viewing 3 replies - 1 through 3 (of 3 total)