Error in TinyMCE.modue.php
Posted: Fri Mar 18, 2005 3:04 pm
The default shows no imported pictures because the link is wrong (the directory cms comes twice):
src="/cms2/cms2/uploads/images/image.jpg
After changing TinyMCE.modue.php as so it works:
document_base_url : ".",
The link was now src="/cms2/uploads/images/image.jpg" and the picture comes.
src="/cms2/cms2/uploads/images/image.jpg
After changing TinyMCE.modue.php as so it works:
document_base_url : ".",
The link was now src="/cms2/uploads/images/image.jpg" and the picture comes.