Thumbnil Image not shown on main page....

Discussion in 'Programming' started by ummi, Oct 25, 2012.

  1. #1
    Reference to my site main page http://pakistanibacha.com/,,,, the thumbnail image not showing.... whats the issue pls....help
     
    ummi, Oct 25, 2012 IP
  2. Host Volt

    Host Volt Greenhorn

    Messages:
    29
    Likes Received:
    1
    Best Answers:
    1
    Trophy Points:
    15
    #2
    The issue is that the URL in <img src="url"> is wrong. It's not displaying the images because they're not located there. For example, usually the URL looks something like this:

    
    <img src="www.mysite.com/images/picture.jpg">
    
    Code (markup):
    I can't help you much more than that because I don't know in which folder your images are in. But you need to change the src of every image individually to point to that image. It seems to be a Wordpress site, so I'm not exactly sure if you can change each src manually. There might be a misconfiguration in your Admin area pointing to the wrong image directory. Just let me know if you need more help if you find this confusing :)
     
    Host Volt, Oct 25, 2012 IP
  3. jadexe

    jadexe Member

    Messages:
    32
    Likes Received:
    0
    Best Answers:
    1
    Trophy Points:
    26
    #3
    The problem is that phpthumb uses some deprecated functions (like ereg()) and PHP puts out an error message which then causes the script to not be able to change the headers which then causes an another error. One solution would be to change the error reporting so that it excludes errors about deprecated functions.
     
    jadexe, Oct 25, 2012 IP