Tuesday, June 24, 2014

Joomla! 3.0.2 while saving article HTML reformatting. Not able to save image

Problem:

In Joomla! 3.0.2 while saving anything the HTML it get reformatted .

I tried:
Different with all editor but now fixed.
with Different browsers
with Different Template
For example the following code:
Code:
<img src="images/click4joomla.gif" alt="" />

It Will change to:
Code:
<img src=\"images/click4joomla.gif\" alt=\"\" />


Solution:
1. Create a php.ini and set Magic Quotes to be OFF.

magic_quotes_gpc = Off

No comments:

Post a Comment