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
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
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
Would a simple redirect in the htaccess file fix it, or is there a more elegant way to fix this?
I am also having this problem, with the Simple News Addon. Has anybody found a solution? Thanks
I am also having the same problem. I'm not a techy and need help in simple terms please!
Thank you so much!
Thank you so much!
errrr.... me 2, same problemo
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?
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?
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?