By jasonargo on Wednesday, 20 August 2014
Posted in General Issues
Likes 0
Views 509
Votes 0
When I write the symbol "appears this /
Hello Jason,

I believe it is because of the magic_quotes is enabled in your site. When turned on, magic_quotes automatically performs an addslashes () on all form data submitted. This means that a [\] is placed before every ['], ["], [\], or null in the data, so That's Great would be converted to That\'s Great automatically. This all happens before your coding even sees that data, so if you're just passing a string to the next page (and not to a database) it will print out with slashes even though you may not want them. Can you check the magic_quotes in your site is it turn on or off. Joomla > Site > System Information > php info > (search for magic_quotes). If the magic_quotes is enable, can you contact your web hosting provider to turn it off? Please keep us updated.

Hope this will help.
Thanks.
·
Wednesday, 20 August 2014 19:15
·
0 Likes
·
0 Votes
·
0 Comments
·
Perfect, problem was hosting, Joomla works without magic_quotes
·
Wednesday, 20 August 2014 19:28
·
0 Likes
·
0 Votes
·
0 Comments
·
Thanks for updating, glad that your issues are resolved now
·
Wednesday, 20 August 2014 23:07
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post