Help! TinyMCE WYSIWYG editor has wrong image paths, images not showing...
Permalink
When I'm editing a content block and add an image to it with the 'Add Image' button, 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 up correctly 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?
<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 up correctly 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?
I found the solution. In my html/config/site.php file I had one single extra space before the opening php tag. I deleted this space and all works again.
Good to hear it worked.
Another possible solution available here:
http://www.concrete5.org/community/forums/usage/images-not-showing-...
http://www.concrete5.org/community/forums/usage/images-not-showing-...
I get the image missing icon. And this is also happening on my captcha images. I've searched the forums and found some suggestions for the captcha only, but they did not work. I really need some help soon. Any suggestions would be very much appreciated!