Tiny MCE Images problem
Permalink 1 user found helpful
Images added to a content block through the editor appear in the 'live' website, but in the editor itself, I just get a box the size of the image with the 'missing' question mark in it.
The site has moved from a sub-folder to a live installation, but this problem seemed to happen before this - probably around the time of an up date (running 5.4.2.1).
If I add an image in the editor and look at the source it has the link
I also can't seem to get the captcha on the form block to display (although this did work at one stage) - I have tried various fixes mentioned here with no joy :(
And I can't get 'pretty URLs' to work.
If anyone can shed any light on these issues, that would be great.
Kelv
The site has moved from a sub-folder to a live installation, but this problem seemed to happen before this - probably around the time of an up date (running 5.4.2.1).
If I add an image in the editor and look at the source it has the link
<img src="/index.php/download_file/view_inline/48/"
I also can't seem to get the captcha on the form block to display (although this did work at one stage) - I have tried various fixes mentioned here with no joy :(
And I can't get 'pretty URLs' to work.
If anyone can shed any light on these issues, that would be great.
Kelv
Have you found any solution to this problem? I am having the same thing. Any information would help!
I had this same problem, but I finally found the solution. In my html/config/site.php file I had one single extra space before the php tag at the very beginning of the file.
Good luck!
Good luck!
Thanks for this :-)
I didn't have the space at the beginning, but did have a line break and more than one opening and closing <?php ?> tag. I just put everything within one tag and made sure no extra line breaks or spaces and voila!
Sorts out the captcha image not showing up too (although because I've been messing around with this trying to fix it the text no longer shows up! lol)
I didn't have the space at the beginning, but did have a line break and more than one opening and closing <?php ?> tag. I just put everything within one tag and made sure no extra line breaks or spaces and voila!
Sorts out the captcha image not showing up too (although because I've been messing around with this trying to fix it the text no longer shows up! lol)