phpThumb - Images Not Loading

Discussion in 'PHP' started by yuknodoit, May 21, 2008.

  1. #1
    A client as installed an arcade script which uses phpThumb for the game images. However, none of the images are loading. If the images do not exist, then a 'No Image Available' message is meant to come up, but even this is not showing. All that shows is an 'X'.

    I have looked through the script and the server configuration and I cannot see where the problem lies. The only thing needed for this is GD Library, but as can be seen from the phpinfo.php file this is installed on the hosting server.This script has been installed at various different host's, and this problem has never come up before. If anyone has come across this problem before, or has any ideas as to a possible solution, then please let me know.

    URL: www.gameslelo.com
    PHP Config: www.gameslelo.com/phpinfo.php

    Thanks,
    Simon.
     
    yuknodoit, May 21, 2008 IP
  2. dan.h

    dan.h Guest

    Messages:
    16
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #2
    Try removing the variables at the end of the filename

    Doesn't work
    gameslelo.com/libs/phpthumb/phpThumb.php?src=/uploads/game_images/14.png&w=60&h=60&iar=1

    Works
    gameslelo.com/libs/phpthumb/phpThumb.php?src=/uploads/game_images/14.png
     
    dan.h, May 21, 2008 IP