When you use Joomla! 3.x on some GoDaddy hosting accounts, you might get an issue that magic_quotes needs to be turned off. To do this, follow these instructions:
- Log into your GoDaddy hosting
- go to the file manager
- Edit or Make a php5.ini file in the website root folder
- Insert the code below and save the ini file:
- magic_quotes_gpc = Off <br />magic_quotes_runtime = Off <br />magic_quotes_sybase = Off
For the original article, reference:
https://www.godaddy.com/help/disable-magic-quotes-8383