Menu

Help, can't load images

2009-09-10
2013-04-25
  • jovanni van wijnendaele

    Hi,

    linpha 1.3.2 was installed on a windows server 2000. After updating to 1.3.4, as explained in the wiki how pages, loading of images don't seem to work anymore. When I view the source code the img tag is this= 

    <img src='../get_thumbs_on_fly.php?imgid=29391&nw=1280&nh=960' border='1' alt='DF-37751.jpg'>

    instead of "src="someImange.jpg"

    Also, when running linpha on the server itself, it gives an error message:

    "the application failed to initialize properly (0xc0000142). click on OK to terminate the application"

    Does somebody have the same problem or has any idea how to fix this?

    thank you

     
    • bzrudi

      bzrudi - 2009-09-10

      Hi Jovanni,

      the call of the image like <img src='../get_thumbs_on_fly.php?imgid=29391&nw=1280&nh=960' border='1' alt='DF-37751.jpg'>  is absolutely ok, as get_thumbs_on_fly.php returns the image as JPEG and is just dynamic.

      Please check your apache and php error logs for any problems. To be true, I have no idea what may cause the problem as there were no code changes related to images from 1.3.2 to 1.3.4

      cheers bzrudi

       

Log in to post a comment.