Random Failures To Load Thumbnails - IE7 & FireFox

Discussion in 'PHP' started by SmileServe, Aug 12, 2007.

  1. #1
    Hi,

    Does anyone know what would cause the following?

    http://haserve.com

    The thumbnails will randomly fail to load in IE7 and FireFox. Yet in Opera they work 100% of the time.

    It's quite a mystery and has kept me puzzled for some time...lol

    Thanks.
     
    SmileServe, Aug 12, 2007 IP
  2. Doskono

    Doskono Peon

    Messages:
    153
    Likes Received:
    4
    Best Answers:
    0
    Trophy Points:
    0
    #2
    What is the code you are using for this?

    Is this pure php finder pictures? Where are these pictures saved into the db or in a folder and links are in the db?
     
    Doskono, Aug 12, 2007 IP
  3. SmileServe

    SmileServe Well-Known Member

    Messages:
    1,121
    Likes Received:
    64
    Best Answers:
    0
    Trophy Points:
    155
    #3
    Hi,

    The files are stored in a folder and linked to in the database.

    The code in question (I think) is:

               $GLOBALS['thumbnail']    = stripslashes($data_item['thumbnail']);
    
               $site_url_self = $GLOBALS['site_url_self'];
               $md_thumb = $GLOBALS['md_thumb_self'] = md5($id);
               $GLOBALS['link_thumbnail'] = $site_url_self."/index.php?mod=thumbnail&open=".$md_thumb;
             
    PHP:
     
    SmileServe, Aug 13, 2007 IP
  4. SmileServe

    SmileServe Well-Known Member

    Messages:
    1,121
    Likes Received:
    64
    Best Answers:
    0
    Trophy Points:
    155
    #4
    Anymore ideas anyone?
     
    SmileServe, Aug 13, 2007 IP
  5. bryandy

    bryandy Peon

    Messages:
    774
    Likes Received:
    10
    Best Answers:
    0
    Trophy Points:
    0
    #5
    The site iw working fine for me lol What browser are you in?
     
    bryandy, Aug 13, 2007 IP
  6. SmileServe

    SmileServe Well-Known Member

    Messages:
    1,121
    Likes Received:
    64
    Best Answers:
    0
    Trophy Points:
    155
    #6
    The issue is present in IE7 and FireFox. Works 100% in Opera.
     
    SmileServe, Aug 14, 2007 IP