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?

iwmconcrete
 
iwmconcrete replied on at Permalink Reply
iwmconcrete
Does anyone have any solution to my images not showing up? I recently added Advanced Permissions, does this have an affect on the images not showing up?

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!
iwmconcrete replied on at Permalink Reply
iwmconcrete
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.
mkly replied on at Permalink Reply
mkly
Good to hear it worked.
Ale replied on at Permalink Reply