Slash Character '/' Always Appeared

Feel free to talk about everything related to our Joomla Products
Rate this topic: Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.
GK User
Thu Apr 11, 2013 5:51 am
Hi

It's kinda disturbing. Everytime I wanna add this character:

'
and
"

They're always end up like this:

Image

The '\' character kept showing up. I know this is to prevent SQL injection, but I can't create a proper news article with this. Is there a way fix this?

Thank you.
User avatar
Senior Boarder

Konrad M
Thu Apr 11, 2013 10:59 am
Hi,
please try add your code without any editor. You can disable editor in global configuration.
User avatar

GK User
Fri Apr 12, 2013 5:15 am
Konrad M wrote:Hi,
please try add your code without any editor. You can disable editor in global configuration.


Hi, Konrad

Thanks for your reply.
I did what you're told me, and here's the screenshot of sentences I made with disabled editor:

Image

What's going on? I'm using Magazine template with the latest Joomla 3.0 update.
User avatar
Senior Boarder

Konrad M
Fri Apr 12, 2013 7:15 am
I checked on joomla forum and it is joomla issue itself. Please read this http://forum.joomla.org/viewtopic.php?f=706&t=771040
User avatar

GK User
Fri Apr 12, 2013 8:40 am
Hi, Konrad

Thank you for your tips, I had no idea that this is Joomla's problem, but thank you very much for this.

and in case somebody had the same problem, here's what I did:

1. Open your notepad and write this

magic_quotes_gpc = Off
magic_quotes_runtime = Off
magic_quotes_sybase = Off

2. Save as 'php.ini'

3. Upload that php.ini file into your joomla administrator folder '/public_html/administrator'
User avatar
Senior Boarder


cron