Images not showing after inserting

Permalink
When I insert an image via the wysiwyg in a content block it appears fine in the editor.

However when I save the page the image doesn't show.

When I check the url for the image it says
/index.php/download_file/-/view_inline/171/


Which isn't actually the real path, so I'm assuming it's something to do with how C5 access's images thru the db.

But that still doesn't explain why the images aren't showing.

Anyone know why this would be happening?

Thanks

 
mdg replied on at Permalink Reply
When I look at the source code of the final page it's showing the wrong file path
="/files/6512/6336/1554/NewFilterP5120505.jpg" alt="NewFilterP5120505.jpg"


Previously I'd changed the default storage directory, and while everything works fine in the c5 backend. there's obviously some further change I need to make somewhere else as the final page is looking on the wrong directory for the image.

Anyone know where that edit needs to be made?
mdg replied on at Permalink Reply
Would a simple redirect in the htaccess file fix it, or is there a more elegant way to fix this?
Cyberdave replied on at Permalink Reply
Cyberdave
I am also having this problem, with the Simple News Addon. Has anybody found a solution? Thanks
Jaykaybee22 replied on at Permalink Reply
I am also having the same problem. I'm not a techy and need help in simple terms please!
Thank you so much!
giechika replied on at Permalink Reply
errrr.... me 2, same problemo
iwmconcrete replied on at Permalink Reply
iwmconcrete
I am having this same problem.

When I'm editing a content block and add an image to it, the path it shows in html is this and I get the missing image icon:

<img src="/index.php/download_file/view_inline/1024/" alt="Vans-bozeman-building-exterior.png" width="230" height="153" />

But when not editing the content block the image shows and the html path is this:

<img src="/files/advanced/8913/1826/5542/Vans-bozeman-building-exterior.png" alt="Vans-bozeman-building-exterior.png" width="230" height="153">

Any idea why this has just started happening and how to fix it?