We launched new forums in March 2019—join us there. In a hurry for help with your website? Get Help Now!
    • 8183
    • 2 Posts
    Hi all,

    Could do with some help. I’ve been using MODX now for over a year, and not seen this problem before. Had a look round the forum but couldn’t see anything on it.

    I’m uploading JPG images to my site. They appear in the FCKEditor, no problems. It’s when I add it to the page, the small ’broken image link’ logo appears. I’ve tried adding it to different pages, and using an image chunk (where a thumbnail should appear below the chunk on the editor page) but again, no luck.

    It’s happening on 4 images. I’ve tried editing the images, renaming, re sizing, uploading as GIF and PNG, but nothing is working. Seems strange. I’ve got 10’s of other images, taken at the same time, with the same camera, in the same format, which are uploading fine. Just a bit odd.

    Any help is appreciated.

    All the info I can give you:
    Evo 1.0.5
    Server OS Windows
    Browser Firefox 3.6.16

    Sorry I don’t know more...



    Thank you
    Dufferman
      • 33968
      • 863 Posts
      Check your html source - are the image paths being stored correctly?

      Can you open the images in your browser directly? (i mean by http://path.to.image/image.jpg)
        • 8183
        • 2 Posts
        Hi Lucas

        Yes and yes, both work!
          • 33968
          • 863 Posts
          So in your html the paths are correct, but no image is loading. That seems very strange if the same paths will load the image in a separate window.

          Can you copy and paste your whole <img src="...."> tag both from your MODx template and your html source here?

          Also, this might not be relevant here but I’ve experienced something similar before which I just could not get my head around... until I realised that a client had uploaded images in CMYK rolleyes