Hello everyone.
I would like to thank you beforehand for the help.
Since today one my joomla sites is adding ../../../ to any new images, and ../../ to any new links in any of the editors. If I save, or if I hit apply two times consecutively, it will mess with my code. Here is an example.
Original code
<p><a href="index.php?option=com_k2&view=item&layout=item&id=102&Itemid=159"> <img src="images/stories/img_home/rio_madeira_home_405px.jpg" border="0" alt="rio_madeira_home_405px" width="405" height="271" style="display: block; margin-left: auto; margin-right: auto;" /> Galeria de Imagens </a></p>
Code altered by joomla as soon as I save
<p><a href="../../index.php?option=com_k2&view=item&layout=item&id=102&Itemid=159"> <img src="../../../images/stories/img_home/rio_madeira_home_405px.jpg" border="0" alt="rio_madeira_home_405px" width="405" height="271" style="display: block; margin-left: auto; margin-right: auto;" /> Galeria de Imagens </a></p>
I didn’t change anything in the configs, nor have I installed any new extension since my last content insert, and at that time (two days ago) no error was happening.
I could only fix the mess using “no editor” but that’s not an option, as I have 4 more people that need to insert content, and they dont know nothing of html.
Anywhere in the joomla admin where I have editors, the problem is happening: Custom html modules, articles, k2, whatever.
This is a website for a big client of mine.
Can you please, help me?
Thank you.
Jonatha Roza.